Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
33b94f59
Commit
33b94f59
authored
Aug 21, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5589e601
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+2
-1
ActualRateChange.vue
...odule/DataAnalysis/components/Echart/ActualRateChange.vue
+1
-1
IncomeChange.vue
...ialModule/DataAnalysis/components/Echart/IncomeChange.vue
+1
-1
WoolRateChange.vue
...lModule/DataAnalysis/components/Echart/WoolRateChange.vue
+1
-1
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
33b94f59
...
@@ -182,7 +182,8 @@ export default {
...
@@ -182,7 +182,8 @@ export default {
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
getLocalStorage
().
RB_Group_id
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
getLocalStorage
().
RB_Group_id
const
end
=
new
Date
();
const
end
=
new
Date
();
const
start
=
new
Date
();
const
start
=
new
Date
();
start
.
setMonth
(
start
.
getMonth
()
-
6
);
start
.
setMonth
(
start
.
getMonth
()
-
7
);
end
.
setMonth
(
end
.
getMonth
()
-
1
);
this
.
dateTime
=
[
this
.
$commonUtils
.
getFormatDateM
(
start
),
this
.
$commonUtils
.
getFormatDateM
(
end
)]
this
.
dateTime
=
[
this
.
$commonUtils
.
getFormatDateM
(
start
),
this
.
$commonUtils
.
getFormatDateM
(
end
)]
this
.
msg
.
startDate
=
this
.
dateTime
[
0
]
this
.
msg
.
startDate
=
this
.
dateTime
[
0
]
this
.
msg
.
endDate
=
this
.
dateTime
[
1
]
this
.
msg
.
endDate
=
this
.
dateTime
[
1
]
...
...
src/components/FinancialModule/DataAnalysis/components/Echart/ActualRateChange.vue
View file @
33b94f59
...
@@ -61,7 +61,7 @@ export default {
...
@@ -61,7 +61,7 @@ export default {
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
ProfitRate
.
toFixed
(
2
)})
// 绑定实时数据数组
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
ProfitRate
.
toFixed
(
2
)})
// 绑定实时数据数组
}
}
datas
.
push
(
obj
)
datas
.
push
(
obj
)
if
(
indexs
>
7
){
if
(
indexs
>
10
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
}
}
...
...
src/components/FinancialModule/DataAnalysis/components/Echart/IncomeChange.vue
View file @
33b94f59
...
@@ -61,7 +61,7 @@ export default {
...
@@ -61,7 +61,7 @@ export default {
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
IncomeRate
.
toFixed
(
2
)})
// 绑定实时数据数组
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
IncomeRate
.
toFixed
(
2
)})
// 绑定实时数据数组
}
}
datas
.
push
(
obj
)
datas
.
push
(
obj
)
if
(
indexs
>
4
){
if
(
indexs
>
10
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
}
}
...
...
src/components/FinancialModule/DataAnalysis/components/Echart/WoolRateChange.vue
View file @
33b94f59
...
@@ -61,7 +61,7 @@ export default {
...
@@ -61,7 +61,7 @@ export default {
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
MaoLiRate
.
toFixed
(
2
)})
// 绑定实时数据数组
data
:
x
.
DetailList
.
map
(
y
=>
{
return
y
.
MaoLiRate
.
toFixed
(
2
)})
// 绑定实时数据数组
}
}
datas
.
push
(
obj
)
datas
.
push
(
obj
)
if
(
indexs
>
4
){
if
(
indexs
>
10
){
let
name
=
x
.
Name
;
let
name
=
x
.
Name
;
Newobj
[
name
]
=
false
;
Newobj
[
name
]
=
false
;
}
}
...
...
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