fix:合并到本批次后传入new_wm

This commit is contained in:
shijing 2025-12-17 14:32:12 +08:00
parent 8b9d75367b
commit 163f46929e
1 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,7 @@
ref="scrapDialog" ref="scrapDialog"
:type="type" :type="type"
:tag="tag" :tag="tag"
:new_wm="new_wm"
:wmItem="wmItem" :wmItem="wmItem"
:mgroupName="mgroup_name" :mgroupName="mgroup_name"
:mgroupId="mgroupId" :mgroupId="mgroupId"
@ -702,6 +703,7 @@ export default {
handleAddWpr(row){ handleAddWpr(row){
this.dialog.scrap = true; this.dialog.scrap = true;
this.type = 50; this.type = 50;
this.new_wm = row.id;
let obj = {}; let obj = {};
obj.wm = row.id; obj.wm = row.id;
obj.batch = row.batch; obj.batch = row.batch;