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"
: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;