From 858e9d9c359a15d3641d3c1a16c4c610b3d7ec22 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 11 五月 2026 13:12:37 +0800
Subject: [PATCH] 禁用不合格管理新增
---
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