From 599a565adfdb4fb04ab6a8f17fcf0995e25d8810 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 二月 2023 15:25:30 +0800
Subject: [PATCH] 1.生产开报工新增计件方式2.班组、人员计件工资报表改变

---
 src/api/bbgl.js |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/src/api/bbgl.js b/src/api/bbgl.js
index c7cad01..361942d 100644
--- a/src/api/bbgl.js
+++ b/src/api/bbgl.js
@@ -106,3 +106,38 @@
     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