From ab5bb998d6f36db99a54df55a0b92a51cfdf17c0 Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Tue, 30 Dec 2025 10:51:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(RealTimeInventory):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=8C=E5=87=BB=E5=8D=95=E5=85=83=E6=A0=BC=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E8=AF=A6=E6=83=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加双击表格单元格事件处理,当单元格有数据时显示WMS库存详情对话框。包括处理无效数据检查、列类型过滤以及参数提取逻辑。 --- src/views/plan/RealTimeInventory.vue | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/views/plan/RealTimeInventory.vue b/src/views/plan/RealTimeInventory.vue index a1427e0..e85bae8 100644 --- a/src/views/plan/RealTimeInventory.vue +++ b/src/views/plan/RealTimeInventory.vue @@ -20,6 +20,7 @@ :header-cell-style="{ backgroundColor: '#f5f7fa', color: '#606266' }" empty-text="暂无数据" :scrollbar-always-on="true" + @cell-dblclick="handleCellDblClick" > + + + + +