|
@@ -18,7 +18,7 @@
|
|
<p class="item-main">{{ detailsData.orderDate || '--' }}</p>
|
|
<p class="item-main">{{ detailsData.orderDate || '--' }}</p>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="8" class="item-cont">
|
|
<a-col :span="8" class="item-cont">
|
|
- <p class="item-label">工单号:</p>
|
|
|
|
|
|
+ <p class="item-label">订单号:</p>
|
|
<p class="item-main">{{ detailsData.orderBundle.number || '--' }}</p>
|
|
<p class="item-main">{{ detailsData.orderBundle.number || '--' }}</p>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="8" class="item-cont">
|
|
<a-col :span="8" class="item-cont">
|
|
@@ -128,7 +128,7 @@ export default {
|
|
{ title: '服务内容', dataIndex: 'bundItemName', width: 100, align: 'center' },
|
|
{ title: '服务内容', dataIndex: 'bundItemName', width: 100, align: 'center' },
|
|
{ title: '服务门店', scopedSlots: { customRender: 'usedStoreName' }, width: 100, align: 'center' },
|
|
{ title: '服务门店', scopedSlots: { customRender: 'usedStoreName' }, width: 100, align: 'center' },
|
|
{ title: '使用数量', scopedSlots: { customRender: 'customerBundleItemTimes' }, width: 100, align: 'center' },
|
|
{ title: '使用数量', scopedSlots: { customRender: 'customerBundleItemTimes' }, width: 100, align: 'center' },
|
|
- { title: '工单', dataIndex: 'orderNo', width: 100, align: 'center' }
|
|
|
|
|
|
+ { title: '核销单号', dataIndex: 'bizNum', width: 100, align: 'center' }
|
|
],
|
|
],
|
|
setMealData: [], // 套餐内容
|
|
setMealData: [], // 套餐内容
|
|
recordData: [], // 使用记录
|
|
recordData: [], // 使用记录
|