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
31065a4b
Commit
31065a4b
authored
Nov 23, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
108c6e93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
index.vue
...ponents/FinancialModule/ConsolidationOfAccounts/index.vue
+15
-7
No files found.
src/components/FinancialModule/ConsolidationOfAccounts/index.vue
View file @
31065a4b
...
...
@@ -103,7 +103,7 @@
</div>
<div
style=
"display: flex;flex-wrap: nowrap; padding: 10px;"
>
<
!-- <
div style="display: flex;flex-wrap: wrap;">
<div
style=
"display: flex;flex-wrap: wrap;"
>
<span>
已选数据:
</span>
<
template
v-if=
"multipleSelection.length>0"
>
<el-tag
size=
"mini"
closable
...
...
@@ -123,7 +123,7 @@
</div>
<div
style=
"margin-left: 20px;flex-shrink: 0;"
>
总金额:{{getMoney()}}
</div>
-->
</div>
</div>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
<el-table
...
...
@@ -134,12 +134,12 @@
row-key=
"FrID"
@
selection-change=
"handleSelectionChange"
>
<
!-- <
el-table-column
<el-table-column
type=
"selection"
:selectable=
"selectable"
width=
"55"
:reserve-selection=
"true"
>
</el-table-column>
-->
</el-table-column>
<el-table-column
label=
"单号"
width=
"120"
>
...
...
@@ -258,7 +258,15 @@
label=
"原币金额"
show-overflow-tooltip
width=
"150"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
WBMoney
?
scope
.
row
.
WBMoney
+
'/'
+
scope
.
row
.
CurrencyName
:
''
}}
{{
scope
.
row
.
WBMoney
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"原币币种"
show-overflow-tooltip
width=
"150"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CurrencyName
}}
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -874,9 +882,9 @@
let
Money
=
0
this
.
multipleSelection
.
forEach
(
x
=>
{
x
.
DetailList
.
forEach
(
y
=>
{
if
(
y
.
CostTypeId
!=
114
){
//
if(y.CostTypeId!=114){
Money
+=
(
y
.
OriginalMoney
*
100
)
}
//
}
})
})
...
...
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