fix:合并到本批次后传入new_wm
This commit is contained in:
parent
8b9d75367b
commit
163f46929e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue