mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 03:12:52 +08:00
'重新投保免赔额取值'
This commit is contained in:
@@ -90,8 +90,9 @@
|
|||||||
<ReadingAgreement :needTime="false">
|
<ReadingAgreement :needTime="false">
|
||||||
<h3 class="p10">特别约定提示</h3>
|
<h3 class="p10">特别约定提示</h3>
|
||||||
<p class="p10">
|
<p class="p10">
|
||||||
尊敬的{{ appntDTO.name }}先生/女士:
|
尊敬的{{ appntDTO.name }}先生/女士: 投保 <span v-for="item in mainList" :key="item">《{{ item.riskName }}》</span>
|
||||||
投保 <span v-for="item in mainList" :key="item">《{{item.riskName}}》</span> <span v-for="item in additionalList" :key="item">、《{{item.riskName}}》</span> ,以有社保身份投保的保单:理赔时,若通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为80%,免赔额为0元;理赔时,若未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为60%,免赔额为100元。以无社保身份投保的保单:理赔时,若未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为70%,免赔额为100元;理赔时,若通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为90%,免赔额为0元。
|
<span v-for="item in additionalList" :key="item">、《{{ item.riskName }}》</span>
|
||||||
|
,以有社保身份投保的保单:理赔时,若通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为80%,免赔额为0元;理赔时,若未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为60%,免赔额为100元。以无社保身份投保的保单:理赔时,若未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为70%,免赔额为100元;理赔时,若通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为90%,免赔额为0元。
|
||||||
</p>
|
</p>
|
||||||
<template #action>
|
<template #action>
|
||||||
<div class="btns">
|
<div class="btns">
|
||||||
@@ -212,13 +213,31 @@ export default {
|
|||||||
reOrderFlag: '1'
|
reOrderFlag: '1'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
let getLimit = element.dutyLst[0].getLimit,
|
||||||
|
getRate = element.dutyLst[0].getRate
|
||||||
|
if (element.riskCode == 'GFRS_A0008') {
|
||||||
|
element.dutyLst.forEach((item, index) => {
|
||||||
|
if (item.dutyCode == '320404') {
|
||||||
|
getLimit = item.getLimit
|
||||||
|
getRate = item.getRate
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
if (element.riskCode == 'GFRS_A0005') {
|
||||||
|
element.dutyLst.forEach((item, index) => {
|
||||||
|
if (item.dutyCode == '410106') {
|
||||||
|
getLimit = item.getLimit
|
||||||
|
getRate = item.getRate
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
trialInfos.push({
|
trialInfos.push({
|
||||||
planCode: element.planCode,
|
planCode: element.planCode,
|
||||||
birthday: this.insuredDTOs.birthday,
|
birthday: this.insuredDTOs.birthday,
|
||||||
duty: element.dutyLst,
|
duty: element.dutyLst,
|
||||||
jobLevel: this.insuredDTOs.jobLevel,
|
jobLevel: this.insuredDTOs.jobLevel,
|
||||||
getLimit:element.dutyLst[0].getLimit,
|
getLimit,
|
||||||
getRate:element.dutyLst[0].getRate,
|
getRate,
|
||||||
isMainRisk: element.isMainRisk,
|
isMainRisk: element.isMainRisk,
|
||||||
isRemit: element.isRemit,
|
isRemit: element.isRemit,
|
||||||
remitType: '',
|
remitType: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user