From 6efa5f6ca7536a37e3af3592bb42db63bcb8371d Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 24 9月 2025 15:33:27 +0800
Subject: [PATCH] 代码备份

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

diff --git a/yiqi_pda/api/outBound/index.js b/yiqi_pda/api/outBound/index.js
index 7d11888..b2f96be 100644
--- a/yiqi_pda/api/outBound/index.js
+++ b/yiqi_pda/api/outBound/index.js
@@ -18,3 +18,39 @@
   })
 }
 
+// 涓嬬嚎鎵ц /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
+  })
+}
+
+
+// 鍑哄簱缁熻 /api/pdaservice/getOutBoundWorkPieceInfoCountList
+export function getOutBoundWorkPieceInfoCountList(data) {
+  return request({
+    url:  `/api/pdaservice/getOutBoundWorkPieceInfoCountList`,
+    method: 'post',
+    data
+  })
+}

--
Gitblit v1.9.3