From b129dd8f13c5da2339b1ac8ddd0234e1c7d66801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Thu, 7 May 2026 11:08:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(CoilSelector):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E6=A8=A1=E5=BC=8F=E7=95=8C=E9=9D=A2=E5=B9=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=94=80=E5=94=AE=E5=8F=97=E9=99=90=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构多选模式界面,使用拖拽面板展示已选钢卷列表 移除销售视角受限逻辑及相关样式 调整默认分页大小为50条 --- klp-ui/src/components/CoilSelector/index.vue | 261 ++++++++++-------- .../wms/delivery/components/detailTable.vue | 2 +- 2 files changed, 146 insertions(+), 117 deletions(-) diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue index fcfb86d1..c072d6b6 100644 --- a/klp-ui/src/components/CoilSelector/index.vue +++ b/klp-ui/src/components/CoilSelector/index.vue @@ -85,26 +85,90 @@ - - - - - - - - - - +
+ + + + +
+ +
- - - - - - + @@ -116,48 +180,18 @@ -
- -
- - 总净重:{{ coilTrimStatistics.total_net_weight || 0 }}t - + +
+ + 总净重:{{ coilTrimStatistics.total_net_weight || 0 }}t + - -
- - -
-
-
- 总卷数: - {{ totalCoils }} -
-
- 总净重: - {{ totalNetWeight }}t -
+
- - - - - - - - - - - - -