From 833cd016fff404761583c23e37aeb38e085bc48e Mon Sep 17 00:00:00 2001 From: Developer Date: Thu, 4 Jun 2026 08:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=93=E5=AD=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=92=8C=E4=BB=93=E5=82=A8=E6=B1=87=E6=80=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InventoryQuery/index.vue | 101 +++++++++++++++--- .../WarehouseSummary/index.vue | 47 +++++++- 2 files changed, 131 insertions(+), 17 deletions(-) diff --git a/src/views/WarehouseManagement/InventoryQuery/index.vue b/src/views/WarehouseManagement/InventoryQuery/index.vue index 2166b34c..80affdcc 100644 --- a/src/views/WarehouseManagement/InventoryQuery/index.vue +++ b/src/views/WarehouseManagement/InventoryQuery/index.vue @@ -72,7 +72,9 @@ style="width:1622px" height="740px" @cell-click="handleEdit" - @sort-change="sortChange"> + @sort-change="sortChange" + @selection-change="handleSelectionChange"> +