From b4e3bcda9d02f40702758485d894def270201ee6 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 22 六月 2026 19:27:16 +0800
Subject: [PATCH] feat: 工艺路线自定义完成日期

---
 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