From 7a12b9828af6d24bb304f67c4b417c800636836a Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 1 Jan 2025 16:50:35 +0800 Subject: [PATCH] md --- .../WarehouseInBatchPanel.vue | 32 +++++---- .../emisWarehouseInBatch/WarehouseStockIn.vue | 10 +-- .../emisWarehouseInBatch/WsInBatchList.vue | 70 +++++++++++-------- 3 files changed, 65 insertions(+), 47 deletions(-) diff --git a/src/views/emis/emisWarehouseInBatch/WarehouseInBatchPanel.vue b/src/views/emis/emisWarehouseInBatch/WarehouseInBatchPanel.vue index ca064cbf..ec6382b8 100644 --- a/src/views/emis/emisWarehouseInBatch/WarehouseInBatchPanel.vue +++ b/src/views/emis/emisWarehouseInBatch/WarehouseInBatchPanel.vue @@ -13,19 +13,9 @@ {{ whsInInfo.customerName }} - {{ whsInInfo.waybillDetail.pickStartDate }} - - 未入仓 - 已入仓 - 部分入仓 - - - 未确认 - 已确认 - 部分确认 - - {{ whsInInfo.confirmDate }} - + {{ whsInInfo.waybillDetail.pickStartDate }} + +
仓库名:{{ whsInInfo.waybillDetail.intoWarehouseName }}
@@ -35,8 +25,22 @@
地址:{{ whsInInfo.waybillDetail.intoWarehouseAddress }}
-
+ + 未入仓 + 已入仓 + 部分入仓 + + {{ whsInInfo.totalParcelQty }} + {{ whsInInfo.totalWeight }}kg + {{ whsInInfo.totalVolume }}m³ + + + 未确认 + 已确认 + 部分确认 + + {{ whsInInfo.confirmDate }} - + - + (kg) - + +
- + (m³)
+