From 0e7d83f9262199c6238358cf1d51536a93c66ae6 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 04 9月 2024 18:09:45 +0800 Subject: [PATCH] //不再提示出来,自动忽略 【Editby shaocx,2024-09-04】 --- yiqi_pda/api/outBound/index.js | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/yiqi_pda/api/outBound/index.js b/yiqi_pda/api/outBound/index.js index 3d531ef..b2f96be 100644 --- a/yiqi_pda/api/outBound/index.js +++ b/yiqi_pda/api/outBound/index.js @@ -18,6 +18,23 @@ }) } +// 涓嬬嚎鎵ц /api/pdaservice/unLineWorkPiece +export function unLineWorkPiece(data) { + return request({ + url: `/api/pdaservice/unLineWorkPiece`, + method: 'post', + data + }) +} +// 鍑哄簱鎵ц /api/pdaservice/outStoreWorkPiece +export function outStoreWorkPiece(data) { + return request({ + url: `/api/pdaservice/outStoreWorkPiece`, + method: 'post', + data + }) +} + // 鍑哄簱缁熻 /api/pdaservice/getOutBoundWorkPieceInfoCount export function getOutBoundWorkPieceInfoCount(data) { @@ -27,3 +44,13 @@ data }) } + + +// 鍑哄簱缁熻 /api/pdaservice/getOutBoundWorkPieceInfoCountList +export function getOutBoundWorkPieceInfoCountList(data) { + return request({ + url: `/api/pdaservice/getOutBoundWorkPieceInfoCountList`, + method: 'post', + data + }) +} -- Gitblit v1.9.3