From cabdd4c531cefe568778eb63384ebd6cffcf45b0 Mon Sep 17 00:00:00 2001 From: jiangpeng Date: Wed, 8 Jul 2026 10:58:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BA=A7=E5=93=81=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/inventory/info/index.vue | 185 +++++++++++++++--- .../mapper/system/ProductInfoMapper.xml | 2 +- 2 files changed, 160 insertions(+), 27 deletions(-) diff --git a/oms_web/oms_vue/src/views/inventory/info/index.vue b/oms_web/oms_vue/src/views/inventory/info/index.vue index 16870304..66e57d0e 100644 --- a/oms_web/oms_vue/src/views/inventory/info/index.vue +++ b/oms_web/oms_vue/src/views/inventory/info/index.vue @@ -54,25 +54,25 @@ @@ -224,12 +224,18 @@ - -
- 产品信息:{{ currentInventoryInnerProductName || '-' }}({{ inventoryInnerQuery.productCode || '-' }}) - 在库现存总量:{{ currentInventoryInnerTotal || 0 }} + +
+
+
产品信息
+
{{ currentInventoryInnerProductName || '-' }}({{ inventoryInnerQuery.productCode || '-' }})
+
+
+
在库现存总量
+
{{ currentInventoryInnerTotal || 0 }}
+
- + - - + + + + + + +
@@ -254,19 +271,29 @@ - -
- 产品信息:{{ currentPurchaseStockProductName || '-' }}({{ purchaseStockQuery.productCode || '-' }}) - 在途总量:{{ currentPurchaseStockTotal || 0 }} + +
+
+
产品信息
+
{{ currentPurchaseStockProductName || '-' }}({{ purchaseStockQuery.productCode || '-' }})
+
+
+
在途总量
+
{{ currentPurchaseStockTotal || 0 }}
+
- + - + + + +
@@ -308,12 +338,18 @@ - -
- 产品信息:{{ currentBindOrderProductName || '-' }}({{ bindOrderQuery.productCode || '-' }}) - 锁单总量:{{ currentBindOrderTotal || 0 }} + +
+
+
产品信息
+
{{ currentBindOrderProductName || '-' }}({{ bindOrderQuery.productCode || '-' }})
+
+
+
锁单总量
+
{{ currentBindOrderTotal || 0 }}
+
- +