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
92e410a3
Commit
92e410a3
authored
Aug 08, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工伤审核
parent
840a6b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+9
-3
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
92e410a3
...
@@ -171,6 +171,8 @@
...
@@ -171,6 +171,8 @@
? selectTableArr[0].settle_type.name + '-转-医保个账'
? selectTableArr[0].settle_type.name + '-转-医保个账'
: man_name == '4'
: man_name == '4'
? selectTableArr[0].settle_type.name + '-转-门诊慢性病'
? selectTableArr[0].settle_type.name + '-转-门诊慢性病'
: man_name == '5'
? selectTableArr[0].settle_type.name + '-转-工伤结算'
: selectTableArr[0]
: selectTableArr[0]
? selectTableArr[0].settle_type.name
? selectTableArr[0].settle_type.name
: ''
: ''
...
@@ -750,6 +752,10 @@ export default {
...
@@ -750,6 +752,10 @@ export default {
value
:
'
1
'
,
value
:
'
1
'
,
label
:
'
自费
'
,
label
:
'
自费
'
,
},
},
{
value
:
'
5
'
,
label
:
'
工伤
'
,
},
],
],
channels
:
''
,
channels
:
''
,
man_name
:
''
,
man_name
:
''
,
...
@@ -1352,7 +1358,7 @@ export default {
...
@@ -1352,7 +1358,7 @@ export default {
}
}
})
})
// 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核]
// 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核]
if
((
this
.
channel
!=
'
4
'
&&
(
this
.
man_name
==
'
4
'
||
(
this
.
ismb
&&
this
.
man_name
==
''
)))
||
(
this
.
patientData
.
insurance_type
.
value
==
'
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
.
value
==
'
PROVINCE
'
&&
this
.
man_name
!=
'
1
'
&&
this
.
man_name
!=
'
3
'
&&
this
.
man_name
!=
'
5
'
))
{
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
,
...
@@ -1401,7 +1407,7 @@ export default {
...
@@ -1401,7 +1407,7 @@ export default {
this
.
carddialogFormVisible
=
true
this
.
carddialogFormVisible
=
true
},
},
ybjs
()
{
ybjs
()
{
if
((
this
.
checktipes
()
&&
this
.
man_name
!=
'
1
'
)
||
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
4
'
)
{
if
((
this
.
checktipes
()
&&
this
.
man_name
!=
'
1
'
)
||
this
.
man_name
==
'
2
'
||
this
.
man_name
==
'
3
'
||
this
.
man_name
==
'
4
'
||
this
.
man_name
==
'
5
'
)
{
if
(
this
.
channel
==
'
5
'
)
{
if
(
this
.
channel
==
'
5
'
)
{
this
.
$message
({
this
.
$message
({
message
:
'
药房药库禁止医保结算,请转为自费结算!
'
,
message
:
'
药房药库禁止医保结算,请转为自费结算!
'
,
...
@@ -1477,7 +1483,7 @@ export default {
...
@@ -1477,7 +1483,7 @@ export default {
}
else
{
}
else
{
this
.
qrjs
()
this
.
qrjs
()
}
}
}
else
if
((
this
.
ztvalue
.
value
==
'
SELF_PAY
'
||
this
.
man_name
==
'
1
'
)
&&
this
.
man_name
!=
'
2
'
&&
this
.
man_name
!=
'
3
'
&&
this
.
man_name
!=
'
4
'
)
{
}
else
if
((
this
.
ztvalue
.
value
==
'
SELF_PAY
'
||
this
.
man_name
==
'
1
'
)
&&
this
.
man_name
!=
'
2
'
&&
this
.
man_name
!=
'
3
'
&&
this
.
man_name
!=
'
4
'
&&
this
.
man_name
!=
'
5
'
)
{
this
.
selfPre
()
this
.
selfPre
()
}
else
{
}
else
{
this
.
qrjs
()
this
.
qrjs
()
...
...
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