fix:光芯工段出入库记录新增时id问题报错修改

This commit is contained in:
shijing 2026-05-11 09:13:25 +08:00
parent 2aeadd1408
commit 9733fcced6
1 changed files with 11 additions and 5 deletions

View File

@ -396,11 +396,17 @@ export default {
this.mode = mode;
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)
this.mioId = null;
this.form = {
number: "",
inout_date: this.$TOOL.dateFormat2(new Date()),
belong_dept: this.deptId,
mgroup: this.mgroupId,
do_user: "",
mio_user: "",
type: this.cate,
};
this.getDeptUsers();
return this;
},
setData(data,type) {