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