Compare commits
2 Commits
61bfe8c21c
...
973d3485ed
| Author | SHA1 | Date |
|---|---|---|
|
|
973d3485ed | |
|
|
ccad811e32 |
|
|
@ -698,7 +698,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleAddWpr(row){
|
handleAddWpr(row){
|
||||||
this.dialog.scrap = true;
|
this.dialog.scrap = true;
|
||||||
this.type = 10;
|
this.type = 50;
|
||||||
let obj = {};
|
let obj = {};
|
||||||
obj.wm = row.id;
|
obj.wm = row.id;
|
||||||
obj.batch = row.batch;
|
obj.batch = row.batch;
|
||||||
|
|
@ -708,7 +708,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",[],30);
|
this.$refs.scrapDialog.open("add");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleWprSuccess(row){},
|
handleWprSuccess(row){},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue