Kaynağa Gözat

修改基础数量

695593266@qq.com 8 ay önce
ebeveyn
işleme
938a4fa9cc

+ 3 - 1
src/views/material/BOMmanage/components/workingProcedure.vue

@@ -1656,7 +1656,9 @@
         if (rowData.baseCount) {
           this.form.baseCount = rowData.baseCount;
         } else {
-          this.form.baseCount = 1;
+          this.form.baseCount = attributeData.baseCount
+            ? attributeData.baseCount
+            : 1;
         }
 
         // if (this.attributeData) {