From 4217449555a3548074ed6fe571f10c9e2955d3a4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 五月 2024 17:09:18 +0800
Subject: [PATCH] 1.安灯报表100%
---
src/api/ReportManager.js | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/src/api/ReportManager.js b/src/api/ReportManager.js
index 404fe9d..337aa52 100644
--- a/src/api/ReportManager.js
+++ b/src/api/ReportManager.js
@@ -116,3 +116,37 @@
params: data
})
}
+
+// 瀹夌伅鎶ヨ〃鏄庣粏
+export function AnDonReportDefinitSearch(data) {
+ return request({
+ url: 'ReportManager/AnDonReportDefinitSearch',
+ method: 'get',
+ params: data
+ })
+}
+
+// 瀹夌伅鎶ヨ〃鏄庣粏瀵煎嚭
+export function AnDonReportDefinitExcelSearch(data) {
+ return request({
+ url: 'ReportManager/AnDonReportDefinitExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
+// 瀹夌伅鎶ヨ〃姹囨��
+export function AnDonReportSumSearch(data) {
+ return request({
+ url: 'ReportManager/AnDonReportSumSearch',
+ method: 'get',
+ params: data
+ })
+}
+// 瀹夌伅鎶ヨ〃姹囨�诲鍑�
+export function AnDonReportSumExcelSearch(data) {
+ return request({
+ url: 'ReportManager/AnDonReportSumExcelSearch',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3