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
9cbcb13b
Commit
9cbcb13b
authored
Dec 26, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eb118832
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
index.vue
src/components/FinancialModule/HelpBranch/index.vue
+18
-13
No files found.
src/components/FinancialModule/HelpBranch/index.vue
View file @
9cbcb13b
...
@@ -227,6 +227,21 @@
...
@@ -227,6 +227,21 @@
<
/li
>
<
/li
>
<
/ul
>
<
/ul
>
<
/div
>
<
/div
>
<
div
style
=
"display: flex;flex-wrap: nowrap; padding: 10px;"
>
<
div
style
=
"display: flex;flex-wrap: wrap;color:red;"
v
-
if
=
"allotDataList.length>0"
>
<
span
>
调拨单总额:
<
/span
>
<
template
>
<
span
size
=
"mini"
closable
style
=
"margin-right: 5px;margin-bottom: 5px;"
v
-
for
=
"(x,index) in allotDataList"
:
key
=
"x.FrID"
:
type
=
"x.Type==2?'danger':'success'"
>
{{
x
.
Money
}}
(
{{
x
.
CurrencyName
}}
),已冲抵金额:
{{
x
.
UseMoney
}}
,剩余金额:
{{
x
.
SurplusMoney
}}
<
/span
>
<
/template
>
<
/div
>
<
/div
>
<
div
style
=
"display: flex;flex-wrap: nowrap; padding: 10px;"
>
<
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
>
<
span
>
已选数据:
<
/span
>
...
@@ -250,20 +265,9 @@
...
@@ -250,20 +265,9 @@
总金额:
{{
getMoney
()
}}
总金额:
{{
getMoney
()
}}
<
/div
>
<
/div
>
<
div
style
=
"display: flex;flex-wrap: wrap;margin-left:10px;color:red;"
v
-
if
=
"allotDataList.length>0"
>
<
span
>
调拨单:
<
/span
>
<
template
>
<
span
size
=
"mini"
closable
style
=
"margin-right: 5px;margin-bottom: 5px;"
v
-
for
=
"(x,index) in allotDataList"
:
key
=
"x.FrID"
:
type
=
"x.Type==2?'danger':'success'"
>
{{
x
.
FrID
}}
,币种:
{{
x
.
CurrencyName
}}
,总金额:
{{
x
.
Money
}}
,剩余金额:
{{
x
.
SurplusMoney
}}
<
/span
>
<
/template
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"_fnDm_content"
v
-
loading
=
'loading'
>
<
div
class
=
"_fnDm_content"
v
-
loading
=
'loading'
>
<
el
-
table
<
el
-
table
ref
=
"multipleTable"
ref
=
"multipleTable"
...
@@ -812,7 +816,8 @@ export default {
...
@@ -812,7 +816,8 @@ export default {
Money
:
data
.
Money
,
Money
:
data
.
Money
,
CurrencyName
:
data
.
CurrencyName
,
CurrencyName
:
data
.
CurrencyName
,
SurplusMoney
:
data
.
SurplusMoney
,
SurplusMoney
:
data
.
SurplusMoney
,
NowMoney
:
0
NowMoney
:
0
,
UseMoney
:
data
.
UseMoney
}
}
this
.
allotDataList
.
push
(
obj
);
this
.
allotDataList
.
push
(
obj
);
}
}
...
...
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