Commit 06d15683 authored by 任鸿志's avatar 任鸿志

Revert "refactor(结算): 修改医保类型逻辑"

This reverts commit da179085.
parent 71cac618
......@@ -378,7 +378,7 @@ export default {
id_card:this.form.physicalCard,
insurance:this.insurance,
cache:'1',
yltclb:0,//this.selectTableArr[0].settle_type.is_mb?'4':'6',
yltclb:this.selectTableArr[0].settle_type.is_mb?'4':'6',
xzbz:this.selectTableArr[0].settle_type.is_gs?'D':'C',
card_type:'02'
}
......@@ -412,7 +412,7 @@ export default {
is_yd:this.isYDpatint==true?'1':'0',
insurance:this.insurance,//this.insurance
cache:'1',
yltclb:0,//this.selectTableArr[0].settle_type.is_mb?'4':'6',
yltclb:this.selectTableArr[0].settle_type.is_mb?'4':'6',
card_type:'03',
qr_code:'',
id_card:this.form.physicalCard,//,'370104202109020049'
......@@ -441,7 +441,7 @@ export default {
is_yd:this.isYDpatint==true?'1':'0',
insurance:this.insurance,//this.insurance
cache:'1',
yltclb:0,//this.selectTableArr[0].settle_type.is_mb?'4':'6',
yltclb:this.selectTableArr[0].settle_type.is_mb?'4':'6',
card_type:'01',
id_card:this.patientData.id_card,
qr_code:this.form.physicalCard,
......
......@@ -408,7 +408,7 @@ export default {
id_card: this.form.physicalCard,
insurance: this.insurance,
cache: '1',
yltclb:'0',//this.man_name=='4'?'4': this.selectTableArr[0].settle_type.is_mb ? '4' : '6',
yltclb:this.man_name=='4'?'4': this.selectTableArr[0].settle_type.is_mb ? '4' : '6',
xzbz:this.man_name=='5'?'D':this.selectTableArr[0].settle_type.is_gs ? 'D' : 'C',
card_type: '02',
}
......
......@@ -227,9 +227,8 @@ export default {
this.allLoading=true
this.carddialogFormVisible = false
hisybbalance({
yltclb:e.isMB==true?'4':'0',
is_yd:e.isYD,
// xzbz:e.isMB==true?'D':'C',
xzbz:e.isMB==true?'D':'C',
// card_no: e.physicalCard,
p_grbh:e.physicalCard,
card_type: e.ksbm ? 'SOCIAL_CARD' : e.physicalCardType,
......
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