From 0e97de73f6719ccd57469cea07a9f567864cc57a Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 04 9月 2024 10:13:54 +0800
Subject: [PATCH] 日志增加  WorkingProcedureCurrent

---
 yiqi_pda/api/outBound/index.js |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/yiqi_pda/api/outBound/index.js b/yiqi_pda/api/outBound/index.js
index 7d11888..3d36675 100644
--- a/yiqi_pda/api/outBound/index.js
+++ b/yiqi_pda/api/outBound/index.js
@@ -18,3 +18,29 @@
   })
 }
 
+// 涓嬬嚎鎵ц /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) {
+  return request({
+    url:  `/api/pdaservice/getOutBoundWorkPieceInfoCount`,
+    method: 'post',
+    data
+  })
+}

--
Gitblit v1.9.3