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
634ab5f8
Commit
634ab5f8
authored
Aug 10, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工伤判断
parent
5c47e26b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
14 deletions
+17
-14
.env.development
.env.development
+2
-2
index.vue
src/components/ReadcardsNewSFC/index.vue
+3
-3
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+9
-8
outpatientTwoSFC.vue
src/views/jiesuan/outpatientTwoSFC.vue
+3
-1
No files found.
.env.development
View file @
634ab5f8
...
...
@@ -8,12 +8,12 @@ NODE_ENV = 'development'
VUE_APP_BASE_API = ''
# VUE_APP_BASE_URL = 'http://192.169.24.231:8002'
# VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:
88
02'
VUE_APP_BASE_URL = 'http://10.10.9.219:
99
02'
VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://10.10.9.219:8802'
# VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:
88
02'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:
99
02'
# VUE_APP_BASE_URL_SFC = 'http://10.10.40.69:9903'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
# VUE_APP_BASE_URL = 'http://10.10.40.10:8099'
...
...
src/components/ReadcardsNewSFC/index.vue
View file @
634ab5f8
...
...
@@ -409,7 +409,7 @@ export default {
insurance
:
this
.
insurance
,
cache
:
'
1
'
,
yltclb
:
this
.
man_name
==
'
4
'
?
'
4
'
:
this
.
selectTableArr
[
0
].
settle_type
.
is_mb
?
'
4
'
:
'
6
'
,
xzbz
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
xzbz
:
this
.
man_name
==
'
5
'
?
'
D
'
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
card_type
:
'
02
'
,
}
queryBasicInfo
(
this
.
param
)
...
...
@@ -447,7 +447,7 @@ export default {
qr_code
:
''
,
id_card
:
this
.
form
.
physicalCard
,
//,'370104202109020049'
dzpzywm
:
'
301
'
,
xzbz
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
xzbz
:
this
.
man_name
==
'
5
'
?
'
D
'
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
card_no
:
this
.
form
.
idcard
,
//,'A73079277'
sbm
:
this
.
form
.
p_sbm
,
//,'370100D156000005006ACF514551621F'
name
:
this
.
form
.
xm
,
//'刘楚潇'
...
...
@@ -476,7 +476,7 @@ export default {
id_card
:
this
.
patientData
.
id_card
,
qr_code
:
this
.
form
.
physicalCard
,
dzpzywm
:
'
301
'
,
xzbz
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
xzbz
:
this
.
man_name
==
'
5
'
?
'
D
'
:
this
.
selectTableArr
[
0
].
settle_type
.
is_gs
?
'
D
'
:
'
C
'
,
card_no
:
this
.
patientData
.
patient_id
,
sbm
:
this
.
patientData
.
p_sbm
,
name
:
this
.
patientData
.
name
,
...
...
src/views/jiesuan/outpatientCharging.vue
View file @
634ab5f8
...
...
@@ -121,8 +121,8 @@
<el-table-column
prop=
"amount"
align=
"center"
label=
"单价"
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"qty"
align=
"center"
label=
"数量"
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"total"
align=
"center"
label=
"金额"
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"item_spec"
label=
"单位"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"item_code"
label=
"项目代码"
width=
"100"
:show-overflow-tooltip=
"true"
>
</el-table-column>
<el-table-column
prop=
"item_spec"
label=
"单位"
width=
"150"
:show-overflow-tooltip=
"true"
>
</el-table-column>
<el-table-column
prop=
"item_code"
label=
"项目代码"
width=
"100"
:show-overflow-tooltip=
"true"
></el-table-column>
<!-- <el-table-column prop="project_name" label="项目名称" width="90"> </el-table-column> -->
<el-table-column
prop=
"executive_dept_name"
label=
"执行科室"
width=
"110"
>
</el-table-column>
<el-table-column
prop=
"zfbl"
align=
"center"
label=
"自付比例"
width=
"100"
>
...
...
@@ -757,10 +757,10 @@ export default {
value
:
'
1
'
,
label
:
'
自费
'
,
},
{
value
:
'
5
'
,
label
:
'
工伤
'
,
},
//
{
//
value: '5',
//
label: '工伤',
//
},
],
channels
:
''
,
man_name
:
''
,
...
...
@@ -1421,11 +1421,12 @@ export default {
})
return
false
}
console
.
log
(
'
this.preSettlement
'
,
this
.
preSettlement
,
this
.
YBData
,
this
.
MBList
.
MBList_x
,
this
.
MBList
.
MBList_y
)
if
(
this
.
preSettlement
)
{
this
.
yibaoshowNew
=
true
this
.
yujiesuanload
=
false
}
else
{
selectCardYiboPreselect
(
this
.
YBData
,
this
.
MBList
.
MBList_x
,
this
.
MBList
.
MBList_y
)
this
.
selectCardYiboPreselect
(
this
.
YBData
,
this
.
MBList
.
MBList_x
,
this
.
MBList
.
MBList_y
)
}
// this.yibaoshow = true
...
...
@@ -2033,7 +2034,7 @@ export default {
patient_id
:
this
.
patientData
.
patient_id
,
cache_key
:
data
.
cache_key
,
prescription_nos
:
this
.
cost_id
,
is_mt
:
this
.
man_name
==
'
4
'
?
true
:
this
.
man_name
==
'
3
'
?
false
:
this
.
man_name
==
'
2
'
?
true
:
this
.
selectTableArr
[
0
]
?
this
.
selectTableArr
[
0
].
settle_type
.
is_mt
:
''
,
is_mt
:
this
.
man_name
==
'
5
'
?
true
:
this
.
man_name
==
'
4
'
?
true
:
this
.
man_name
==
'
3
'
?
false
:
this
.
man_name
==
'
2
'
?
true
:
this
.
selectTableArr
[
0
]
?
this
.
selectTableArr
[
0
].
settle_type
.
is_mt
:
''
,
family_pay
:
false
,
settle_type
:
this
.
selectTableArr
[
0
]
?
this
.
selectTableArr
[
0
].
settle_type
.
code
:
''
,
})
...
...
src/views/jiesuan/outpatientTwoSFC.vue
View file @
634ab5f8
...
...
@@ -345,7 +345,7 @@
:max=
"bxxxinfo.personal_balance"
min=
"0"
type=
"number"
:disabled=
"form.insurance_type == 'LONGDISTANCE'"
></el-input>
</div>
</el-form-item>
...
...
@@ -2095,7 +2095,9 @@ export default {
this
.
bxxxinfo
.
grzhzf
=
0
let
djf
=
this
.
round
(
this
.
round
(
this
.
round
(
this
.
bxxxinfo
.
patient_burden
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
grzhzf
,
2
)
if
(
this
.
bxxxinfo
.
personal_balance
>=
djf
)
{
this
.
bxxxinfo
.
grzhzf
=
djf
}
if
(
this
.
bxxxinfo
.
personal_balance
<
djf
)
{
this
.
bxxxinfo
.
grzhzf
=
this
.
bxxxinfo
.
personal_balance
...
...
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