Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
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
任鸿志
省二结算
Commits
a2ea861b
Commit
a2ea861b
authored
Jul 29, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(outpatientCharging): 调整门诊收费逻辑
- 注释掉病种诊断显示逻辑 - 修正省职工医保审核条件 - 注释掉慢病诊断赋值逻辑 -
parent
a4981f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+5
-5
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
a2ea861b
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
? selectTableArr[0].settle_type.name
? selectTableArr[0].settle_type.name
: ''
: ''
}}
</span>
}}
</span>
<
span
style=
"margin-left: 10px;"
v-if=
"(selectTableArr[0]?selectTableArr[0].settle_type.is_mb:false) && man_name!='1'&& man_name!='2'&& man_name!='3'"
>
病种:{{ zhenduanData }}
</span
>
<
!-- <span style="margin-left: 10px;" v-if="(selectTableArr[0]?selectTableArr[0].settle_type.is_mb:false) && man_name!='1'&& man_name!='2'&& man_name!='3'">病种:{{ zhenduanData }}</span> --
>
</span>
</span>
<span
style=
"margin-left: 10px"
>
{{ this.channels }}
</span>
<span
style=
"margin-left: 10px"
>
{{ this.channels }}
</span>
</div>
</div>
...
@@ -1317,8 +1317,8 @@ export default {
...
@@ -1317,8 +1317,8 @@ export default {
this
.
ismb
=
true
this
.
ismb
=
true
}
}
})
})
// 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核
// 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核
]
if
((
this
.
channel
!=
'
4
'
&&
(
this
.
man_name
==
'
4
'
||
(
this
.
ismb
&&
this
.
man_name
==
''
)))
||
(
this
.
form
.
insurance_typ
e
==
'
PROVINCE
'
&&
this
.
man_name
!=
'
1
'
&&
this
.
man_name
!=
'
3
'
))
{
if
((
this
.
channel
!=
'
4
'
&&
(
this
.
man_name
==
'
4
'
||
(
this
.
ismb
&&
this
.
man_name
==
''
)))
||
(
this
.
patientData
.
insurance_type
.
valu
e
==
'
PROVINCE
'
&&
this
.
man_name
!=
'
1
'
&&
this
.
man_name
!=
'
3
'
))
{
this
.
yujiesuanLoading
=
true
this
.
yujiesuanLoading
=
true
const
{
code
,
data
}
=
await
verifyFeeStatus
({
const
{
code
,
data
}
=
await
verifyFeeStatus
({
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
...
@@ -1923,7 +1923,7 @@ export default {
...
@@ -1923,7 +1923,7 @@ export default {
if
(
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
1
'
||
this
.
selectTableArr
[
0
].
settle_type
.
is_mb
==
false
)
{
if
(
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
1
'
||
this
.
selectTableArr
[
0
].
settle_type
.
is_mb
==
false
)
{
zhenduan
=
''
zhenduan
=
''
}
else
{
}
else
{
this
.
zhenduanData
=
this
.
moreshowdata
.
data
.
mzdbjbs_arr
.
filter
(
item
=>
item
.
code
===
zhenduan
)[
0
].
name
//
this.zhenduanData=this.moreshowdata.data.mzdbjbs_arr.filter(item => item.code === zhenduan)[0].name
}
}
this
.
yujiesuanLoading
=
true
this
.
yujiesuanLoading
=
true
...
@@ -1951,7 +1951,7 @@ export default {
...
@@ -1951,7 +1951,7 @@ export default {
:
this
.
man_name
==
'
4
'
:
this
.
man_name
==
'
4
'
?
zhenduan
?
zhenduan
:
this
.
selectTableArr
[
0
]?.
settle_type
.
is_mb
:
this
.
selectTableArr
[
0
]?.
settle_type
.
is_mb
?
this
.
selectTableArr
[
0
]?.
chronic_code
?
zhenduan
:
''
,
:
''
,
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
cache_key
:
data
.
cache_key
,
cache_key
:
data
.
cache_key
,
...
...
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