This commit is contained in:
bb_pan 2025-07-05 17:04:17 +08:00
parent dab779659c
commit 2c35805ac6
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,7 @@ export default {
this.openRecord = true
this.dialogQuery.keyWord = ''
this.dialogQuery.typeId = row.typeId
this.dialogQuery.proId = row.proId
this.getStoreCodeList()
},
/** 查询在库编码列表 */
@ -382,6 +383,7 @@ export default {
this.openUseRecord = true
this.dialogUseQuery.typeId = row.typeId
this.dialogUseQuery.keyWord = ''
this.dialogUseQuery.proId = row.proId
this.getUserRecords()
},
/** 查询在用设备列表 */