فهرست منبع

生产列表-派单,报工类型增加默认值

longfenglin 1 سال پیش
والد
کامیت
cad9edb35f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/workOrder/index.vue

+ 2 - 1
src/views/workOrder/index.vue

@@ -449,6 +449,7 @@ export default {
       this.visible = true;
       this.visible = true;
       this.FirstTaskIdFn();
       this.FirstTaskIdFn();
       this.WorkCenterIdFn();
       this.WorkCenterIdFn();
+      this.form.singleReport = this.clientEnvironmentId == 2 ? 0 : 1
     },
     },
     // 下达
     // 下达
     confirm() {
     confirm() {
@@ -494,7 +495,7 @@ export default {
         crewIds: '',
         crewIds: '',
         workstationIds: '',
         workstationIds: '',
         teamId: '',
         teamId: '',
-        singleReport: ''
+        singleReport: this.clientEnvironmentId == 2 ? 0 : 1
       };
       };
     },
     },