|
@@ -17,7 +17,7 @@
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="联系电话"> {{ detailData.customer.phone }} </DescriptionsItem>
|
|
|
</Descriptions>
|
|
|
- <Descriptions title="产品及故障信息" :column="3" v-if="detailData.orderReceivingVo">
|
|
|
+ <Descriptions title="产品及故障信息" :column="3">
|
|
|
<DescriptionsItem label="产品名称" v-if="detailData.repairerVo">
|
|
|
{{ t(`routes.device.type.${detailData.repairerVo.cameraType || 1}`) }}
|
|
|
</DescriptionsItem>
|
|
@@ -47,7 +47,7 @@
|
|
|
}}
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="维修单号">
|
|
|
- {{ detailData.orderReceivingVo.repairId }}
|
|
|
+ {{ repairId }}
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="上次维修单号" :span="2">
|
|
|
{{ detailData.lastRepairId }}
|
|
@@ -68,7 +68,7 @@
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="机器外观">
|
|
|
<div>
|
|
|
- <p>{{ detailData.repairRegisterVo?.orderFaultMsg }}</p>
|
|
|
+ <p>{{ detailData.orderReceivingVo?.orderFaultMsg }}</p>
|
|
|
<PreviewGroup>
|
|
|
<Image
|
|
|
:width="80"
|
|
@@ -326,7 +326,7 @@ export default defineComponent({
|
|
|
repairPay: {},
|
|
|
RepairComment: {},
|
|
|
priceList: [],
|
|
|
- lastRepairId: null,
|
|
|
+ lastRepairId: '',
|
|
|
});
|
|
|
const priceTotal = ref(0)
|
|
|
const stepList = ref<any>([]);
|