From 2c7a92dc30d3fcbbda686b67df790b0bbe806732 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Tue, 4 Nov 2025 15:21:56 +0800
Subject: [PATCH] =?UTF-8?q?oms=E8=BF=9B=E4=BB=93=E5=AF=B9=E8=B4=A7?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/oms/emisWaybill/WsInBatchList.vue | 392 ++++++++++++++++++
.../oms/orderCheck/WarehouseInBatchPanel.vue | 9 +-
src/views/oms/orderCheck/WarehouseInPanel.vue | 13 -
3 files changed, 397 insertions(+), 17 deletions(-)
create mode 100644 src/views/oms/emisWaybill/WsInBatchList.vue
diff --git a/src/views/oms/emisWaybill/WsInBatchList.vue b/src/views/oms/emisWaybill/WsInBatchList.vue
new file mode 100644
index 0000000..9fa907a
--- /dev/null
+++ b/src/views/oms/emisWaybill/WsInBatchList.vue
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 件数:{{ item.parcelQty }}
+
+
+ 重量:{{ item.billWeight }}(kg)
+
+
+ 体积:{{ item.totalVolume }}(m³)
+
+
+
+
+
+
+
+ 快递公司:
+
+
+ 快递单号:{{ item.prepareInBillCode }}
+
+
+ 是否代垫运费:
+ 是
+ 否
+
+
+
+ 代垫运费:{{ item.prepareInEstFee }} 元
+
+
+ 自定义标识:{{item.prepareInRemark }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.$index+1}}
+
+
+
+
+ {{scope.row.goodsName}}
+
+
+
+
+ {{scope.row.cargoQty}}
+
+
+
+
+ {{scope.row.length}}
+
+
+
+
+ {{scope.row.width}}
+
+
+
+
+ {{scope.row.height}}
+
+
+
+
+
+ {{scope.row.brand}}
+
+
+
+
+
+
+ {{scope.row.material}}
+
+
+
+
+ {{scope.row.purpose}}
+
+
+
+
+ {{scope.row.ingredients}}
+
+
+
+
+ {{scope.row.supplier}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/oms/orderCheck/WarehouseInBatchPanel.vue b/src/views/oms/orderCheck/WarehouseInBatchPanel.vue
index b9ad4b1..14a836c 100644
--- a/src/views/oms/orderCheck/WarehouseInBatchPanel.vue
+++ b/src/views/oms/orderCheck/WarehouseInBatchPanel.vue
@@ -52,7 +52,7 @@
@@ -67,11 +67,13 @@