fix:混批加料时传入mtype

This commit is contained in:
shijing 2025-12-18 09:07:06 +08:00
parent 87fab76188
commit b1e46f1bf3
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ export default {
obj.material_name = row.material_name; obj.material_name = row.material_name;
this.wmItem = obj; this.wmItem = obj;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.scrapDialog.open("add"); this.$refs.scrapDialog.open("add",'',30);
}); });
}, },
handleWprSuccess(row){}, handleWprSuccess(row){},