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
bee887ba
Commit
bee887ba
authored
Sep 01, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2376' into test
parents
d341f7c7
932ef94d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
43 deletions
+26
-43
index.vue
src/views/charge-query/index.vue
+8
-7
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+4
-4
returnedMoney.vue
src/views/report/returnedMoney.vue
+9
-28
collectionDetail.vue
src/views/verification/collectionDetail.vue
+5
-4
No files found.
src/views/charge-query/index.vue
View file @
bee887ba
...
@@ -87,11 +87,6 @@
...
@@ -87,11 +87,6 @@
</a-select>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
>
<div
class=
"residue-amount"
>
未清余额合计:
{{
ciReceiptTotalVo
.
residueBackAmount
||
0
}}
(共计
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
条
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
)
</div>
</a-col>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
class=
"none-label"
>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
class=
"none-label"
>
<a-form-model-item
label=
"button"
>
<a-form-model-item
label=
"button"
>
<!--
<a-button>
更新数据
</a-button>
-->
<!--
<a-button>
更新数据
</a-button>
-->
...
@@ -108,7 +103,13 @@
...
@@ -108,7 +103,13 @@
</a-button>
</a-button>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:xl=
"24"
:lg=
"24"
:sm=
"24"
>
<div
class=
"residue-amount"
>
未清余额合计:
<span
class=
"blue-text"
>
¥
{{
ciReceiptTotalVo
.
residueBackAmount
||
0
}}
</span>
(共计
<span
class=
"blue-text"
>
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
</span>
条
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
)
</div>
</a-col>
</a-row>
</a-row>
<a-row></a-row>
</a-form-model>
</a-form-model>
<!-- table -->
<!-- table -->
...
@@ -394,6 +395,6 @@ export default {
...
@@ -394,6 +395,6 @@ export default {
.residue-amount {
.residue-amount {
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-size: 14px;
.mg-t(48);
//
.mg-t(48);
margin: 0 0 10px;
}
</
style
>
}
</
style
>
src/views/charge-query/lpjManageDetail.vue
View file @
bee887ba
...
@@ -111,12 +111,12 @@
...
@@ -111,12 +111,12 @@
<div
class=
"total-div flex"
>
<div
class=
"total-div flex"
>
<div>
<div>
<span>
总账单数:
</span>
<span>
总账单数:
</span>
<span
>
{{
totalListNum
+
selectedRowKeys
.
length
}}
</span>
个
<span
class=
"blue-text"
>
{{
totalListNum
+
selectedRowKeys
.
length
}}
</span>
条
<span
:style=
"
{color: 'red'}" v-if="invalidNum > 0">(无效
{{
invalidNum
}}
个
)
</span>
<span
:style=
"
{color: 'red'}" v-if="invalidNum > 0">(无效
{{
invalidNum
}}
条
)
</span>
</div>
</div>
<div>
<div>
<span>
理赔金额合计:
</span>
<span>
理赔金额合计:
</span>
<span
>
{{
totalAmount
}}
</span>
元
<span
class=
"blue-text"
>
¥
{{
totalAmount
}}
</span>
<span
:style=
"
{color: 'red'}" v-if="invalidActualAmount > 0">(无效
{{
invalidActualAmount
}}
元)
</span>
<span
:style=
"
{color: 'red'}" v-if="invalidActualAmount > 0">(无效
{{
invalidActualAmount
}}
元)
</span>
</div>
</div>
</div>
</div>
...
...
src/views/report/returnedMoney.vue
View file @
bee887ba
...
@@ -49,35 +49,16 @@
...
@@ -49,35 +49,16 @@
</a-button>
</a-button>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:xl=
"4"
:lg=
"6"
:sm=
"12"
class=
"none-label"
>
<a-form-model-item
label=
"账单回款金额合计"
>
<div>
共计
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
条
<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"
>
<a-form-model-item
label=
"回款金额合计"
>
<div>
账单金额合计:
{{
ciReceiptTotalVo
.
actualAmountTotal
||
0
}}
</div>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"10"
:sm=
"12"
class=
"none-label"
>
<a-form-model-item
label=
"回款金额合计"
>
<div>
回款金额合计:
{{
ciReceiptTotalVo
.
paidAmountEobTotal
||
0
}}
</div>
</a-form-model-item>
</a-col>
<a-col
:xl=
"3"
:lg=
"10"
:sm=
"12"
class=
"none-label"
>
<a-form-model-item
label=
"个人欠费合计"
>
<div>
个人欠费合计:
{{
ciReceiptTotalVo
.
arrearsAmountTotal
||
0
}}
</div>
</a-form-model-item>
</a-col>
</a-row>
</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>
</a-form-model>
<!-- table -->
<!-- table -->
...
...
src/views/verification/collectionDetail.vue
View file @
bee887ba
...
@@ -130,7 +130,8 @@
...
@@ -130,7 +130,8 @@
</a-col>
</a-col>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"本次账单回款金额合计"
>
<a-form-model-item
label=
"本次账单回款金额合计"
>
<div>
{{
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-form-model-item>
</a-col>
</a-col>
...
@@ -144,7 +145,7 @@
...
@@ -144,7 +145,7 @@
</a-form-model>
</a-form-model>
<
template
v-if=
"activeKey === '1'"
>
<
template
v-if=
"activeKey === '1'"
>
<div
class=
"bill-content"
>
<div
class=
"bill-content"
>
<div
class=
"checked-count"
>
已勾选账单
:
{{
selectedRowKeys
.
length
||
0
}}
条
<span
v-if=
"selectedRows.filter(v=> v.status == 2).length != 0"
>
,其中:无效
<span
style=
"color: red;"
>
{{
selectedRows
.
filter
(
v
=>
v
.
status
==
2
).
length
||
0
}}
</span>
条
</span></div>
<div
class=
"checked-count"
>
已勾选账单
:
<span
class=
"blue-text"
>
{{
selectedRowKeys
.
length
||
0
}}
</span>
条
<span
v-if=
"selectedRows.filter(v=> v.status == 2).length != 0"
>
,其中:无效
<span
style=
"color: red;"
>
{{
selectedRows
.
filter
(
v
=>
v
.
status
==
2
).
length
||
0
}}
</span>
条
</span></div>
<a-tabs
type=
"card"
v-model=
"activeKey1"
>
<a-tabs
type=
"card"
v-model=
"activeKey1"
>
<a-tab-pane
v-for=
"pane in panes1"
:key=
"pane.key"
:tab=
"pane.title"
>
<a-tab-pane
v-for=
"pane in panes1"
:key=
"pane.key"
:tab=
"pane.title"
>
<div>
<div>
...
@@ -1106,7 +1107,7 @@ export default {
...
@@ -1106,7 +1107,7 @@ export default {
}
}
.checked-count{
.checked-count{
position: absolute;
position: absolute;
top:
8
px;
top:
14
px;
left:
40
0px;
left:
21
0px;
}
}
</
style
>
</
style
>
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