瀏覽代碼

修改基础数量

695593266@qq.com 8 月之前
父節點
當前提交
938a4fa9cc
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/material/BOMmanage/components/workingProcedure.vue

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