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.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) {