Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
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
fengzhaoyu
mingPayPc
Commits
dea354c9
Commit
dea354c9
authored
Nov 25, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表充值内外充值反了修改
parent
9eb47e07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
SystemReconciliation.vue
...mponents/pages/PaymentManagement/SystemReconciliation.vue
+5
-6
No files found.
src/components/pages/PaymentManagement/SystemReconciliation.vue
View file @
dea354c9
...
...
@@ -85,7 +85,7 @@ export default {
}
},
legend
:
{
data
:
[
'餐补津贴'
,
'交通津贴'
]
data
:
[
'餐补津贴'
,
'交通津贴'
]
},
xAxis
:
{
data
:
xAxisData
...
...
@@ -111,13 +111,13 @@ export default {
let
data2
=
[]
this
.
RechargeDataList
.
map
(
item
=>
{
xAxisData
.
push
(
parseInt
(
item
.
abscissaKey
))
data1
.
push
(
item
.
internalRechargeAmount
?
item
.
in
ternalRechargeAmount
:
0
)
data2
.
push
(
item
.
externalRechargeAmount
?
item
.
ex
ternalRechargeAmount
:
0
)
data1
.
push
(
item
.
externalRechargeAmount
?
item
.
ex
ternalRechargeAmount
:
0
)
data2
.
push
(
item
.
internalRechargeAmount
?
item
.
in
ternalRechargeAmount
:
0
)
})
myChart
.
setOption
({
title
:
{
text
:
'充值金额'
},
legend
:
{
data
:
[
'支付宝充值'
,
'现金充值'
]
data
:
[
'支付宝充值'
,
'现金充值'
]
},
grid
:
{
left
:
'10%'
...
...
@@ -160,7 +160,6 @@ export default {
// internalConsumeRealityAmount 员工现金
// internalConsumeSubsidyAmount 津贴
// externalConsumeRealityAmount 访客消费
myChart
.
setOption
({
title
:
{
text
:
'消费金额'
},
tooltip
:
{
...
...
@@ -173,7 +172,7 @@ export default {
data
:
xAxisData
},
legend
:
{
data
:
[
'员工现金消费'
,
'员工津贴消费'
,
'访客消费'
]
data
:
[
'员工现金消费'
,
'员工津贴消费'
,
'访客消费'
]
},
yAxis
:
{},
series
:
[{
...
...
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