客户列表选择时,默认证件类型处理--提交人:白金岩

This commit is contained in:
bai.jinyan
2021-08-26 14:32:48 +08:00
parent a5fd319964
commit 00c0bd6584

View File

@@ -1396,8 +1396,9 @@ export default {
this.effectiveDateTypeAbleInsured = true
this.isInsuredCertiexpiredate = false
}else{
// 因为学平险产品 和 少儿卡单 被保人证件类型只有身份证和户口本 所以回显被保人信息时 如果不是身份证和户口本 就隐藏被保人证件类型
if ((this.itemProductDTOS.productCode == 'GFRS_M0048' || this.itemProductDTOS.productCode == 'GFRS_M0049' || this.itemProductDTOS.productCode == 'GFRS_M0050' || this.itemProductDTOS.productCode == 'GFRS_M0052')
&& DataDictionary.insuredIdTypeSpecial.indexOf(data.customerIdType) < 0 ) {
&& data.customerIdType != 1) {
this.insuredInfo.idType = ''
this.insuredInfo.certiexpiredate = ''
this.insuredInfo.effectiveDateType = false;