Browse Source

bug修复

lucw 7 months ago
parent
commit
d89e2c1942
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/produce/components/prenatalExamination/material.vue

+ 2 - 0
src/views/produce/components/prenatalExamination/material.vue

@@ -778,6 +778,8 @@
             // 不存在则添加
             this.localPickDetails.push({
               ...newItem,
+              // 物料的类型
+              outputType: 1,
               reportQuantity: 0,
               ruleId: this.ruleId,
               bomCategoryId: this.bomCategoryId,