From 20dbdee5a002544f6a4e12b5e39e338052418782 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 26 十二月 2025 10:36:27 +0800
Subject: [PATCH] fix: 完成成品单丝报工逻辑
---
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 9f46c06..30059a7 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -10,6 +10,15 @@
data: data,
});
},
+
+ // 缁炵嚎浜岀淮鐮佹煡璇�
+ getTagByIdJx(params: { outPutId: string | number }) {
+ return request<BaseResult<any>>({
+ url: "/app/getTagByIdJx",
+ method: "GET",
+ data: params,
+ });
+ },
};
export default OutboundApi;
--
Gitblit v1.9.3