fix:车间出入库记录bug修复
This commit is contained in:
parent
96eaa89722
commit
73b657c5de
|
@ -368,7 +368,6 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.active = 0;
|
|
||||||
this.isSaveing = false;
|
this.isSaveing = false;
|
||||||
this.form.mgroup = this.mgroupId;
|
this.form.mgroup = this.mgroupId;
|
||||||
this.form.type = this.cate;
|
this.form.type = this.cate;
|
||||||
|
@ -386,6 +385,12 @@ export default {
|
||||||
open(mode) {
|
open(mode) {
|
||||||
this.mode = mode;
|
this.mode = mode;
|
||||||
this.visible = true;
|
this.visible = true;
|
||||||
|
this.active = 0;
|
||||||
|
this.mioId =null;//
|
||||||
|
this.form.number= "";
|
||||||
|
this.form.do_user= "";
|
||||||
|
this.form.mio_user= "";
|
||||||
|
console.log('this.active',this.active)
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
setData(data,type) {
|
setData(data,type) {
|
||||||
|
|
Loading…
Reference in New Issue