Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
8e606c71
Commit
8e606c71
authored
Sep 04, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2376' into test
parents
3a457a79
cfcae7c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
common.less
src/assets/style/common.less
+4
-0
returnedMoney.vue
src/views/report/returnedMoney.vue
+14
-5
No files found.
src/assets/style/common.less
View file @
8e606c71
...
...
@@ -1057,3 +1057,7 @@ button::-moz-focus-inner {
.red-text{
color: red;
}
.flex{
display: flex;
}
src/views/report/returnedMoney.vue
View file @
8e606c71
...
...
@@ -50,14 +50,14 @@
</a-form-model-item>
</a-col>
</a-row>
<div
style=
"display: flex; margin-bottom: 14px;
"
>
<div
style=
"margin-right: 40px;
"
>
<div
class=
"total
"
>
<div
class=
"mr40
"
>
共计
<span
class=
"blue-text"
>
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
</span>
条
<!--
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
-->
</div>
<div
style=
"margin-right: 40px;
"
>
账单金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
actualAmountTotal
||
0
}}
</span></div>
<div
style=
"margin-right: 40px;
"
>
回款金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
paidAmountEobTotal
||
0
}}
</span></div>
<div
style=
"margin-right: 40px;
"
>
个人欠费合计:
<span
class=
"red-text"
>
¥
{{
ciReceiptTotalVo
.
arrearsAmountTotal
||
0
}}
</span></div>
<div
class=
"mr40
"
>
账单金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
actualAmountTotal
||
0
}}
</span></div>
<div
class=
"mr40
"
>
回款金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
paidAmountEobTotal
||
0
}}
</span></div>
<div
class=
"mr40
"
>
个人欠费合计:
<span
class=
"red-text"
>
¥
{{
ciReceiptTotalVo
.
arrearsAmountTotal
||
0
}}
</span></div>
</div>
</a-form-model>
...
...
@@ -242,6 +242,15 @@ export default {
opacity: 0;
}
}
.total{
font-size: 14px;
display: flex;
margin-bottom: 14px;
}
.mr40{
margin-right: 40px;
}
.ant-btn .icon-class {
.mg-r(10);
...
...
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