From dfe428b9d7e76c8172a8599d13db10c06fc336a2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 29 十一月 2025 16:38:58 +0800
Subject: [PATCH] fix: 完成扫码出库功能

---
 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 378c77f..631c980 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -141,6 +141,15 @@
       method: "POST",
     });
   },
+
+  // 楠岃瘉鍙樻洿
+  verifyChanges(params: { projectId: number | string }) {
+    return request<BaseResult<any>>({
+      url: "/app/verifyChanges",
+      method: "GET",
+      data: params,
+    });
+  },
 };
 
 export default TwistApi;

--
Gitblit v1.9.3