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