From 882cdfd7f81aa43564ebce879ef404097bbf11f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 31 Oct 2025 16:48:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ProductSelect):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 listProductWithBom 替代 listProduct 获取带BOM信息的产品列表 - 合并产品代码和SKU显示区域 - 添加调试日志便于排查BOM信息问题 --- .../KLPService/ProductSelect/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/klp-ui/src/components/KLPService/ProductSelect/index.vue b/klp-ui/src/components/KLPService/ProductSelect/index.vue index d9e9fe34..f1918f0c 100644 --- a/klp-ui/src/components/KLPService/ProductSelect/index.vue +++ b/klp-ui/src/components/KLPService/ProductSelect/index.vue @@ -11,10 +11,7 @@
{{ item.productName }} - {{ item.productCode }} -
-
- {{ getSku(item) }} + {{ getSku(item) }}
@@ -63,7 +60,7 @@