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
932ef94d
Commit
932ef94d
authored
Sep 01, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 实时计算回款金额合计
parent
86a3b704
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
30 deletions
+12
-30
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+1
-1
returnedMoney.vue
src/views/report/returnedMoney.vue
+9
-28
collectionDetail.vue
src/views/verification/collectionDetail.vue
+2
-1
No files found.
src/views/charge-query/lpjManageDetail.vue
View file @
932ef94d
...
...
@@ -109,7 +109,7 @@
<a-col
:sm=
"24"
class=
"none-label"
>
<div
class=
"btn-div flex"
>
<div
class=
"total-div flex"
>
<div>
<div>
<span>
总账单数:
</span>
<span
class=
"blue-text"
>
{{
totalListNum
+
selectedRowKeys
.
length
}}
</span>
条
<span
:style=
"
{color: 'red'}" v-if="invalidNum > 0">(无效
{{
invalidNum
}}
条)
</span>
...
...
src/views/report/returnedMoney.vue
View file @
932ef94d
...
...
@@ -49,35 +49,16 @@
</a-button>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"6"
:sm=
"12"
class=
"none-label"
style=
"position: relative; top: 10px;"
>
<a-form-model-item
label=
"账单回款金额合计"
>
<div>
共计
<span
class=
"blue-text"
>
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
</span>
条
<!--
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
-->
</div>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"10"
:sm=
"12"
class=
"none-label"
style=
"position: relative; top: 10px;"
>
<a-form-model-item
label=
"回款金额合计"
>
<div>
账单金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
actualAmountTotal
||
0
}}
</span></div>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"10"
:sm=
"12"
class=
"none-label"
style=
"position: relative; top: 10px;"
>
<a-form-model-item
label=
"回款金额合计"
>
<div>
回款金额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
paidAmountEobTotal
||
0
}}
</span></div>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"10"
:sm=
"12"
class=
"none-label"
style=
"position: relative; top: 10px;"
>
<a-form-model-item
label=
"个人欠费合计"
>
<div>
个人欠费合计:
<span
class=
"red-text"
>
¥
{{
ciReceiptTotalVo
.
arrearsAmountTotal
||
0
}}
</span></div>
</a-form-model-item>
</a-col>
</a-row>
<div
style=
"display: flex; margin-bottom: 14px;"
>
<div
style=
"margin-right: 40px;"
>
共计
<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>
</a-form-model>
<!-- table -->
...
...
src/views/verification/collectionDetail.vue
View file @
932ef94d
...
...
@@ -130,7 +130,8 @@
</a-col>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"本次账单回款金额合计"
>
<div
class=
"blue-text"
>
{{
ciReceiptTotalVo
.
backAmountTotal
||
0
}}
</div>
<!--
<div
class=
"blue-text"
>
{{
ciReceiptTotalVo
.
backAmountTotal
||
0
}}
</div>
-->
<div
class=
"blue-text"
>
{{
form
.
backAmountCny
-
residueBackAmount
||
0
}}
</div>
</a-form-model-item>
</a-col>
...
...
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