Commit 59febbd0 authored by 任鸿志's avatar 任鸿志

22222222

parent 13cbd866
...@@ -2480,22 +2480,14 @@ export default { ...@@ -2480,22 +2480,14 @@ export default {
.then(res => { .then(res => {
this.bxxxinfo = res.data this.bxxxinfo = res.data
this.bxxxinfo.his_deduct_amount = 0 this.bxxxinfo.his_deduct_amount = 0
this.bxxxinfo.settle_type=this.man_name=='1'?'自费':this.man_name=='2'?'门诊统筹':this.man_name=='3'?'医保个账':this.man_name=='4'?'门诊慢性病': this.patientData.type.name this.bxxxinfo.settle_type=this.man_name=='1'?'自费':this.man_name=='2'?'门诊统筹':this.man_name=='3'?'医保个账':this.man_name=='4'?'门诊慢性病':this.typeList[0].settle_type.name
if (res.data.mzxets != '') { if (res.data.mzxets != '') {
this.dataText = res.data.mzxets this.dataText = res.data.mzxets
this.GSshow = true this.GSshow = true
} }
this.yujiesuanLoading = false this.yujiesuanLoading = false
this.moreLoading = false this.moreLoading = false
.0 .022
console.log(res.data.his_deduct_amount, '*********************')
familybalanceinfor({
patient_id: this.patientData.patient_id,
pre_key: res.data.pre_key,
cache_key: this.form.cache_key,
}).then(async res2 => {
this.familyType = res2.data.family_type
if (res2.data.family_type == '1') { if (res2.data.family_type == '1') {
this.bxxxinfo.gjzhzf = res2.data.gjzhxfje this.bxxxinfo.gjzhzf = res2.data.gjzhxfje
this.bxxxinfo.grzhzf = this.round(res2.data.grzhzf - res2.data.gjzhxfje, 2) this.bxxxinfo.grzhzf = this.round(res2.data.grzhzf - res2.data.gjzhxfje, 2)
...@@ -2596,7 +2588,7 @@ export default { ...@@ -2596,7 +2588,7 @@ export default {
this.dialogVisible = true this.dialogVisible = true
this.bxxxinfo = res.data this.bxxxinfo = res.data
console.log( this.bxxxinfo,'++++++++++++++++++++') console.log( this.bxxxinfo,'++++++++++++++++++++')
this.bxxxinfo.settle_type=this.man_name=='1'?'自费':this.man_name=='2'?'门诊统筹':this.man_name=='3'?'医保个账':this.man_name=='4'?'门诊慢性病': this.patientData.type.name this.bxxxinfo.settle_type=this.man_name=='1'?'自费':this.man_name=='2'?'门诊统筹':this.man_name=='3'?'医保个账':this.man_name=='4'?'门诊慢性病': this.typeList[0].settle_type.name
this.bxxxinfo.gjzhzf = 0 this.bxxxinfo.gjzhzf = 0
this.bxxxinfo.his_deduct_amount = 0 this.bxxxinfo.his_deduct_amount = 0
this.bxxxinfo.grzhzf = 0 this.bxxxinfo.grzhzf = 0
......
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