diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 1547408c8..da271eb7e 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -2062,6 +2062,7 @@ export default { this.insuredInfo.homeCity = this.userInfo.homeCity this.insuredInfo.homeArea = this.userInfo.homeArea this.insuredInfo.homeAddress = this.userInfo.homeAddress + // 针对 3款学平险 和 少儿安康产品 被保人证件类型默认为户口本 --2021-08-26 // 2516--三款学平险-- 0048义务教育 0049 幼儿园 0050 高中 // GFRS-2641--被保险人职业:幼儿园版默认学龄前儿童,义务教育、高中/高等教育默认一般学生 @@ -2073,12 +2074,18 @@ export default { this.insuredInfo.marriage = '2' this.insuredInfo.mobile = this.userInfo.mobile this.insuredInfo.email = this.userInfo.email - } else if (this.itemProductDTOS.productCode == 'GFRS_M0049') { this.insuredInfo.idType = '2' this.insuredInfo.effectiveDateType = true this.insuredInfo.certiexpiredate = '9999-01-01' + // 选择户口本时,是否长期默认为是,不可点击,有效止期隐藏 + this.effectiveDateTypeAbleInsured = true + this.isInsuredCertiexpiredate = false + } else if (this.itemProductDTOS.productCode == 'GFRS_M0049') { this.insuredInfo.occupationCode = '2099908' this.insuredInfo.occupationName = '学龄前儿童' + this.insuredInfo.idType = '2' + this.insuredInfo.effectiveDateType = true + this.insuredInfo.certiexpiredate = '9999-01-01' // 选择户口本时,是否长期默认为是,不可点击,有效止期隐藏 this.effectiveDateTypeAbleInsured = true this.isInsuredCertiexpiredate = false