From ef7035cfbd2ef99fd1d0dde678cc632ae8428a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 29 Jul 2025 15:16:51 +0800 Subject: [PATCH] =?UTF-8?q?BOM=E5=B1=95=E7=A4=BA=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KLPService/Renderer/BomInfo.vue | 41 +++++++++++++++ .../KLPService/Renderer/ProductInfo.vue | 50 ++++++++++++++----- .../KLPService/Renderer/RawMaterialInfo.vue | 12 +++-- 3 files changed, 86 insertions(+), 17 deletions(-) diff --git a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue index e69de29b..9a88341e 100644 --- a/klp-ui/src/components/KLPService/Renderer/BomInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/BomInfo.vue @@ -0,0 +1,41 @@ + + + \ No newline at end of file diff --git a/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue b/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue index 473a9a0e..b13aa262 100644 --- a/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue @@ -5,20 +5,38 @@ {{ product.productName ? product.productName : '--' }} - -
-

ID: {{ product.productId }}

-

名称: {{ product.productName }}

-

描述: {{ product.productCode }}

-
+ + + + {{ product.productId || '--' }} + + + {{ product.productName || '--' }} + + + {{ product.productCode || '--' }} + + +