Commit e30d2a80 authored by lanbaoming's avatar lanbaoming

2024-04-27 更新报表接口

parent 89288560
......@@ -66,7 +66,7 @@ export function getDeptChild(query) {
})
}
//根据部门过滤客户经理
//根据部门过滤客户经理 2024-04-27
export function listServiceUser(query) {
return request({
url: '/Report/SysDeptEx/listServiceUser',
......
......@@ -9,7 +9,7 @@ export function getListPage(data) {
})
}
// 导出测试 Excel
// 导出测试 Excel -2024-04-27
export function exportExcel(data) {
return request({
url: '/Report/CustomerAnalysis/exportExcel',
......
......@@ -19,7 +19,7 @@ export function getBarData(data) {
}
// 导出测试 Excel
// 导出测试 Excel 2024-04-27
export function exportExcel(query) {
return request({
url: '/Report/CustomerReport/exportExcel',
......
......@@ -8,7 +8,7 @@ export function getListPage(query) {
})
}
//销售分析数据导出 Excel
//销售分析数据导出 Excel 2024-04-27
export function exportExcel(query) {
return request({
url: '/Report/SalesAnalysis/exportExcel',
......
......@@ -27,7 +27,7 @@ export function SalesReportList(data) {
})
}
// 导出测试 Excel
// 导出测试 Excel 2024-04-27
export function exportTestExcel(query) {
return request({
url: '/SalesReport/test/export-excel',
......
......@@ -30,6 +30,7 @@ export function getModel(id) {
})
}
//2024-04-27
export function getPageList(query) {
return request({
url: '/ecwVz/vz/page',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment