From 03de13b2a5357916a7b6ec2f3e8a9ff6ca2e3970 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 10 9月 2024 18:17:22 +0800
Subject: [PATCH] 日志优化

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

diff --git a/yiqi_pda/api/outBound/index.js b/yiqi_pda/api/outBound/index.js
index 3d36675..b2f96be 100644
--- a/yiqi_pda/api/outBound/index.js
+++ b/yiqi_pda/api/outBound/index.js
@@ -44,3 +44,13 @@
     data
   })
 }
+
+
+// 鍑哄簱缁熻 /api/pdaservice/getOutBoundWorkPieceInfoCountList
+export function getOutBoundWorkPieceInfoCountList(data) {
+  return request({
+    url:  `/api/pdaservice/getOutBoundWorkPieceInfoCountList`,
+    method: 'post',
+    data
+  })
+}

--
Gitblit v1.9.3