保有量

This commit is contained in:
bb_pan 2025-08-25 18:28:44 +08:00
parent 056de29cc9
commit af79db9774
2 changed files with 20 additions and 0 deletions

View File

@ -281,6 +281,9 @@ 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.pageNum = 1
this.dialogUseQuery.pageSize = 10
this.useRecordList = []
this.getUserRecords() this.getUserRecords()
}, },
/** 查询在用设备列表 */ /** 查询在用设备列表 */

View File

@ -790,6 +790,9 @@ 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.pageNum = 1
this.dialogQuery.pageSize = 10
this.dialogList = []
this.getStoreCodeList() this.getStoreCodeList()
}, },
/** 查询在库编码列表 */ /** 查询在库编码列表 */
@ -828,6 +831,9 @@ 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.pageNum = 1
this.dialogUseQuery.pageSize = 10
this.useRecordList = []
this.getUserRecords() this.getUserRecords()
}, },
/** 查询在用设备列表 */ /** 查询在用设备列表 */
@ -867,6 +873,9 @@ export default {
this.dialogRepairQuery.typeId= row.typeId this.dialogRepairQuery.typeId= row.typeId
this.dialogRepairQuery.pageNum = 1; this.dialogRepairQuery.pageNum = 1;
this.dialogRepairQuery.keyWord = ""; this.dialogRepairQuery.keyWord = "";
this.dialogRepairQuery.pageNum = 1
this.dialogRepairQuery.pageSize = 10
this.repairRecordList = []
this.getRepairRecords() this.getRepairRecords()
}, },
/** 查询在修设备列表 */ /** 查询在修设备列表 */
@ -905,7 +914,9 @@ export default {
this.openPurchaseRecord = true this.openPurchaseRecord = true
this.dialogPurchaseQuery.typeId= row.typeId this.dialogPurchaseQuery.typeId= row.typeId
this.dialogPurchaseQuery.pageNum = 1; this.dialogPurchaseQuery.pageNum = 1;
this.dialogPurchaseQuery.pageSize = 10
this.dialogPurchaseQuery.keyWord = ""; this.dialogPurchaseQuery.keyWord = "";
this.purchaseRecordList = []
this.getPurchaseRecords() this.getPurchaseRecords()
}, },
/** 查询新购入库设备列表 */ /** 查询新购入库设备列表 */
@ -944,7 +955,9 @@ export default {
this.openTestedRecord = true this.openTestedRecord = true
this.dialogTestedQuery.typeId= row.typeId this.dialogTestedQuery.typeId= row.typeId
this.dialogTestedQuery.pageNum = 1; this.dialogTestedQuery.pageNum = 1;
this.dialogTestedQuery.pageSize = 10
this.dialogTestedQuery.keyWord = ""; this.dialogTestedQuery.keyWord = "";
this.testedRecordList = []
this.getTestedRecords() this.getTestedRecords()
}, },
/** 查询修试入库设备列表 */ /** 查询修试入库设备列表 */
@ -984,7 +997,9 @@ export default {
this.openToScrapRecord = true this.openToScrapRecord = true
this.dialogToScrapQuery.typeId= row.typeId this.dialogToScrapQuery.typeId= row.typeId
this.dialogToScrapQuery.pageNum = 1; this.dialogToScrapQuery.pageNum = 1;
this.dialogToScrapQuery.pageSize = 10
this.dialogToScrapQuery.keyWord = ""; this.dialogToScrapQuery.keyWord = "";
this.toScrapRecordList = []
this.getToScrapRecords() this.getToScrapRecords()
}, },
/** 查询待报废设备列表 */ /** 查询待报废设备列表 */
@ -1023,7 +1038,9 @@ export default {
this.openAuditedRecord = true this.openAuditedRecord = true
this.dialogAuditedQuery.typeId= row.typeId this.dialogAuditedQuery.typeId= row.typeId
this.dialogAuditedQuery.pageNum = 1; this.dialogAuditedQuery.pageNum = 1;
this.dialogAuditedQuery.pageSize = 10
this.dialogAuditedQuery.keyWord = ""; this.dialogAuditedQuery.keyWord = "";
this.auditedRecordList = []
this.getAuditedRecords() this.getAuditedRecords()
}, },
/** 查询已审核报废设备列表 */ /** 查询已审核报废设备列表 */