Kaynağa Gözat

订单状态选项

zhouhao 2 yıl önce
ebeveyn
işleme
a44ec94843

+ 5 - 2
src/views/supply/apply/apply_list.vue

@@ -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,

+ 4 - 0
src/views/supply/apply/engin_list.vue

@@ -602,6 +602,7 @@ export default {
         categoryId: '',
         approvalName: '',
         refRegionWork: '',
+        automaticStatus:'',
         createBy: ''
       },
       statusList: [
@@ -647,6 +648,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,
@@ -728,6 +731,7 @@ export default {
         endTime: this.screenForm.date ? this.screenForm.date[1] : '',
         examineStatus: this.screenForm.status,
         createBy: this.screenForm.createBy,
+        automaticStatus:this.screenForm.automaticStatus,
 
         serviceId: this.screenForm.salesMan,
         k3ServiceId: this.screenForm.k3ServiceId,