fix:玻纤混批加料原理为改版,撤销变动(有可能是不同工段的板段合批)
This commit is contained in:
parent
22c8f79cc3
commit
ccad811e32
|
|
@ -698,7 +698,7 @@ export default {
|
|||
},
|
||||
handleAddWpr(row){
|
||||
this.dialog.scrap = true;
|
||||
this.type = 10;
|
||||
this.type = 50;
|
||||
let obj = {};
|
||||
obj.wm = row.id;
|
||||
obj.batch = row.batch;
|
||||
|
|
@ -708,7 +708,7 @@ export default {
|
|||
obj.material_name = row.material_name;
|
||||
this.wmItem = obj;
|
||||
this.$nextTick(() => {
|
||||
this.$refs.scrapDialog.open("add",[],30);
|
||||
this.$refs.scrapDialog.open("add");
|
||||
});
|
||||
},
|
||||
handleWprSuccess(row){},
|
||||
|
|
|
|||
Loading…
Reference in New Issue