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
bd576104
Commit
bd576104
authored
Jun 06, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://60.216.109.204:8082/renhongzhi/sle-web-settlement
parents
1ed23e5f
397318ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
24 deletions
+20
-24
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+20
-24
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
bd576104
...
@@ -1163,13 +1163,9 @@ export default {
...
@@ -1163,13 +1163,9 @@ export default {
authCode
:
this
.
fee
.
weixin
,
authCode
:
this
.
fee
.
weixin
,
operatorNo
:
this
.
jobNumber
,
operatorNo
:
this
.
jobNumber
,
payType
:
e
==
'
1
'
?
'
cumsNative
'
:
e
==
'
5
'
?
'
cash
'
:
e
==
'
2
'
?
'
智慧医保
'
:
''
,
// 支付类型 cumsNative 聚合支付 cash 现金
payType
:
e
==
'
1
'
?
'
cumsNative
'
:
e
==
'
5
'
?
'
cash
'
:
e
==
'
2
'
?
'
智慧医保
'
:
''
,
// 支付类型 cumsNative 聚合支付 cash 现金
rechargeType
:
1
,
// 是否预交金充值 1是 0否,
rechargeType
:
0
,
// 是否预交金充值 1是 0否,
patientId
:
this
.
patientData
.
patient_id
,
patientId
:
this
.
patientData
.
patient_id
,
deptCode
:
this
.
dept
,
deptCode
:
this
.
dept
,
// amount: this.form.djf,
// auth_code: this.fee.weixin,
// patient_id: this.patientData.patient_id,
// settlement_no: this.bxxxinfo.settlement_no,
})
})
.
then
(
response
=>
{
.
then
(
response
=>
{
if
(
response
.
code
==
200
)
{
if
(
response
.
code
==
200
)
{
...
@@ -1178,21 +1174,21 @@ export default {
...
@@ -1178,21 +1174,21 @@ export default {
type
:
'
success
'
,
type
:
'
success
'
,
})
})
this
.
payData
=
response
.
data
this
.
payData
=
response
.
data
//
if (e == '1') {
if
(
e
==
'
1
'
)
{
//
this.xj_amount = 0
this
.
xj_amount
=
0
//
this.source_pay_amount = this.form.djf
this
.
source_pay_amount
=
this
.
form
.
djf
//
} else {
}
else
{
//
this.xj_amount = this.form.djf
this
.
xj_amount
=
this
.
form
.
djf
//
this.source_pay_amount = 0
this
.
source_pay_amount
=
0
//
}
}
this
.
bxxxinfo
.
his_deduct_amount
=
this
.
form
.
djf
+
this
.
bxxxinfo
.
his_deduct_amount
this
.
bxxxinfo
.
his_deduct_amount
=
this
.
form
.
djf
+
this
.
bxxxinfo
.
his_deduct_amount
this
.
form
.
djf
=
0
this
.
form
.
djf
=
0
//接口返回新的院内账户余额
//接口返回新的院内账户余额
this
.
bxxxinfo
.
cash_balance
=
response
.
data
.
hisBalance
*
1
//
this.bxxxinfo.cash_balance = response.data.hisBalance * 1
let
djsold
=
this
.
round
(
this
.
bxxxinfo
.
brfdje
-
this
.
bxxxinfo
.
grzhzf
,
2
)
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
(
djsold
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
//this.round(- chongzhi, 2)
this
.
form
.
djf
=
this
.
round
(
this
.
round
(
this
.
round
(
djsold
-
this
.
bxxxinfo
.
his_deduct_amount
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
,
2
)
-
chongzhi
,
2
)
//this.round(- chongzhi, 2)
//微信支付宝弹窗
//微信支付宝弹窗
this
.
uploadfeeshow
=
false
this
.
uploadfeeshow
=
false
...
@@ -2016,13 +2012,13 @@ export default {
...
@@ -2016,13 +2012,13 @@ export default {
},
1000
)
},
1000
)
this
.
sureshow
=
true
this
.
sureshow
=
true
let
y
=
{
let
y
=
{
//
source_type: this.payData.targetSys,
source_type
:
this
.
payData
.
targetSys
,
//
source_trade_no: this.payData.sourceTradeNo,
source_trade_no
:
this
.
payData
.
sourceTradeNo
,
is_gz
:
this
.
gz_name
,
is_gz
:
this
.
gz_name
,
channel
:
this
.
channel
,
channel
:
this
.
channel
,
//
xj_amount: this.xj_amount,
xj_amount
:
this
.
xj_amount
,
//
source_pay_amount: this.source_pay_amount,
source_pay_amount
:
this
.
source_pay_amount
,
//
tradeNo: this.payData.tradeNo,
tradeNo
:
this
.
payData
.
tradeNo
,
family_type
:
this
.
familyType
,
family_type
:
this
.
familyType
,
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
personal_pay
:
this
.
bxxxinfo
.
grzhzf
,
personal_pay
:
this
.
bxxxinfo
.
grzhzf
,
...
@@ -2655,11 +2651,11 @@ export default {
...
@@ -2655,11 +2651,11 @@ export default {
return
false
return
false
}
}
let
y
=
{
let
y
=
{
//
source_type: this.payData.targetSys,
source_type
:
this
.
payData
.
targetSys
,
//
source_trade_no: this.payData.sourceTradeNo,
source_trade_no
:
this
.
payData
.
sourceTradeNo
,
channel
:
this
.
channel
,
channel
:
this
.
channel
,
//
xj_amount: this.xj_amount,
xj_amount
:
this
.
xj_amount
,
//
source_pay_amount: this.source_pay_amount,
source_pay_amount
:
this
.
source_pay_amount
,
tradeNo
:
this
.
payData
.
tradeNo
,
tradeNo
:
this
.
payData
.
tradeNo
,
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
personal_pay
:
this
.
bxxxinfo
.
grzhzf
,
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