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
168d02a6
Commit
168d02a6
authored
May 09, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
4e47fd91
2ae02ba9
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 @
168d02a6
<
template
>
<
template
>
<div
style=
"margin-bottom: 20px; "
>
<div
style=
"margin-bottom: 20px; "
>
<p>
合计待付人民币:
{{
GetRMBMoney
()
}}
</p>
<el-table
<el-table
:data=
"BranchAnalysisData"
:data=
"BranchAnalysisData"
style=
"width: 100%;"
style=
"width: 100%;"
...
@@ -29,6 +29,14 @@
...
@@ -29,6 +29,14 @@
{{
scope
.
row
.
TotalMoney
}}
{{
scope
.
row
.
TotalMoney
}}
</
template
>
</
template
>
</el-table-column>
</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
align=
"center"
label=
"团队"
>
<el-table-column
<el-table-column
prop=
"CurrentMoney"
prop=
"CurrentMoney"
...
@@ -127,6 +135,13 @@ export default {
...
@@ -127,6 +135,13 @@ export default {
blank
:
'y'
blank
:
'y'
}
}
});
});
},
GetRMBMoney
(){
let
RMBMoney
=
0
;
this
.
BranchAnalysisData
.
forEach
(
x
=>
{
RMBMoney
+=
x
.
RMBMoney
;
});
return
RMBMoney
.
toFixed
(
2
);
}
}
},
},
watch
:
{
watch
:
{
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
168d02a6
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</
template
>
</
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-form-item
:label=
"$t('fnc.bweibi')"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
@
change=
"getChange"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
@
change=
"getChange"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<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