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 @@