695593266@qq.com il y a 3 mois
Parent
commit
c2d48776de
1 fichiers modifiés avec 19 ajouts et 15 suppressions
  1. 19 15
      src/views/productionPlan/index.vue

+ 19 - 15
src/views/productionPlan/index.vue

@@ -429,7 +429,11 @@
 
     <processDetail ref="processDetailRef" />
 
-    <checkProductionPreparations ref="checkProductionPreparationsRef" type="plan" @update="reload" />
+    <checkProductionPreparations
+      ref="checkProductionPreparationsRef"
+      type="plan"
+      @update="reload"
+    />
   </div>
 </template>
 
@@ -506,7 +510,7 @@
         pageType: 'add',
         dialogTitle: '',
         isBindPlan: false,
-        tabMixinsInit:false,
+        tabMixinsInit: false,
         statusOpt: {
           first: [
             { label: '所有状态', value: '3,2' },
@@ -659,12 +663,12 @@
             align: 'center',
             minWidth: 160
           },
-          // {
-          //   prop: 'mesStatusName',
-          //   label: '状态',
-          //   align: 'center',
-          //   minWidth: 160
-          // },
+          {
+            prop: 'mesStatusName',
+            label: '工单状态',
+            align: 'center',
+            minWidth: 160
+          },
           {
             prop: 'productCode',
             label: '编码',
@@ -814,12 +818,12 @@
             }
           },
 
-          {
-            prop: 'scheduleStatusName',
-            label: '进度状态',
-            align: 'center',
-            minWidth: 100
-          },
+          // {
+          //   prop: 'scheduleStatusName',
+          //   label: '进度状态',
+          //   align: 'center',
+          //   minWidth: 100
+          // },
 
           // {
           //   prop: '',
@@ -952,7 +956,7 @@
           {
             columnKey: 'status',
             slot: 'status',
-            label: '状态',
+            label: '计划状态',
             align: 'center',
             formatter: (row) => {
               const obj = this.statusOpt[this.activeName].find(