From 5ee730bffa337090c39f35f0ce84946c1be1cd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 13 Apr 2026 14:37:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=A5=E8=A1=A8):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=92=A2=E5=8D=B7=E8=A1=A8=E6=A0=BC=E8=A1=8C=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BB=A5=E6=A0=87=E8=AE=B0=E5=85=B1=E7=94=A8?= =?UTF-8?q?=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在分条线报表中,产出钢卷和投入钢卷可能存在共用卷的情况。添加高亮功能以便直观区分这些共用卷: 1. 在day.vue中计算共用卷ID列表 2. 在coilTable组件中实现行高亮逻辑和样式 --- .../wms/report/components/coilTable/index.vue | 56 ++++++++++++++++++- klp-ui/src/views/wms/report/template/day.vue | 25 ++++++++- 2 files changed, 78 insertions(+), 3 deletions(-) diff --git a/klp-ui/src/views/wms/report/components/coilTable/index.vue b/klp-ui/src/views/wms/report/components/coilTable/index.vue index 59cd8e94..23c3cdde 100644 --- a/klp-ui/src/views/wms/report/components/coilTable/index.vue +++ b/klp-ui/src/views/wms/report/components/coilTable/index.vue @@ -24,7 +24,7 @@ @current-change="handleCurrentChange" /> - +