From c10ab0052dbec053c946e504a6d51e984cf5c39c Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Tue, 9 Jan 2024 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E9=A1=B5=E9=9D=A2=E7=9A=84sa?= =?UTF-8?q?p=E6=94=B6=E8=B4=A7=E6=8C=89=E9=92=AE=EF=BC=8C=E5=92=8C?= =?UTF-8?q?=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E8=BF=87=E8=B4=A6=E6=8C=89=E9=92=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/reportWork.js | 26 ++++- src/views/mes/reportWork/index.vue | 180 ++++++++++++++++++++++++----- src/views/wms/put/index.vue | 7 +- 3 files changed, 184 insertions(+), 29 deletions(-) diff --git a/src/api/mes/reportWork.js b/src/api/mes/reportWork.js index c6bee9c..464f883 100644 --- a/src/api/mes/reportWork.js +++ b/src/api/mes/reportWork.js @@ -191,6 +191,23 @@ export function getReportList(query) { params: query }); } + +// 查询报工详细列表 +export function getCKList(data) { + return request({ + url: '/wms/order/listCKT', + method: 'post', + params: data + }); +} +//查询报工详细列表+SAP收货状态 +export function getReportSAPList(query) { + return request({ + url: '/wms/put/getReportListSap', + method: 'get', + params: query + }); +} // 提交报工详细列表 export function submitReportPS(data) { return request({ @@ -199,7 +216,14 @@ export function submitReportPS(data) { data: data }); } - +// SAP收货 +export function submitReportPSSAP(data) { + return request({ + url: '/wms/put/addReportListSap', + method: 'post', + data: data + }); +} // 查询物料管理列表 export function getPrepareList(query) { return request({ diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index 6e04378..3d85b8f 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -71,6 +71,7 @@ v-hasPermi="['mes:reportWork:add']" >新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +