Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
a663b9f5
Commit
a663b9f5
authored
May 09, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-05-09待办刷新
parent
beda2dfe
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
167 additions
and
96 deletions
+167
-96
salesreport.js
src/api/report/salesreport.js
+11
-0
index.vue
src/views/report/sales_analysis/index.vue
+0
-1
index.vue
src/views/report/salesreport/index.vue
+155
-95
vue.config.js
vue.config.js
+1
-0
No files found.
src/api/report/salesreport.js
View file @
a663b9f5
...
...
@@ -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
({
...
...
src/views/report/sales_analysis/index.vue
View file @
a663b9f5
...
...
@@ -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"
/>
...
...
src/views/report/salesreport/index.vue
View file @
a663b9f5
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
a663b9f5
...
...
@@ -47,6 +47,7 @@ module.exports = {
disableHostCheck
:
true
},
css
:
{
sourceMap
:
true
,
// 开启 CSS source maps
loaderOptions
:
{
sass
:
{
sassOptions
:
{
outputStyle
:
"
expanded
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment