mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 17:56:44 +08:00
GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 责任修改、证件类型 --提交人:阳华祥
This commit is contained in:
@@ -165,19 +165,19 @@ export default {
|
|||||||
id: 6,
|
id: 6,
|
||||||
text: '台湾居民来往大陆通行证'
|
text: '台湾居民来往大陆通行证'
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
id: 7,
|
id: 7,
|
||||||
text: '其他',
|
text: '其他',
|
||||||
disabled: true
|
disabled: true
|
||||||
|
}*/
|
||||||
|
{
|
||||||
|
id: 8,
|
||||||
|
text: '外国人永久居留身份证'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
text: '港澳台居民居住证'
|
||||||
}
|
}
|
||||||
// {
|
|
||||||
// id: 8,
|
|
||||||
// text: '外国人永久居留身份证'
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// id: 9,
|
|
||||||
// text: '港澳台居民居住证'
|
|
||||||
// }
|
|
||||||
],
|
],
|
||||||
//投保人证件类型
|
//投保人证件类型
|
||||||
insuredIdType: [
|
insuredIdType: [
|
||||||
@@ -207,19 +207,19 @@ export default {
|
|||||||
id: 6,
|
id: 6,
|
||||||
text: '台湾居民来往大陆通行证'
|
text: '台湾居民来往大陆通行证'
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
id: 7,
|
id: 7,
|
||||||
text: '其他',
|
text: '其他',
|
||||||
disabled: true
|
disabled: true
|
||||||
|
}*/
|
||||||
|
{
|
||||||
|
id: 8,
|
||||||
|
text: '外国人永久居留身份证'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
text: '港澳台居民居住证'
|
||||||
}
|
}
|
||||||
// {
|
|
||||||
// id: 8,
|
|
||||||
// text: '外国人永久居留身份证'
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// id: 9,
|
|
||||||
// text: '港澳台居民居住证'
|
|
||||||
// }
|
|
||||||
],
|
],
|
||||||
//出生证明
|
//出生证明
|
||||||
birthType: [
|
birthType: [
|
||||||
|
|||||||
@@ -692,6 +692,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//险种 GFRS_A0004 险种验证规则
|
//险种 GFRS_A0004 险种验证规则
|
||||||
valiA0004Duty(value, showHint, currentEle) {
|
valiA0004Duty(value, showHint, currentEle) {
|
||||||
|
if (!currentEle.necess) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
// 验证其他 最小50 其他为50 10 倍数
|
// 验证其他 最小50 其他为50 10 倍数
|
||||||
if (currentEle.duty == '320206' || currentEle.duty == '320207') {
|
if (currentEle.duty == '320206' || currentEle.duty == '320207') {
|
||||||
let numberValue = Number(value)
|
let numberValue = Number(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user