fix:光芯工段出入库记录新增时id问题报错修改
This commit is contained in:
parent
2aeadd1408
commit
9733fcced6
|
|
@ -396,11 +396,17 @@ export default {
|
||||||
this.mode = mode;
|
this.mode = mode;
|
||||||
this.visible = true;
|
this.visible = true;
|
||||||
this.active = 0;
|
this.active = 0;
|
||||||
this.mioId =null;//
|
this.mioId = null;
|
||||||
this.form.number= "";
|
this.form = {
|
||||||
this.form.do_user= "";
|
number: "",
|
||||||
this.form.mio_user= "";
|
inout_date: this.$TOOL.dateFormat2(new Date()),
|
||||||
console.log('this.active',this.active)
|
belong_dept: this.deptId,
|
||||||
|
mgroup: this.mgroupId,
|
||||||
|
do_user: "",
|
||||||
|
mio_user: "",
|
||||||
|
type: this.cate,
|
||||||
|
};
|
||||||
|
this.getDeptUsers();
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
setData(data,type) {
|
setData(data,type) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue