|
@@ -1324,17 +1324,19 @@ export default {
|
1324
|
1324
|
}).catch(() => {
|
1325
|
1325
|
})
|
1326
|
1326
|
} else {
|
1327
|
|
- if(response.data.data.order_way == 2){
|
1328
|
|
- that.$message({ message: '预结算成功', type: 'success', duration: 5000 })
|
1329
|
|
- var message = ""
|
1330
|
|
- var order = response.data.data.order
|
|
1327
|
+ if(response.data.data.order_way != 1){
|
|
1328
|
+ let message = ""
|
|
1329
|
+ console.log(message)
|
|
1330
|
+ let order = response.data.data.order
|
|
1331
|
+ console.log(order)
|
1331
|
1332
|
message = "总费用:" + order.medfee_sumamt+"元" + "\n"
|
1332
|
1333
|
+ "基金支付总额:"+ order.fund_pay_sumamt+"元" + "\n"
|
1333
|
1334
|
+ "基本医疗保险统筹基金支出:"+ order.hifp_pay+"元" + "\n"
|
1334
|
1335
|
+ "医疗救助基金支出:" + order.maf_pay + "元"+ "\n"
|
1335
|
|
- + "个人账户支付金额" + order.acct_pay + "元" + "\n"
|
|
1336
|
+ + "个人账户支付金额:" + order.acct_pay + "元" + "\n"
|
1336
|
1337
|
+"个人支付金额:" + order.psn_cash_pay + "元" +"\n"
|
1337
|
1338
|
+ "个人账户金额:" + order.balc + "元"
|
|
1339
|
+ console.log(message)
|
1338
|
1340
|
|
1339
|
1341
|
that.$confirm(message, '预结算信息', {
|
1340
|
1342
|
confirmButtonText: '确 定',
|
|
@@ -1346,9 +1348,7 @@ export default {
|
1346
|
1348
|
}else{
|
1347
|
1349
|
that.changeRadioAndPatient(1)
|
1348
|
1350
|
that.$message({ message: '预结算成功', type: 'success', duration: 5000 })
|
1349
|
|
-
|
1350
|
1351
|
}
|
1351
|
|
-
|
1352
|
1352
|
}
|
1353
|
1353
|
}
|
1354
|
1354
|
})
|