Commit 916f3214 authored by 任鸿志's avatar 任鸿志

111

parent 1df49ef0
......@@ -1427,7 +1427,6 @@ export default {
})
return false
}
console.log('this.preSettlement',this.preSettlement,this.YBData,this.MBList.MBList_x,this.MBList.MBList_y)
if (this.preSettlement) {
this.yibaoshowNew = true
this.yujiesuanload = false
......
......@@ -218,14 +218,14 @@
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次病人负担</el-tag>
<el-input v-model="bxxxinfo.patient_burden" readonly></el-input>
<el-tag class="label" color="#E7EEFF">优抚类别</el-tag>
<el-input v-model="YBData.yfdxlb" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">医保负担</el-tag>
<el-input v-model="bxxxinfo.insurance_burden" readonly></el-input>
<el-tag class="label" color="#E7EEFF">优抚对象</el-tag>
<el-input v-model="YBData.yfdxbzName" readonly></el-input>
</div>
</el-form-item>
</div>
......@@ -244,8 +244,8 @@
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次个人账户</el-tag>
<el-input v-model="bxxxinfo.grzhzf" readonly></el-input>
<el-tag class="label" color="#E7EEFF">累计起付线</el-tag>
<el-input v-model="bxxxinfo.ljqfx" readonly></el-input>
</div>
</el-form-item>
</div>
......@@ -253,13 +253,13 @@
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次起付线</el-tag>
<el-input v-model="bxxxinfo.other_expense" readonly></el-input>
<el-input v-model="bxxxinfo.bcqfx" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次进入统筹额度</el-tag>
<el-input v-model="bxxxinfo.bcyyfd" readonly></el-input>
<el-input v-model="bxxxinfo.bcnrtcfw" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
......@@ -484,6 +484,10 @@ export default {
name: 'Outpatient',
data() {
return {
YBData:{
yfdxbzName:'',
yfdxlb:''
},
invoicepostData:{},
invoicepostVisible:false,
checked: false,
......
......@@ -198,14 +198,14 @@
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次病人负担</el-tag>
<el-input v-model="bxxxinfo.patient_burden" readonly></el-input>
<el-tag class="label" color="#E7EEFF">优抚类别</el-tag>
<el-input v-model="YBData.yfdxlb" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">医保负担</el-tag>
<el-input v-model="bxxxinfo.insurance_burden" readonly></el-input>
<el-tag class="label" color="#E7EEFF">优抚对象</el-tag>
<el-input v-model="YBData.yfdxbzName" readonly></el-input>
</div>
</el-form-item>
</div>
......@@ -224,8 +224,8 @@
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次个人账户</el-tag>
<el-input v-model="bxxxinfo.grzhzf" readonly></el-input>
<el-tag class="label" color="#E7EEFF">累计起付线</el-tag>
<el-input v-model="bxxxinfo.ljqfx" readonly></el-input>
</div>
</el-form-item>
</div>
......@@ -233,13 +233,13 @@
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次起付线</el-tag>
<el-input v-model="bxxxinfo.other_expense" readonly></el-input>
<el-input v-model="bxxxinfo.bcqfx" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
<div class="form_item">
<el-tag class="label" color="#E7EEFF">本次进入统筹额度</el-tag>
<el-input v-model="bxxxinfo.bcyyfd" readonly></el-input>
<el-input v-model="bxxxinfo.bcnrtcfw" readonly></el-input>
</div>
</el-form-item>
<el-form-item>
......@@ -461,6 +461,10 @@ export default {
name: 'Outpatient',
data() {
return {
YBData:{
yfdxbzName:'',
yfdxlb:''
},
invoicepostData:{},
invoicepostVisible:false,
checked: false,
......@@ -2024,6 +2028,8 @@ export default {
})
},
selectCardYiboPreselect(data, x, y) {
this.YBData=data
this.YBData.yfdxbzName=data.yfdxbz=='1'?'优抚对象' : '';
// 判断慢病
if (this.selectTableArr[0]?.settle_type.is_mb) {
// 判断多病种慢病
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment