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
76ca0427
Commit
76ca0427
authored
Jun 30, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
省异地个账可以输入金额
parent
374ab221
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
228 additions
and
252 deletions
+228
-252
outpatient.vue
src/views/jiesuan/outpatient.vue
+224
-248
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+4
-4
No files found.
src/views/jiesuan/outpatient.vue
View file @
76ca0427
This diff is collapsed.
Click to expand it.
src/views/jiesuan/outpatientCharging.vue
View file @
76ca0427
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<!--
<el-checkbox
v-model=
"gz_name"
style=
"margin-right: 10px"
>
转为个账账单
</el-checkbox>
-->
<!--
<el-checkbox
v-model=
"gz_name"
style=
"margin-right: 10px"
>
转为个账账单
</el-checkbox>
-->
<!--
<el-checkbox
v-model=
"man_name"
>
转为自费账单
</el-checkbox>
-->
<!--
<el-checkbox
v-model=
"man_name"
>
转为自费账单
</el-checkbox>
-->
<el-checkbox
v-model=
"is_sy"
>
生育
</el-checkbox>
<el-checkbox
v-model=
"is_sy"
>
计划
生育
</el-checkbox>
<!--
<el-checkbox
v-model=
"insurance_payment"
>
智慧医保支付
</el-checkbox>
-->
<!--
<el-checkbox
v-model=
"insurance_payment"
>
智慧医保支付
</el-checkbox>
-->
</div>
</div>
<div
style=
"display: flex"
v-if=
"patientInfo.yblx != '01'"
>
<div
style=
"display: flex"
v-if=
"patientInfo.yblx != '01'"
>
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
@
input=
"gjzhifu()"
@
input=
"gjzhifu()"
@
blur=
"grzhzfBlur()"
@
blur=
"grzhzfBlur()"
type=
"number"
type=
"number"
:disabled=
"form.insurance_type == 'LONGDISTANCE'
|| form.insurance_type == 'OFFSITE'
"
:disabled=
"form.insurance_type == 'LONGDISTANCE'"
></el-input>
></el-input>
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -2463,13 +2463,13 @@ export default {
...
@@ -2463,13 +2463,13 @@ export default {
let
djf
=
this
.
round
(
this
.
round
(
this
.
round
(
this
.
round
(
this
.
bxxxinfo
.
patient_burden
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
grzhzf
,
2
)
-
this
.
bxxxinfo
.
personal_pay_syd
,
2
)
let
djf
=
this
.
round
(
this
.
round
(
this
.
round
(
this
.
round
(
this
.
bxxxinfo
.
patient_burden
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
grzhzf
,
2
)
-
this
.
bxxxinfo
.
personal_pay_syd
,
2
)
if
(
this
.
bxxxinfo
.
personal_balance
>=
djf
)
{
if
(
this
.
bxxxinfo
.
personal_balance
>=
djf
)
{
this
.
bxxxinfo
.
grzhzf
=
djf
this
.
bxxxinfo
.
grzhzf
=
djf
if
(
this
.
form
.
insurance_type
==
'
OFFSITE
'
||
this
.
form
.
insurance_type
==
'
LONGDISTANCE
'
)
{
if
(
this
.
form
.
insurance_type
==
'
LONGDISTANCE
'
)
{
this
.
bxxxinfo
.
grzhzf
=
0
this
.
bxxxinfo
.
grzhzf
=
0
}
}
}
}
if
(
this
.
bxxxinfo
.
personal_balance
<
djf
)
{
if
(
this
.
bxxxinfo
.
personal_balance
<
djf
)
{
this
.
bxxxinfo
.
grzhzf
=
this
.
bxxxinfo
.
personal_balance
this
.
bxxxinfo
.
grzhzf
=
this
.
bxxxinfo
.
personal_balance
if
(
this
.
form
.
insurance_type
==
'
OFFSITE
'
||
this
.
form
.
insurance_type
==
'
LONGDISTANCE
'
)
{
if
(
this
.
form
.
insurance_type
==
'
LONGDISTANCE
'
)
{
this
.
bxxxinfo
.
grzhzf
=
0
this
.
bxxxinfo
.
grzhzf
=
0
}
}
if
(
res2
.
data
.
family_type
!=
'
1
'
)
{
if
(
res2
.
data
.
family_type
!=
'
1
'
)
{
...
...
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