Merge branch 'feature/GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1' into dev

This commit is contained in:
阳华祥
2020-03-20 11:06:01 +08:00
2 changed files with 2 additions and 27 deletions

View File

@@ -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') {
// 设置默认值? // 设置默认值?
} }
}) })

View File

@@ -222,7 +222,7 @@ export default {
this.isShow = true this.isShow = true
}) })
.catch(() => { .catch(() => {
this.$toast('删除失败!') /*this.$toast('删除失败!')*/
}) })
}, },
async delProduct(index) { async delProduct(index) {