From a87c52ba861983052139295de5f78e00ae174051 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 12 一月 2026 16:51:22 +0800
Subject: [PATCH] 拉丝出库调整

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

diff --git a/src/api/product/outbound.ts b/src/api/product/outbound.ts
index d338ef1..626e210 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -57,6 +57,15 @@
     });
   },
 
+  // 鎷変笣鍗曚笣浜岀淮鐮佹煡璇紙閫氳繃鍗曚笣鍙凤級
+  getTagByLsMonofilamentNumber(params: { monofilamentNumber: string }) {
+    return request<BaseResult<any[]>>({
+      url: "/mes/app/getTagByLsMonofilamentNumber",
+      method: "GET",
+      data: params,
+    });
+  },
+
   // 缁炵嚎浜岀淮鐮佹煡璇�
   getTagByIdJx(params: { outPutId: string | number }) {
     return request<BaseResult<any>>({

--
Gitblit v1.9.3