在“选择产品”页面,点击【开门产品】按钮后选择产品进行试算,在“签名确认”页面展示【指定保单生效日】字段

增加“指定保险合同生效日说明”阅读确认文档
This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-11-22 10:35:22 +08:00
parent d6e6590458
commit bbf8167580
3 changed files with 21 additions and 10 deletions

View File

@@ -332,13 +332,13 @@
<span class="fee red" v-if="trialList && trialList.length > 0">{{ trialList[index].showPrem | moneyFormat }}</span> <span class="fee red" v-if="trialList && trialList.length > 0">{{ trialList[index].showPrem | moneyFormat }}</span>
</div> </div>
</div> </div>
<div class="flex justify-content-fs pv10 ph15 bg-white border-bottom prem align-items-c" v-if="cvalidateFlag && cvalidateStr != '2021-12-31'"> <!-- <div class="flex justify-content-fs pv10 ph15 bg-white border-bottom prem align-items-c" v-if="cvalidateFlag && cvalidateStr != '2021-12-31'">-->
<span>指定保单生效日</span> <!-- <span>指定保单生效日</span>-->
<van-radio-group v-model="activeRadio" class="pl20"> <!-- <van-radio-group v-model="activeRadio" class="pl20">-->
<van-radio name="1" icon-size="1rem"></van-radio> <!-- <van-radio name="1" icon-size="1rem"></van-radio>-->
</van-radio-group> <!-- </van-radio-group>-->
<span class="pl5">{{ cvalidateStr }}</span> <!-- <span class="pl5">{{ cvalidateStr }}</span>-->
</div> <!-- </div>-->
<div class="bottom-btn bg-white flex" v-if="isFrom == 'proposal'"> <div class="bottom-btn bg-white flex" v-if="isFrom == 'proposal'">
<van-button type="danger" size="large" @click="nextStep" :disabled="nextStepFlag" v-no-more-click="1000">完成</van-button> <van-button type="danger" size="large" @click="nextStep" :disabled="nextStepFlag" v-no-more-click="1000">完成</van-button>
</div> </div>

View File

@@ -18,6 +18,7 @@
<van-cell title="投保单号" :value="orderInfo.orderNo" @click="toTest"></van-cell> <van-cell title="投保单号" :value="orderInfo.orderNo" @click="toTest"></van-cell>
<van-cell title="投保日期" :value="date" /> <van-cell title="投保日期" :value="date" />
<van-cell title="保费合计(元)" :value="orderInfo.orderAmount == undefined ? '' : orderInfo.orderAmount | moneyFormat" /> <van-cell title="保费合计(元)" :value="orderInfo.orderAmount == undefined ? '' : orderInfo.orderAmount | moneyFormat" />
<van-cell v-if="cvalidateStr" title="指定保单生效日" :value="cvalidateStr" />
</van-cell-group> </van-cell-group>
<div v-if="!isWeixin"> <div v-if="!isWeixin">
<!-- 不再微信 --> <!-- 不再微信 -->
@@ -408,7 +409,9 @@ export default {
appntRidFlag: null, appntRidFlag: null,
insureRidFlag: null insureRidFlag: null
}, },
showAgentView:0 showAgentView:0,
cvalidateStr: '',
activeType: ''
} }
}, },
methods: { methods: {
@@ -1433,6 +1436,14 @@ export default {
return new Promise((resolve) => { return new Promise((resolve) => {
getOrderDetail(data).then((res) => { getOrderDetail(data).then((res) => {
if (res.result == '0') { if (res.result == '0') {
if(res.orderDTO.orderInfoDTO.activeType == 'KMH') {
this.cvalidateStr = res.orderDTO.orderInfoDTO.cvaliDate
this.activeType = res.orderDTO.orderInfoDTO.activeType
if(new Date() > new Date(res.orderDTO.orderInfoDTO.cvaliDate)) {
this.cvalidateStr = ''
}
}
if (res.orderDTO && res.orderDTO.prtType) { if (res.orderDTO && res.orderDTO.prtType) {
localStorage.setItem('readingProtocolType', res.orderDTO.prtType) localStorage.setItem('readingProtocolType', res.orderDTO.prtType)
} }

View File

@@ -18,8 +18,8 @@
包含当日之后保险合同于国富人寿收取首期保险费并签发保险单次日零时起生效 --> 包含当日之后保险合同于国富人寿收取首期保险费并签发保险单次日零时起生效 -->
如您于<span>{{ cvalidateStrOneDayOff }}</span>(包含当日前申请投保且支付保险费经国富人寿保险股份有限公司以下简称国富人寿同意并签发保单 如您于<span>{{ cvalidateStrOneDayOff }}</span>(包含当日前申请投保且支付保险费经国富人寿保险股份有限公司以下简称国富人寿同意并签发保单
签发保单日在<span>{{ cvalidateStrOneDayOff }}</span>及以前保险合同自{{ cvalidateStrToFormat }}零时起生效签发保单日在{{ cvalidateStrToFormat }}及以后 <span>{{ cvalidateStrOneDayOff }}</span>(包含当日前签发保单保险合同自{{ cvalidateStrToFormat }}零时起生效{{ cvalidateStrToFormat }}(包含当日后签发保单
保险合同自签发保险单次日零时起生效 保险合同自签发保险单次日零时起生效国富人寿将通过您投保时预留的银行账户转账扣除保险费为顺利承保请您充足银行账户余额
</p> </p>
<p style="text-indent:2rem;"> <p style="text-indent:2rem;">