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 }}
+
- +