diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 62f5b22e..5f378b8d 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -149,9 +149,10 @@ type="primary" style="margin-left: 10px;" >检验 - 添加物料 + >混批加料 @@ -697,7 +698,7 @@ export default { }, handleAddWpr(row){ this.dialog.scrap = true; - this.type = 50; + this.type = 10; let obj = {}; obj.wm = row.id; obj.batch = row.batch; @@ -707,7 +708,7 @@ export default { obj.material_name = row.material_name; this.wmItem = obj; this.$nextTick(() => { - this.$refs.scrapDialog.open("add"); + this.$refs.scrapDialog.open("add",[],30); }); }, handleWprSuccess(row){},