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