From 0dddb2d26efa7cbffeefa8efe6aa2ce83bdd5408 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 11 九月 2026 14:49:10 +0800
Subject: [PATCH] chore: 青海五家配置文件

---
 src/api/inventoryManagement/stockInRecord.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/inventoryManagement/stockInRecord.js b/src/api/inventoryManagement/stockInRecord.js
index 3142e09..255c1c9 100644
--- a/src/api/inventoryManagement/stockInRecord.js
+++ b/src/api/inventoryManagement/stockInRecord.js
@@ -41,4 +41,13 @@
         method: "post",
         data,
     });
+};
+
+// 鎵归噺鍙嶅鍏ュ簱璁板綍锛堜粎椹冲洖鐘舵�佸彲鍙嶅锛�
+export const batchUnapproveStockInRecords = (data) => {
+    return request({
+        url: "/stockInRecord/reAudit",
+        method: "post",
+        data,
+    });
 };
\ No newline at end of file

--
Gitblit v1.9.3