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