Explorar o código

Merge branch 'dev' into test

longfenglin hai 1 ano
pai
achega
03f89bc75c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.FirstTaskIdFn();
       this.WorkCenterIdFn();
+      this.form.singleReport = this.clientEnvironmentId == 2 ? 0 : 1
     },
     // 下达
     confirm() {
@@ -494,7 +495,7 @@ export default {
         crewIds: '',
         workstationIds: '',
         teamId: '',
-        singleReport: ''
+        singleReport: this.clientEnvironmentId == 2 ? 0 : 1
       };
     },