diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 454b1132..8a5583e8 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -245,6 +245,7 @@ ref="scrapDialog" :type="type" :tag="tag" + :new_wm="new_wm" :wmItem="wmItem" :mgroupName="mgroup_name" :mgroupId="mgroupId" @@ -702,6 +703,7 @@ export default { handleAddWpr(row){ this.dialog.scrap = true; this.type = 50; + this.new_wm = row.id; let obj = {}; obj.wm = row.id; obj.batch = row.batch;