소스 검색

修改基础数量

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