From 024e8a676db223dd4b3ee52126e0d5b394f59cc5 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 28 Sep 2025 23:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E9=9C=80=E5=B9=B3=E8=A1=A1=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipment/equipmentRecord/supplyDemandBalance.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue index dcb71f52..92eef4ae 100644 --- a/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue +++ b/src/views/materialsStation/equipment/equipmentRecord/supplyDemandBalance.vue @@ -328,7 +328,8 @@ export default { dialogQuery: { pageNum: 1, pageSize: 10, - keyWord: undefined + keyWord: undefined, + agreementIds: undefined, }, dialogTotal: 0, //在用弹窗 @@ -598,6 +599,7 @@ export default { this.dialogQuery.keyWord = '' this.dialogQuery.typeId = row.typeId this.dialogQuery.proId = row.proId + this.dialogQuery.agreementIds = row.agreementIds this.getStoreCodeList() }, /** 查询在库编码列表 */