Sfoglia il codice sorgente

修改字段的显示

695593266@qq.com 1 mese fa
parent
commit
e36fc52222

+ 1 - 1
src/views/productionPlan/components/checkProductionPreparations.vue

@@ -577,7 +577,7 @@
             })
             .catch((action) => {
               if (action == 'cancel') {
-                item.statusStr = '缺料';
+                item.statusStr = '不齐套';
                 this.updatePreRelease(item);
               }
             });

+ 3 - 1
src/views/productionPlan/components/detail/plan.vue

@@ -47,7 +47,9 @@
         >{{ productionPlan.requiredFormingNum }}
       </el-descriptions-item>
       <el-descriptions-item
-        :label="'实际交货数量' + (clientEnvironmentId == '4' ? '(方)' : '')"
+        :label="
+          '实际生产完成入库数量' + (clientEnvironmentId == '4' ? '(方)' : '')
+        "
       >
         {{ productionPlan.deliveryNum }}
       </el-descriptions-item>