From 83a10ed76b8d1ee2194337ae75b8c0c08cbbf93a Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Thu, 20 May 2021 17:31:08 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95--=E6=8A=95=E8=A2=AB=E4=BF=9D?=
=?UTF-8?q?=E4=BA=BA=E6=88=AA=E8=87=B3=E6=97=A5=E6=9C=9F=E4=BB=8E=E4=BB=8A?=
=?UTF-8?q?=E5=A4=A9=E5=88=B0=E5=BE=80=E5=90=8E20=E5=B9=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cardList/information.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue
index bbb284065..66d1bc6e0 100644
--- a/src/views/ebiz/cardList/information.vue
+++ b/src/views/ebiz/cardList/information.vue
@@ -45,6 +45,7 @@
required
label="证件截止日期"
name="证件截止日期"
+ :minDate="certiexpiredateMin"
:value.sync="userInfo.certiexpiredate"
type="date"
@confirm="onDateConfirm($event, '1')"
@@ -191,6 +192,7 @@
required
label="证件截止日期"
name="证件截止日期"
+ :minDate="certiexpiredateMin"
:value.sync="insuredInfo.certiexpiredate"
type="date"
@confirm="onDateConfirm($event, '7')"
@@ -533,6 +535,7 @@ export default {
proSchemeCode: '',
productDate: '', //保险期间
now: afterDate.getAfterDays(1), //指定生效日期最小值
+ certiexpiredateMin: afterDate.getAfterDays(0), //证件截止日期最小值
insuredSex: '男',
isScan: false, //是否显示证件扫描组件
isScan2: false, //是否显示证件扫描组件--被保人