mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 04:22:53 +08:00
GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 GFRS_A0004责任选择多选处理 --提交人:阳华祥
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') {
|
|
||||||
// 设置默认值?
|
// 设置默认值?
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user