Procházet zdrojové kódy

生产计划生产订单增加工序进度字段

jingshuyong před 11 měsíci
rodič
revize
7a06234731

+ 2 - 2
src/views/productionPlan/components/disassemblePlanPop.vue

@@ -376,7 +376,6 @@
     },
     methods: {
       open(row) {
-        console.log(row, 'row 1234');
         this.unit = row.measuringUnit;
         this.formData = deepClone(row);
         this.getBomList();
@@ -636,7 +635,8 @@
         };
         batchSave(param).then((res) => {
           this.$emit('close', true);
-          this.visible = false;
+          // this.visible = false;
+          this.cancel();
         });
       }
     }

+ 7 - 1
src/views/productionPlan/index.vue

@@ -480,7 +480,13 @@
             align: 'center',
             minWidth: 160
           },
-
+          {
+            prop: 'taskName',
+            action: 'taskName',
+            label: '工序进度',
+            align: 'center',
+            minWidth: 160
+          },
           {
             prop: 'productCode',
             label: '编码',

+ 7 - 0
src/views/workOrder/index.vue

@@ -388,6 +388,13 @@
             minWidth: 220,
             sortable: true
           },
+          {
+            prop: 'taskName',
+            action: 'taskName',
+            label: '工序进度',
+            align: 'center',
+            minWidth: 160
+          },
           {
             prop: 'productionPlanCode',
             label: '计划编号',