From d7d0eb730498f61c2fdcd8e99e6272d4f297c9ee Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 15 五月 2026 16:40:46 +0800
Subject: [PATCH] 河南 1.多个公司部署修改

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

diff --git a/src/api/inventoryManagement/stockInRecord.js b/src/api/inventoryManagement/stockInRecord.js
index 4c450fb..3142e09 100644
--- a/src/api/inventoryManagement/stockInRecord.js
+++ b/src/api/inventoryManagement/stockInRecord.js
@@ -26,6 +26,14 @@
     });
 };
 
+export const batchDeletePendingStockInRecords = (ids) => {
+    return request({
+        url: "/stockInRecord/pending",
+        method: "delete",
+        data: ids,
+    });
+};
+
 // 鎵归噺瀹℃壒鍏ュ簱璁板綍锛坅pprovalStatus: approved/rejected锛�
 export const batchApproveStockInRecords = (data) => {
     return request({

--
Gitblit v1.9.3