From f2e14fbd69737ca7717835fcc4e02c0f01de10d4 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 02 二月 2026 10:12:42 +0800
Subject: [PATCH] fix: 修复扫码时code参数格式不一致导致的解析错误

---
 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..19a23e5 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -57,6 +57,15 @@
     });
   },
 
+  // 鎷変笣鍗曚笣浜岀淮鐮佹煡璇紙閫氳繃鍗曚笣鍙凤紝杩斿洖瀵硅薄锛�
+  getTagByMonofilamentNumber(params: { monofilamentNumber: string }) {
+    return request<BaseResult<any>>({
+      url: "/app/getTagByMonofilamentNumber",
+      method: "GET",
+      data: params,
+    });
+  },
+
   // 缁炵嚎浜岀淮鐮佹煡璇�
   getTagByIdJx(params: { outPutId: string | number }) {
     return request<BaseResult<any>>({

--
Gitblit v1.9.3