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
cb91b543
Commit
cb91b543
authored
May 29, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
诊间充值回退,支付走充值
parent
3b89378e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
346 additions
and
437 deletions
+346
-437
outpatient.vue
src/views/jiesuan/outpatient.vue
+319
-411
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+27
-26
No files found.
src/views/jiesuan/outpatient.vue
View file @
cb91b543
This diff is collapsed.
Click to expand it.
src/views/jiesuan/outpatientCharging.vue
View file @
cb91b543
...
...
@@ -367,7 +367,7 @@
></el-input>
</div>
</el-form-item>
<el-form-item>
<
!-- <
el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF" style="color: #1a5bfd; font-weight: 600"><span>现金支付</span></el-tag>
<el-input v-model="xj_amount" type="number" disabled></el-input>
...
...
@@ -378,7 +378,7 @@
<el-tag class="label" color="#E7EEFF" style="color: #1a5bfd; font-weight: 600"><span>聚合支付</span></el-tag>
<el-input v-model="source_pay_amount" type="number" disabled></el-input>
</div>
</el-form-item>
</el-form-item>
-->
</div>
<div
class=
"boxmain"
>
<el-form-item>
...
...
@@ -1000,11 +1000,11 @@ export default {
//当共济支付开关打开时,其他额度根据共济变动
gjzhifu
(
e
)
{
this
.
$forceUpdate
()
let
chongzhi
=
this
.
source_pay_amount
*
1
+
this
.
xj_amount
*
1
this
.
form
.
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
)
-
chongzhi
,
2
,
)
//
let chongzhi = this.source_pay_amount * 1 + this.xj_amount * 1
this
.
form
.
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
)
//this.round( //
- chongzhi,
//
2,
//
)
},
//医保个人账户支付输入值blur
grzhzfBlur
()
{
...
...
@@ -1142,20 +1142,21 @@ export default {
type
:
'
success
'
,
})
this
.
payData
=
response
.
data
if
(
e
==
'
1
'
)
{
this
.
xj_amount
=
0
this
.
source_pay_amount
=
this
.
form
.
djf
}
else
{
this
.
xj_amount
=
this
.
form
.
djf
this
.
source_pay_amount
=
0
}
// if (e == '1') {
// this.xj_amount = 0
// this.source_pay_amount = this.form.djf
// } else {
// this.xj_amount = this.form.djf
// this.source_pay_amount = 0
// }
this
.
bxxxinfo
.
his_deduct_amount
=
this
.
form
.
djf
+
this
.
bxxxinfo
.
his_deduct_amount
this
.
form
.
djf
=
0
//接口返回新的院内账户余额
// this.bxxxinfo.his_balance = response.data.his_b
alance * 1
this
.
bxxxinfo
.
cash_balance
=
response
.
data
.
hisB
alance
*
1
let
djsold
=
this
.
round
(
this
.
bxxxinfo
.
brfdje
-
this
.
bxxxinfo
.
grzhzf
,
2
)
let
chongzhi
=
this
.
source_pay_amount
*
1
+
this
.
xj_amount
*
1
//
let chongzhi = this.source_pay_amount * 1 + this.xj_amount * 1
//充值成功后的代缴费金额
this
.
form
.
djf
=
this
.
round
(
this
.
round
(
this
.
round
(
djsold
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
-
chongzhi
,
2
)
this
.
form
.
djf
=
this
.
round
(
this
.
round
(
djsold
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
//this.round(
- chongzhi, 2)
//微信支付宝弹窗
this
.
uploadfeeshow
=
false
...
...
@@ -1979,13 +1980,13 @@ export default {
},
1000
)
this
.
sureshow
=
true
let
y
=
{
source_type
:
this
.
payData
.
targetSys
,
source_trade_no
:
this
.
payData
.
sourceTradeNo
,
//
source_type: this.payData.targetSys,
//
source_trade_no: this.payData.sourceTradeNo,
is_gz
:
this
.
gz_name
,
channel
:
this
.
channel
,
xj_amount
:
this
.
xj_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
tradeNo
:
this
.
payData
.
tradeNo
,
//
xj_amount: this.xj_amount,
//
source_pay_amount: this.source_pay_amount,
//
tradeNo: this.payData.tradeNo,
family_type
:
this
.
familyType
,
patient_id
:
this
.
patientData
.
patient_id
,
personal_pay
:
this
.
bxxxinfo
.
grzhzf
,
...
...
@@ -2616,11 +2617,11 @@ export default {
return
false
}
let
y
=
{
source_type
:
this
.
payData
.
targetSys
,
source_trade_no
:
this
.
payData
.
sourceTradeNo
,
//
source_type: this.payData.targetSys,
//
source_trade_no: this.payData.sourceTradeNo,
channel
:
this
.
channel
,
xj_amount
:
this
.
xj_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
//
xj_amount: this.xj_amount,
//
source_pay_amount: this.source_pay_amount,
tradeNo
:
this
.
payData
.
tradeNo
,
patient_id
:
this
.
patientData
.
patient_id
,
personal_pay
:
this
.
bxxxinfo
.
grzhzf
,
...
...
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