|
@@ -571,7 +571,8 @@ export default {
|
|
|
serviceId: '',
|
|
|
categoryId: '',
|
|
|
approvalName: '',
|
|
|
- createBy: ''
|
|
|
+ createBy: '',
|
|
|
+ automaticStatus:''
|
|
|
},
|
|
|
statusList: [
|
|
|
{ label: '已保存', value: 'SAVE' },
|
|
@@ -615,6 +616,8 @@ export default {
|
|
|
customerName: this.screenForm.jxsName,
|
|
|
productName: this.screenForm.chName,
|
|
|
specification: this.screenForm.model,
|
|
|
+ automaticStatus:this.screenForm.automaticStatus,
|
|
|
+
|
|
|
startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
examineStatus: this.screenForm.status,
|
|
@@ -689,7 +692,7 @@ export default {
|
|
|
correspondName: this.screenForm.warehouse,
|
|
|
customerNumber: this.screenForm.jxsNum,
|
|
|
createBy: this.screenForm.createBy,
|
|
|
-
|
|
|
+ automaticStatus:this.screenForm.automaticStatus,
|
|
|
customerName: this.screenForm.jxsName,
|
|
|
productName: this.screenForm.chName,
|
|
|
specification: this.screenForm.model,
|