diff --git a/src/api/oms/emisWarehouseIn.js b/src/api/oms/emisWarehouseIn.js index acbe764..7b27132 100644 --- a/src/api/oms/emisWarehouseIn.js +++ b/src/api/oms/emisWarehouseIn.js @@ -60,4 +60,22 @@ export function getWarehouseInDetail(query) { inNo: query.inNo } }) -} \ No newline at end of file +} + +// 客户确认进仓 +export function cusConfirmWsIn(data) { + return request({ + url: '/oms2c/emisWarehouseIn/cusConfirmWsIn', + method: 'post', + data: data + }) +} + +// 客户反馈进仓单异常 +export function reportBatchWsInError(data) { + return request({ + url: '/oms2c/emisWarehouseIn/reportBatchWsInError', + method: 'post', + data: data + }) +} diff --git a/src/views/oms/emisWaybill/WsInBatchList.vue b/src/views/oms/emisWaybill/WsInBatchList.vue index 9fa907a..e5f4d77 100644 --- a/src/views/oms/emisWaybill/WsInBatchList.vue +++ b/src/views/oms/emisWaybill/WsInBatchList.vue @@ -48,7 +48,13 @@ - +
+ + + 异常反馈备注: {{item.abnormalDesc}} + + +
-
- +
+ 反馈异常 + 进仓确认 +
@@ -151,15 +159,28 @@
- - + + + + + + + + +
diff --git a/src/views/oms/orderCheck/WarehouseInPanel.vue b/src/views/oms/orderCheck/WarehouseInPanel.vue index 4f02d56..abd172a 100644 --- a/src/views/oms/orderCheck/WarehouseInPanel.vue +++ b/src/views/oms/orderCheck/WarehouseInPanel.vue @@ -1,4 +1,4 @@ -