Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
潘自豪 Rambo Pan
shld-databoard-ui
Commits
261d1b66
Commit
261d1b66
authored
Aug 08, 2024
by
xuzhuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增营销大屏
parent
ed735071
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
847 additions
and
0 deletions
+847
-0
apiList.js
src/module/api/apiList.js
+9
-0
index_sale.vue
src/module/databoard/index_sale.vue
+832
-0
index_router.js
src/module/index/router/index_router.js
+6
-0
No files found.
src/module/api/apiList.js
View file @
261d1b66
...
@@ -63,6 +63,8 @@ export const getAccountSituation = (cur_day) => fetch("/api/query/dash_board/act
...
@@ -63,6 +63,8 @@ export const getAccountSituation = (cur_day) => fetch("/api/query/dash_board/act
},
"POST"
)
},
"POST"
)
// 应收账款列表
// 应收账款列表
export
const
arCompanyList
=
()
=>
fetch
(
"/api/query/dash_board/action/get_ar_company_list"
,
{},
"POST"
)
export
const
arCompanyList
=
()
=>
fetch
(
"/api/query/dash_board/action/get_ar_company_list"
,
{},
"POST"
)
// 失去客户名单
export
const
lostUserList
=
(
cur_day
)
=>
fetch
(
"/api/query/dash_board/action/get_lost_user_list"
,
{
aux
:
{
cur_day
:
cur_day
}},
"POST"
)
// 应收账款(结算单位)
// 应收账款(结算单位)
export
const
arCompanyBar
=
()
=>
fetch
(
"/api/query/dash_board/action/get_ar_company_bar"
,
{},
"POST"
)
export
const
arCompanyBar
=
()
=>
fetch
(
"/api/query/dash_board/action/get_ar_company_bar"
,
{},
"POST"
)
// 应收账款(开票月份)
// 应收账款(开票月份)
...
@@ -158,5 +160,12 @@ export const getDepartmentTargetWeight = (department_code, year) => fetch('/api/
...
@@ -158,5 +160,12 @@ export const getDepartmentTargetWeight = (department_code, year) => fetch('/api/
}
}
},
'POST'
);
},
'POST'
);
//首页区域完成量
export
const
getShipmentDataByArea
=
(
cur_day
)
=>
fetch
(
'/api/query/*/action/get_shipment_data_by_area'
,
{
aux
:
{
cur_day
:
cur_day
}
},
'POST'
);
src/module/databoard/index_sale.vue
0 → 100644
View file @
261d1b66
This diff is collapsed.
Click to expand it.
src/module/index/router/index_router.js
View file @
261d1b66
import
Vue
from
'vue'
import
Vue
from
'vue'
import
Router
from
'vue-router'
import
Router
from
'vue-router'
import
Index
from
'../../databoard/index.vue'
import
Index
from
'../../databoard/index.vue'
import
IndexSale
from
'../../databoard/index_sale'
import
ArBar
from
"../../databoard/components/chart/ar-bar.vue"
;
import
ArBar
from
"../../databoard/components/chart/ar-bar.vue"
;
import
ArCompanyBar
from
"../../databoard/components/chart/ar-company-bar.vue"
;
import
ArCompanyBar
from
"../../databoard/components/chart/ar-company-bar.vue"
;
import
ArMonthlyBar
from
"../../databoard/components/chart/ar-monthly-bar.vue"
;
import
ArMonthlyBar
from
"../../databoard/components/chart/ar-monthly-bar.vue"
;
...
@@ -30,6 +31,11 @@ export default new Router({
...
@@ -30,6 +31,11 @@ export default new Router({
name
:
'index'
,
name
:
'index'
,
component
:
Index
component
:
Index
},
},
{
path
:
'/index_sale'
,
name
:
'index_sale'
,
component
:
IndexSale
},
{
{
path
:
'/ar_bar'
,
path
:
'/ar_bar'
,
name
:
'arBar'
,
name
:
'arBar'
,
...
...
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