Commit a663b9f5 authored by lanbaoming's avatar lanbaoming

2024-05-09待办刷新

parent beda2dfe
......@@ -19,6 +19,15 @@ export function FirstCustomerCount(data) {
})
}
//获取一段时间客户成交数目
export function CustomerTargetCount(query) {
return request({
url: '/Report/SalesReport/CustomerTargetCount',
method: 'get',
params: query
})
}
//销售分析统计列表 lanbm 2024-04-01 add
export function SalesReportList(data) {
return request({
......@@ -28,6 +37,8 @@ export function SalesReportList(data) {
})
}
//获取销售分析图表数据
export function getEChartData(query) {
return request({
......
......@@ -366,7 +366,6 @@
</el-card>
</el-col>
</el-row>
<!-- 列表 -->
<el-table v-loading="loading" :data="list">
<el-table-column label="排名" align="center" prop="px" />
......
This diff is collapsed.
......@@ -47,6 +47,7 @@ module.exports = {
disableHostCheck: true
},
css: {
sourceMap: true, // 开启 CSS source maps
loaderOptions: {
sass: {
sassOptions: { outputStyle: "expanded" }
......
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