Parcourir la source

fix(materialModal): 注释掉物料已存在于产出清单的警告提示

xieyong il y a 1 semaine
Parent
commit
209347d582

+ 4 - 3
src/views/produce/components/prenatalExamination/material.vue

@@ -997,9 +997,10 @@
               produceTaskName: this.produceTaskName,
               workOrderId: this.workOrderId
             });
-          } else {
-            this.$message.warning('该物料已存在于产出清单中');
-          }
+          } 
+          // else {
+          //   this.$message.warning('该物料已存在于产出清单中');
+          // }
         } else {
           // 取消选择则删除
           this.localOutputDetails = this.localOutputDetails.filter(