小小儁爺
2024-05-31 70c12f32f5741af1f4fe6bb2490ebbe2e6ece953
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
  })
}