mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
客户列表选择时,默认证件类型处理--提交人:白金岩
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user