From 5b619eca0a5b9ef9e4a00e49515d4ac97c852c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 1 Aug 2025 12:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bomId=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E6=9F=A5=E8=AF=A2=E6=89=80=E6=9C=89bom?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KLPService/Renderer/BomInfo.vue | 28 ++++++--- .../KLPService/Renderer/BomInfoMini.vue | 22 +++++-- .../KLPService/Renderer/ProductInfo.vue | 4 -- .../KLPService/Renderer/RawMaterialInfo.vue | 1 - klp-ui/src/layout/components/Navbar.vue | 13 ---- klp-ui/src/views/wms/hotProduct/index.vue | 4 -- klp-ui/src/views/wms/stock/box.vue | 63 ++++++++++++++++--- klp-ui/src/views/wms/stock/index.vue | 31 +++++++-- .../src/views/wms/stockIo/panels/detail.vue | 4 +- 9 files changed, 119 insertions(+), 51 deletions(-) diff --git a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue index 7f831990..cf67c39b 100644 --- a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue @@ -5,11 +5,6 @@ {{ item.attrValue }} -
- - {{ bomInfo.map(item => item.attrKey).join(',') }} - -
@@ -17,6 +12,7 @@