add:1.库存管控2.管控查询3.相关逻辑处理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user