From 29d9bdd91b75a4dfbecfc368aefd8ed0155481d5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 11 五月 2024 12:04:07 +0800
Subject: [PATCH] 1.生产排单日期类型多选实现

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