mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 18:46:45 +08:00
Merge branch 'feature/GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1' into dev
This commit is contained in:
@@ -491,32 +491,7 @@ export default {
|
|||||||
i.getRate = value
|
i.getRate = value
|
||||||
i.columns = [{ text, value }]
|
i.columns = [{ text, value }]
|
||||||
}
|
}
|
||||||
} else if (item.productCode === 'GFRS_A0004') {
|
} else if (item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005') {
|
||||||
if (i.code === 'getLimit') {
|
|
||||||
const text = isMedical ? '0元(住院医疗)' : '100元(住院医疗)'
|
|
||||||
const value = isMedical ? '0' : '100'
|
|
||||||
//保存数据
|
|
||||||
this.medicalInfo = this.medicalInfo || {}
|
|
||||||
this.medicalInfo.getLimit = text
|
|
||||||
|
|
||||||
i.showContent = text
|
|
||||||
i.getLimit = value
|
|
||||||
i.columns = [{ text, value }]
|
|
||||||
}
|
|
||||||
//赔付比例
|
|
||||||
if (i.code === 'getRate') {
|
|
||||||
const text = isMedical ? '80%(住院医疗)' : '60%(住院医疗)'
|
|
||||||
const value = isMedical ? '0.8' : '0.6'
|
|
||||||
|
|
||||||
//保存数据
|
|
||||||
this.medicalInfo = this.medicalInfo || {}
|
|
||||||
this.medicalInfo.getRate = text
|
|
||||||
|
|
||||||
i.showContent = text
|
|
||||||
i.getRate = value
|
|
||||||
i.columns = [{ text, value }]
|
|
||||||
}
|
|
||||||
} else if (item.productCode === 'GFRS_A0005') {
|
|
||||||
// 设置默认值?
|
// 设置默认值?
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ export default {
|
|||||||
this.isShow = true
|
this.isShow = true
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
this.$toast('删除失败!')
|
/*this.$toast('删除失败!')*/
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
async delProduct(index) {
|
async delProduct(index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user