|
@@ -56,7 +56,6 @@
|
|
|
"
|
|
"
|
|
|
>驳回
|
|
>驳回
|
|
|
</el-button>
|
|
</el-button>
|
|
|
-
|
|
|
|
|
<!-- <el-button
|
|
<!-- <el-button
|
|
|
icon="el-icon-circle-close"
|
|
icon="el-icon-circle-close"
|
|
|
type="danger"
|
|
type="danger"
|
|
@@ -124,7 +123,7 @@
|
|
|
technicianId: '',
|
|
technicianId: '',
|
|
|
reason: ''
|
|
reason: ''
|
|
|
},
|
|
},
|
|
|
- outInData: { verifyStatus: '' },
|
|
|
|
|
|
|
+ outInData: { verifyStatus: 0 },
|
|
|
activeComp: ''
|
|
activeComp: ''
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
@@ -133,7 +132,11 @@
|
|
|
let data = await getSendSaleOrderrecordDetail(this.businessId);
|
|
let data = await getSendSaleOrderrecordDetail(this.businessId);
|
|
|
try {
|
|
try {
|
|
|
console.log(1111, '1111111111');
|
|
console.log(1111, '1111111111');
|
|
|
- this.outInData = await storageApi.getInfoBySourceBizNo(data.docNo);
|
|
|
|
|
|
|
+ data = await storageApi.getInfoBySourceBizNo(data.docNo);
|
|
|
|
|
+ console.log('data--------------', data);
|
|
|
|
|
+ if (JSON.stringify(data) != '{}') {
|
|
|
|
|
+ this.outInData = data;
|
|
|
|
|
+ }
|
|
|
console.log(this.outInData, '============');
|
|
console.log(this.outInData, '============');
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
console.log(22222222, '22222222222');
|
|
console.log(22222222, '22222222222');
|