+
+
+ {{ whsInInfo.inNo }}
+
+ {{ whsInInfo.billCode }}
+
+
+ {{ whsInInfo.orderSn }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ whsInInfo.customerName }}
+ {{ whsInInfo.waybillDetail.pickStartDate }}
+
+
+ 仓库名:{{ whsInInfo.waybillDetail.intoWarehouseName }}
+
+
+ 联系人: {{ whsInInfo.waybillDetail.intoWarehouseContact }} {{ whsInInfo.waybillDetail.intoWarehousePhone }}
+
+
+ 地址:{{ whsInInfo.waybillDetail.intoWarehouseAddress }}
+
+
+
+ 未入仓
+ 已入仓
+ 部分入仓
+
+ {{ whsInInfo.totalParcelQty }}
+ {{ whsInInfo.totalWeight }}kg
+ {{ whsInInfo.totalVolume }}m³
-
-
-
-
-
-
+ 未确认
+ 已确认
+ 部分确认
+
+ {{ whsInInfo.confirmDate }}
+
+ 新增
-
-
-
- 删除
-
-
-
+ @click="handleShowOrderInfo"
+ >查看订单详情
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 修改
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/views/oms/orderCheck/WarehouseInPanel.vue b/src/views/oms/orderCheck/WarehouseInPanel.vue
index 2ee5c0c..995e15f 100644
--- a/src/views/oms/orderCheck/WarehouseInPanel.vue
+++ b/src/views/oms/orderCheck/WarehouseInPanel.vue
@@ -249,6 +249,7 @@ export default {
daterangeCreateTime: [],
// 更新站点时间范围
daterangeUpdateTime: [],
+ currentSelectOrder:null,
// 查询参数
queryParams: {
pageNum: 1,
@@ -329,7 +330,7 @@ export default {
this.selectionList=selection;
if(this.selectionList&&this.selectionList.length>0){
- // this.currentSelectOrder=this.selectionList[0];
+ this.currentSelectOrder=this.selectionList[0];
}
},
@@ -358,7 +359,7 @@ export default {
// this.id=row.id;
// this.titleView="查看";
// this.openView=true;
- this.$emit("onSelect",row);
+ this.$emit("onSelect",this.currentSelectOrder);
// this.router.push({ path: '/oms2c/emisWarehouseIn/viewDetail', query: { id: row.id }})
},
handleFormChanged(){
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 2/2] =?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 @@