qinhb 11 månader sedan
förälder
incheckning
6bc44de7a4
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      src/views/pro-steps/components/wuliaocaiji.vue
  2. 3 3
      src/views/traceability/index.vue

+ 1 - 1
src/views/pro-steps/components/wuliaocaiji.vue

@@ -109,7 +109,7 @@ const submitRecordAdd = async (index) => {
     ElMessage.error("请先选择物料,并确定数量在提交录入信息");
     return;
   }
-  if (!chooseData.num || chooseData.num < 1) {
+  if (!chooseData.num) {
     ElMessage.error("请输入数量!");
     return;
   }

+ 3 - 3
src/views/traceability/index.vue

@@ -66,10 +66,10 @@
                     <CreditCard />
                   </el-icon>
                 </div>
-                铭牌
+                计划编
               </div>
               <div class="value destext">
-                {{ infoData.materialName ? infoData.materialName : "-" }}
+                {{ infoData.orderCode ? infoData.orderCode : "-" }}
               </div>
             </div>
             <div class="item">
@@ -101,7 +101,7 @@
                 工单出站
               </div>
               <div class="value destext">
-                {{ infoData.nameplateNo ? infoData.nameplateNo : "-" }}
+                1
               </div>
             </div>
             <div class="item" style="flex: 2">