GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 责任修改、证件类型 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-16 11:40:24 +08:00
parent c73212c477
commit fd6d3138d9
2 changed files with 21 additions and 18 deletions

View File

@@ -165,19 +165,19 @@ export default {
id: 6,
text: '台湾居民来往大陆通行证'
},
{
/* {
id: 7,
text: '其他',
disabled: true
}*/
{
id: 8,
text: '外国人永久居留身份证'
},
{
id: 9,
text: '港澳台居民居住证'
}
// {
// id: 8,
// text: '外国人永久居留身份证'
// },
// {
// id: 9,
// text: '港澳台居民居住证'
// }
],
//投保人证件类型
insuredIdType: [
@@ -207,19 +207,19 @@ export default {
id: 6,
text: '台湾居民来往大陆通行证'
},
{
/* {
id: 7,
text: '其他',
disabled: true
}*/
{
id: 8,
text: '外国人永久居留身份证'
},
{
id: 9,
text: '港澳台居民居住证'
}
// {
// id: 8,
// text: '外国人永久居留身份证'
// },
// {
// id: 9,
// text: '港澳台居民居住证'
// }
],
//出生证明
birthType: [

View File

@@ -692,6 +692,9 @@ export default {
},
//险种 GFRS_A0004 险种验证规则
valiA0004Duty(value, showHint, currentEle) {
if (!currentEle.necess) {
return true
}
// 验证其他 最小50 其他为50 10 倍数
if (currentEle.duty == '320206' || currentEle.duty == '320207') {
let numberValue = Number(value)