add:1.库存管控2.管控查询3.相关逻辑处理

This commit is contained in:
2025-04-11 09:10:38 +08:00
parent fb32cfcff1
commit 28afaef7ea
26 changed files with 2220 additions and 6 deletions

View File

@@ -153,6 +153,9 @@ export default {
},
storId: {
type: String
},
lockType: {
type: String
}
},
data() {
@@ -179,6 +182,7 @@ export default {
[CRUD.HOOK.beforeRefresh]() {
this.crud.query.mater_type = this.opendtlParam
this.crud.query.stor_id = this.storId
this.crud.query.lock_type = this.lockType
if (this.openShow) {
this.openShow = false
return false