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
2ae02ba9
Commit
2ae02ba9
authored
May 09, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fa987a6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
waitpay.vue
...nents/FinancialModule/DataAnalysis/components/waitpay.vue
+16
-1
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+1
-1
No files found.
src/components/FinancialModule/DataAnalysis/components/waitpay.vue
View file @
2ae02ba9
<
template
>
<div
style=
"margin-bottom: 20px; "
>
<p>
合计待付人民币:
{{
GetRMBMoney
()
}}
</p>
<el-table
:data=
"BranchAnalysisData"
style=
"width: 100%;"
...
...
@@ -29,6 +29,14 @@
{{
scope
.
row
.
TotalMoney
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"RMBMoney"
label=
"转人民币"
min-width=
"120"
align=
"center"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
RMBMoney
}}
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"团队"
>
<el-table-column
prop=
"CurrentMoney"
...
...
@@ -127,6 +135,13 @@ export default {
blank
:
'y'
}
});
},
GetRMBMoney
(){
let
RMBMoney
=
0
;
this
.
BranchAnalysisData
.
forEach
(
x
=>
{
RMBMoney
+=
x
.
RMBMoney
;
});
return
RMBMoney
.
toFixed
(
2
);
}
},
watch
:
{
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
2ae02ba9
...
...
@@ -77,7 +77,7 @@
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"4"
v-if=
"activeName!=5"
>
<el-col
:span=
"4"
v-if=
"activeName!=5
&& activeName!=8
"
>
<el-form-item
:label=
"$t('fnc.bweibi')"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
@
change=
"getChange"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
...
...
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