From 7803c38c27894b95cb4d1c3b36906870b62a0297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Fri, 24 Apr 2026 14:31:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(wayBill):=20=E4=BF=AE=E6=94=B9=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E5=A4=B1=E8=B4=A5=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=B9=B6=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(CoilSelector): 添加镀层质量列并优化钢卷选择逻辑 1. 在wayBill组件中,当打印失败时不再尝试下载PDF,而是直接显示错误提示 2. 在CoilSelector组件中添加镀层质量列 3. 优化钢卷选择逻辑,增加对未判级钢卷的限制条件 --- klp-ui/src/components/CoilSelector/index.vue | 26 +++++++++++++++---- .../views/wms/delivery/components/wayBill.vue | 13 +++++----- .../wms/delivery/components/wayBill2.vue | 13 +++++----- 3 files changed, 35 insertions(+), 17 deletions(-) diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue index ddde3b6b..fcfb86d1 100644 --- a/klp-ui/src/components/CoilSelector/index.vue +++ b/klp-ui/src/components/CoilSelector/index.vue @@ -95,6 +95,7 @@ +
@@ -113,6 +114,7 @@ +
@@ -121,7 +123,7 @@ 总净重:{{ coilTrimStatistics.total_net_weight || 0 }}t - + @@ -147,6 +149,7 @@ +