소스 검색

修改字段的显示

695593266@qq.com 2 달 전
부모
커밋
e36fc52222
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/productionPlan/components/checkProductionPreparations.vue
  2. 3 1
      src/views/productionPlan/components/detail/plan.vue

+ 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>