From de544ce8cfa5c95ae38bed31404df3650b2022aa Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 09 六月 2026 13:36:11 +0800
Subject: [PATCH] feat(salesLedger): 添加批量操作按钮的禁用逻辑

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

diff --git a/src/api/procurementManagement/procurementReport.js b/src/api/procurementManagement/procurementReport.js
index 32c50c7..1f961a1 100644
--- a/src/api/procurementManagement/procurementReport.js
+++ b/src/api/procurementManagement/procurementReport.js
@@ -9,3 +9,12 @@
     params: query,
   });
 }
+
+// 閲囪喘涓氬姟姹囨�荤粺璁�
+export function procurementBusinessSummaryStatistics(query) {
+  return request({
+    url: "/procurementBusinessSummary/statistics",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3