学平险高等教育被保人证件类型默认为户口本--提交人:白金岩

This commit is contained in:
bai.jinyan
2021-08-26 13:54:18 +08:00
parent 10974e9749
commit a5fd319964

View File

@@ -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