fix:混批加料时传入mtype
This commit is contained in:
parent
87fab76188
commit
b1e46f1bf3
|
|
@ -713,7 +713,7 @@ export default {
|
|||
obj.material_name = row.material_name;
|
||||
this.wmItem = obj;
|
||||
this.$nextTick(() => {
|
||||
this.$refs.scrapDialog.open("add");
|
||||
this.$refs.scrapDialog.open("add",'',30);
|
||||
});
|
||||
},
|
||||
handleWprSuccess(row){},
|
||||
|
|
|
|||
Loading…
Reference in New Issue