|
@@ -161,10 +161,10 @@
|
|
</Descriptions>
|
|
</Descriptions>
|
|
<Descriptions title="单据下载" :column="3" v-if="detailData.repairerVo.status > 30">
|
|
<Descriptions title="单据下载" :column="3" v-if="detailData.repairerVo.status > 30">
|
|
<DescriptionsItem label="报价单" :span="3" v-if="detailData.repairerVo.status > 30">
|
|
<DescriptionsItem label="报价单" :span="3" v-if="detailData.repairerVo.status > 30">
|
|
- <div class="link" @click="dowmFile(0)"> {{detailData.orderReceivingVo.repairId}}报价单.pdf</div>
|
|
|
|
|
|
+ <div class="link" @click="dowmFile(0)"> {{repairId}}报价单.xlsx</div>
|
|
</DescriptionsItem>
|
|
</DescriptionsItem>
|
|
<DescriptionsItem label="维修工单" :span="3" v-if="detailData.repairerVo.status > 70">
|
|
<DescriptionsItem label="维修工单" :span="3" v-if="detailData.repairerVo.status > 70">
|
|
- <div class="link" @click="dowmFile(1)"> {{detailData.orderReceivingVo.repairId}}维修工单.pdf</div>
|
|
|
|
|
|
+ <div class="link" @click="dowmFile(1)"> {{repairId}}维修工单.xlsx</div>
|
|
</DescriptionsItem>
|
|
</DescriptionsItem>
|
|
</Descriptions>
|
|
</Descriptions>
|
|
<Descriptions title="客户评价" :column="3" v-if="detailData.RepairComment">
|
|
<Descriptions title="客户评价" :column="3" v-if="detailData.RepairComment">
|
|
@@ -491,8 +491,8 @@ export default defineComponent({
|
|
onOk: async () => {
|
|
onOk: async () => {
|
|
console.log('repairId')
|
|
console.log('repairId')
|
|
let apiData = {
|
|
let apiData = {
|
|
- repairId:repairId.value || detailData.value.orderReceivingVo?.repairId,
|
|
|
|
- name:repairId + name,
|
|
|
|
|
|
+ repairId:repairId.value,
|
|
|
|
+ name:repairId.value + name,
|
|
type,
|
|
type,
|
|
}
|
|
}
|
|
console.log('apiData',apiData)
|
|
console.log('apiData',apiData)
|
|
@@ -524,6 +524,7 @@ export default defineComponent({
|
|
canResize: false,
|
|
canResize: false,
|
|
});
|
|
});
|
|
return {
|
|
return {
|
|
|
|
+ repairId,
|
|
registerParts,
|
|
registerParts,
|
|
registerReview,
|
|
registerReview,
|
|
registerRecovery,
|
|
registerRecovery,
|