Commit a663b9f5 authored by lanbaoming's avatar lanbaoming

2024-05-09待办刷新

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