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
eaade830
Commit
eaade830
authored
Sep 01, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2376' into 'master'
Func eccs 2376 就诊时间问题 See merge request
!67
parents
49bf0896
8198e1a4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
32 deletions
+14
-32
index.vue
src/views/charge-query/index.vue
+2
-2
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/index.vue
View file @
eaade830
...
@@ -311,8 +311,8 @@ export default {
...
@@ -311,8 +311,8 @@ export default {
},
},
// 选中就诊时间
// 选中就诊时间
onSelectVisitTime
(
date
,
dateString
)
{
onSelectVisitTime
(
date
,
dateString
)
{
this
.
form
.
visitTimeStart
=
dateString
[
0
]
+
'
00:00:00
'
;
this
.
form
.
visitTimeStart
=
dateString
[
0
]
?
dateString
[
0
]
+
'
00:00:00
'
:
'
'
;
this
.
form
.
visitTimeEnd
=
dateString
[
1
]
+
'
23:59:59
'
;
this
.
form
.
visitTimeEnd
=
dateString
[
1
]
?
dateString
[
1
]
+
'
23:59:59
'
:
'
'
;
console
.
log
(
date
,
dateString
);
console
.
log
(
date
,
dateString
);
},
},
// 重置
// 重置
...
...
src/views/charge-query/lpjManageDetail.vue
View file @
eaade830
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
<a-col
:sm=
"24"
class=
"none-label"
>
<a-col
:sm=
"24"
class=
"none-label"
>
<div
class=
"btn-div flex"
>
<div
class=
"btn-div flex"
>
<div
class=
"total-div flex"
>
<div
class=
"total-div flex"
>
<div>
<div>
<span>
总账单数:
</span>
<span>
总账单数:
</span>
<span
class=
"blue-text"
>
{{
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>
...
...
src/views/report/returnedMoney.vue
View file @
eaade830
...
@@ -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=
"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>
</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 @
eaade830
...
@@ -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
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-form-model-item>
</a-col>
</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