From 833bc471a479186ebba1b4c2f6a3c2320b0bf9ce Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Tue, 1 Mar 2022 15:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E4=BA=8E=E5=AE=98=E5=BE=AE?= =?UTF-8?q?=E3=80=81=E9=87=91=E6=8E=8C=E6=A1=82=E5=8D=A1=E5=8D=95=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E7=94=9F=E6=95=88=E6=97=A5=E8=A7=84=E5=88=99=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=9A=84=E7=94=B3=E8=AF=B7=E3=80=91=E9=87=91=E6=8E=8C?= =?UTF-8?q?=E6=A1=82=E6=97=A0=E5=BF=A7=E5=8D=A1=EF=BC=8C=E5=B0=91=E5=84=BF?= =?UTF-8?q?=E5=AE=89=E5=BA=B7=E5=8D=A1=E4=B8=A4=E6=AC=BE=E5=8D=A1=E5=8D=95?= =?UTF-8?q?=E4=BA=A7=E5=93=81=EF=BC=8C=E6=8C=87=E5=AE=9A=E7=94=9F=E6=95=88?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=94=B9=E4=B8=BA=E7=94=9F=E6=95=88=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=8F=B3=E4=BE=A7=E4=B8=89?= =?UTF-8?q?=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 3ac457703..e4fb25466 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -463,7 +463,9 @@ placeholder='请选择' @click="toSelect('10')" /> +
@@ -666,7 +667,6 @@ export default { homeName: '', //家庭地址 bnfTypeVal: '法定受益人', //受益人类型文字展示 cvaliDate: '', //指定生效日期 - isDisabledCvaliDate:false, //指定生效日期--是否禁用 //投保人信息 userInfo: { name: '', //投保人姓名 @@ -797,8 +797,7 @@ export default { //金掌桂无忧卡,少儿安康卡两款卡单产品关闭指定生效日功能,默认自承保之日起第四日零时生效 //GFRS_M0052 国富人寿少儿安康保险产品组合、GFRS_M0041 国富无忧卡-国富人寿综合意外伤害保险计划 if (this.itemProductDTOS.productCode === 'GFRS_M0052' || this.itemProductDTOS.productCode === 'GFRS_M0041') { - this.cvaliDate = dateUtils.formatDate(afterDate.getAfterDays(4), 'yyyy-MM-dd') - this.isDisabledCvaliDate = true + this.cvaliDate = dateUtils.formatDate(afterDate.getAfterDays(Number(this.trialList[0].timeliness)), 'yyyy-MM-dd') } //GFRS-2641 少儿安康 if (this.itemProductDTOS.productCode === 'GFRS_M0052') {