Compare commits

..

No commits in common. "973d3485edeb06f00615f29795ba41e3d6cc39bb" and "61bfe8c21c1901e6b834819ec40f4c01e61d4aa7" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -698,7 +698,7 @@ export default {
},
handleAddWpr(row){
this.dialog.scrap = true;
this.type = 50;
this.type = 10;
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");
this.$refs.scrapDialog.open("add",[],30);
});
},
handleWprSuccess(row){},