From 6b6c15e63bb973adff45afe13c796cc364690206 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 09 一月 2026 16:15:53 +0800
Subject: [PATCH] fix: 出库功能调整

---
 src/api/product/outbound.ts |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/api/product/outbound.ts b/src/api/product/outbound.ts
index d013d4d..d338ef1 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -11,6 +11,20 @@
     });
   },
 
+  // 瀹屾垚鍑哄簱锛堟寜鍑哄簱鍗曟槑缁嗭級
+  finishedOutboundByOutboundId(data: {
+    finishedOutDtos: Array<{ outPutId: string | number; projectId: string | number }>;
+    cdeliveryid: string | number;
+    cdeliverybid: string | number;
+    materialcode: string;
+  }) {
+    return request<BaseResult<any>>({
+      url: "/app/finishedOutboundByOutboundId",
+      method: "POST",
+      data,
+    });
+  },
+
   // 鍑哄簱鍗曟煡璇�
   queryErpOutboundOrder(params: {
     contractNo?: string;

--
Gitblit v1.9.3