From 5edfbe11ea914aecb17078ba5d10260d03e87c2e Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 19 Nov 2025 16:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E4=BB=93=E5=8D=95=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oms/emisWarehouseIn.js | 20 +++- src/views/oms/emisWaybill/WsInBatchList.vue | 91 +++++++++++++++---- src/views/oms/orderCheck/WarehouseInPanel.vue | 7 +- 3 files changed, 95 insertions(+), 23 deletions(-) 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 @@ - +