rev:出入库报表相关修改

This commit is contained in:
2023-09-19 08:43:19 +08:00
parent 4394288ff5
commit 40f7c722de
26 changed files with 385 additions and 109 deletions

View File

@@ -348,10 +348,10 @@ export default {
this.crud.notify('移入仓库不能为空!', CRUD.NOTIFICATION_TYPE.INFO)
return false
}
if (this.form.out_stor_id === this.form.stor_id) {
/*if (this.form.out_stor_id === this.form.stor_id) {
this.crud.notify('移出仓库和移入仓库不能一致!', CRUD.NOTIFICATION_TYPE.INFO)
return false
}
}*/
}
},
[CRUD.HOOK.afterToEdit]() {