Explorar el Código

修改基础数量

695593266@qq.com hace 8 meses
padre
commit
938a4fa9cc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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) {