|
@@ -111,13 +111,13 @@
|
111
|
111
|
<li style="width:30%;">基本医疗保险统筹基金支出:{{order.hifp_pay}}元</li>
|
112
|
112
|
<li style="width:30%;">医疗救助基金支出:{{order.maf_pay.toFixed(2)}}元</li>
|
113
|
113
|
<li style="width:30%;">个人账户支付金额:{{ order.acct_pay}}</li>
|
114
|
|
- <li style="width:30%;">个人支付金额:{{order.psn_cash_pay.toFixed(2)}}元</li>
|
|
114
|
+ <li v-if="this.hisPatientInfo.balance_accounts_type == 2" style="width:30%;">个人支付金额:{{order.medfee_sumamt.toFixed(2) }}元</li>
|
|
115
|
+ <li v-else="this.hisPatientInfo.balance_accounts_type == 2" style="width:30%;">个人支付金额:{{order.psn_cash_pay.toFixed(2)}}元</li>
|
115
|
116
|
</ul>
|
116
|
117
|
|
117
|
118
|
</div>
|
118
|
119
|
</div>
|
119
|
120
|
</div>
|
120
|
|
-
|
121
|
121
|
<div v-if="listVisible">
|
122
|
122
|
<el-dialog
|
123
|
123
|
class="centerDialog"
|
|
@@ -200,6 +200,7 @@ export default {
|
200
|
200
|
},created(){
|
201
|
201
|
this.GetOrderDetail()
|
202
|
202
|
},methods:{
|
|
203
|
+ // console.log("hisPatientInfo",this.hisPatientInfo)
|
203
|
204
|
open(val){
|
204
|
205
|
if(val == 1){
|
205
|
206
|
this.paramsObj.id == this.$route.query.id
|