From deb0a2b84b5a6a7dc916b1a4e625f32c00c87ade Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 27 一月 2026 09:17:25 +0800
Subject: [PATCH] fix(出库): 处理MES缺失的物料并优化扫码逻辑
---
src/api/product/twist.ts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index ef914da..2ea641c 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -29,6 +29,15 @@
});
},
+ // 鎷変笣浜岀淮鐮佹煡璇�
+ getTagByIdLs(params: { outPutId: string | number }) {
+ return request<BaseResult<any>>({
+ url: "/app/getTagByIdLs",
+ method: "GET",
+ data: params,
+ });
+ },
+
addStrandedWireDish(data: any) {
return request<BaseResult<any>>({
url: "/app/addStrandedWireDish",
--
Gitblit v1.9.3