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
fcc31f83
Commit
fcc31f83
authored
Sep 22, 2023
by
潘自豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流失客户
parent
28136f23
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
23 deletions
+39
-23
apiList.js
src/module/api/apiList.js
+8
-10
index.vue
src/module/databoard/index.vue
+31
-13
No files found.
src/module/api/apiList.js
View file @
fcc31f83
...
...
@@ -43,13 +43,6 @@ export const getBusinessConditionDatasByYear = (cur_day) => fetch('/api/query/*/
},
'POST'
);
// 应收账款汇总
export
const
arSummaryBar
=
()
=>
fetch
(
"/api/query/dash_board/action/get_ar_summary_bar"
,
{},
"POST"
)
// 应收账款列表
...
...
@@ -106,6 +99,11 @@ export const getAllTypeBusinessConditionDetailByYear = (cur_day) => fetch('/api/
},
'POST'
);
export
const
transportTypeOrderFinishPie
=
(
date
)
=>
fetch
(
"/api/query/dash_board/action/get_order_finish_data_by_transport_type_day"
,
{
aux
:
{
"cur_day"
:
date
}},
"POST"
)
export
const
customerOrderFinishPie
=
(
date
)
=>
fetch
(
"/api/query/dash_board/action/get_order_finish_data_by_customer_day"
,
{
aux
:
{
"cur_day"
:
date
}},
"POST"
)
export
const
transportTypeOrderFinishPie
=
(
date
)
=>
fetch
(
"/api/query/dash_board/action/get_order_finish_data_by_transport_type_day"
,
{
aux
:
{
"cur_day"
:
date
}},
"POST"
)
export
const
customerOrderFinishPie
=
(
date
)
=>
fetch
(
"/api/query/dash_board/action/get_order_finish_data_by_customer_day"
,
{
aux
:
{
"cur_day"
:
date
}},
"POST"
)
//流失客户 & 新增客户
export
const
getOrderLoseAddCustomer
=
(
cur_day
)
=>
fetch
(
'/api/query/*/action/get_order_loss_add_customer'
,
{
aux
:
{
cur_day
:
cur_day
}
},
'POST'
);
src/module/databoard/index.vue
View file @
fcc31f83
...
...
@@ -113,20 +113,20 @@
<showcase
style=
"width: 18%;"
title=
"流失客户"
>
<title-content-mark
style=
"float:left;width: 100%;height: 50%;color: #5eeef4;padding: 0 15%;font-size: 16px;"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"
mockData.
lskh.weight"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"lskh.weight"
mark=
"万吨"
/>
<title-content-mark
style=
"float:left;width: 100%;height: 50%;color: #5eeef4;padding: 0 15%;"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"
mockData.
lskh.amount"
mark=
"万元"
/>
:content=
"lskh.amount"
mark=
"万元"
/>
</showcase>
<showcase
style=
"width: 18%;"
title=
"新增客户"
>
<title-content-mark
style=
"float:left;width: 100%;height: 50%;color: #5eeef4;padding: 0 15%;font-size: 16px;"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"
mockData.
xzkh.weight"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"xzkh.weight"
mark=
"万吨"
/>
<title-content-mark
style=
"float:left;width: 100%;height: 50%;color: #5eeef4;padding: 0 15%;"
content-style=
"font-size: 16px;"
mark-style=
"font-size: 10px;"
:content=
"
mockData.
xzkh.amount"
mark=
"万元"
/>
:content=
"xzkh.amount"
mark=
"万元"
/>
</showcase>
</div>
</div>
...
...
@@ -149,7 +149,7 @@ import WinnersList from "./components/card/winners-list.vue";
import
TitleContentMark
from
"./components/layout/title-content-mark.vue"
;
import
TableColumn
from
"./components/table/table-column.vue"
;
import
RingPieChart
from
"./components/chart/ring-pie-chart.vue"
;
import
{
arSummaryBar
,
arCompanyList
,
getBusinessConditionDatas
,
customerOrderFinishPie
}
from
"../api/apiList"
import
{
arSummaryBar
,
arCompanyList
,
getBusinessConditionDatas
,
customerOrderFinishPie
,
getOrderLoseAddCustomer
}
from
"../api/apiList"
import
{
calc_hb_str
,
calc_tb_str
,
conver_amont
,
conver_num_retain
}
from
"../utils/numUtil"
;
import
{
getTransportTypeOrderFinishPie
,
getCustomerOrderFinishPie
}
from
"./databoard/js/indexPieData"
;
...
...
@@ -227,6 +227,14 @@ export default {
{
title
:
'应收款(财务)'
,
value
:
'20,303'
},
{
title
:
'应收款(营销)'
,
value
:
'20,303'
,},
],
lskh
:
{
weight
:
"2,000"
,
amount
:
"20,000"
,
},
xzkh
:
{
weight
:
"2,000"
,
amount
:
"20,000"
,
},
mockData
:
{
zqk
:
{
yszk
:
{
...
...
@@ -465,14 +473,14 @@ export default {
arSummaryBar
().
then
(
res
=>
{
let
data
=
res
.
data
let
seriesData
=
[]
seriesData
.
push
(
data
.
unsettled_amount
)
seriesData
.
push
(
data
.
settled_amount
)
seriesData
.
push
(
data
.
unregister_amount
)
seriesData
.
push
(
data
.
receivable_amount
)
seriesData
.
push
(
data
.
cancelled_amount
)
this
.
arSummary
[
0
].
value
=
data
.
total_amount
this
.
arSummary
[
1
].
value
=
data
.
unregister_amount
this
.
arSummary
[
2
].
value
=
data
.
receivable_amount
seriesData
.
push
(
conver_num_retain
(
data
.
unsettled_amount
)
)
seriesData
.
push
(
conver_num_retain
(
data
.
settled_amount
)
)
seriesData
.
push
(
conver_num_retain
(
data
.
unregister_amount
)
)
seriesData
.
push
(
conver_num_retain
(
data
.
receivable_amount
)
)
seriesData
.
push
(
conver_num_retain
(
data
.
cancelled_amount
)
)
this
.
arSummary
[
0
].
value
=
conver_num_retain
(
data
.
total_amount
)
this
.
arSummary
[
1
].
value
=
conver_num_retain
(
data
.
unregister_amount
)
this
.
arSummary
[
2
].
value
=
conver_num_retain
(
data
.
receivable_amount
)
this
.
$refs
.
arSummaryBar
.
drawArSummaryBar
(
seriesData
)
}).
catch
(
err
=>
{
console
.
log
(
err
);
...
...
@@ -498,6 +506,15 @@ export default {
pieDataFormatter
(
param
)
{
return
param
.
name
+
'
\
r
\
n'
+
this
.
pieDataValueFormatter
(
param
.
value
)
+
"万元"
;
},
getLoseAndAdd
()
{
getOrderLoseAddCustomer
(
this
.
today
).
then
(
res
=>
{
let
data
=
res
.
data
this
.
lskh
.
amount
=
conver_amont
(
data
.
lost_sell_settle_amount_sum
);
this
.
lskh
.
weight
=
conver_amont
(
data
.
lost_weight_sum
);
this
.
xzkh
.
amount
=
conver_amont
(
data
.
add_sell_settle_amount_sum
);
this
.
xzkh
.
weight
=
conver_amont
(
data
.
add_weight_sum
);
})
}
},
mounted
()
{
this
.
showBusinessConditionDatas
();
...
...
@@ -506,6 +523,7 @@ export default {
},
500
)
this
.
getArSummaryBar
();
this
.
getArCompanyList
();
this
.
getLoseAndAdd
();
this
.
refreshData
();
},
beforeDestroy
()
{
...
...
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