+
+
+ {{ 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(){