This commit is contained in:
parent
dab779659c
commit
2c35805ac6
|
|
@ -355,6 +355,7 @@ export default {
|
||||||
this.openRecord = true
|
this.openRecord = true
|
||||||
this.dialogQuery.keyWord = ''
|
this.dialogQuery.keyWord = ''
|
||||||
this.dialogQuery.typeId = row.typeId
|
this.dialogQuery.typeId = row.typeId
|
||||||
|
this.dialogQuery.proId = row.proId
|
||||||
this.getStoreCodeList()
|
this.getStoreCodeList()
|
||||||
},
|
},
|
||||||
/** 查询在库编码列表 */
|
/** 查询在库编码列表 */
|
||||||
|
|
@ -382,6 +383,7 @@ export default {
|
||||||
this.openUseRecord = true
|
this.openUseRecord = true
|
||||||
this.dialogUseQuery.typeId = row.typeId
|
this.dialogUseQuery.typeId = row.typeId
|
||||||
this.dialogUseQuery.keyWord = ''
|
this.dialogUseQuery.keyWord = ''
|
||||||
|
this.dialogUseQuery.proId = row.proId
|
||||||
this.getUserRecords()
|
this.getUserRecords()
|
||||||
},
|
},
|
||||||
/** 查询在用设备列表 */
|
/** 查询在用设备列表 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue