This commit is contained in:
邓晓坤
2019-09-23 10:33:53 +08:00
35 changed files with 7843 additions and 2807 deletions

View File

@@ -147,27 +147,33 @@ export default {
},
{
id: 2,
text: '户口本'
text: '户口本',
disabled: true
},
{
id: 3,
text: '出生证明'
text: '出生证明',
disabled: true
},
{
id: 4,
text: '护照'
text: '护照',
disabled: true
},
{
id: 5,
text: '港澳居民通行证'
text: '港澳居民通行证',
disabled: true
},
{
id: 6,
text: '台湾居民通行证'
text: '台湾居民通行证',
disabled: true
},
{
id: 7,
text: '其他'
text: '其他',
disabled: true
}
],
//投保人证件类型
@@ -188,19 +194,19 @@ export default {
},
{
id: 4,
text: '护照', disabled: true
text: '护照'
},
{
id: 5,
text: '港澳居民通行证', disabled: true
text: '港澳居民通行证'
},
{
id: 6,
text: '台湾居民通行证', disabled: true
text: '台湾居民通行证'
},
{
id: 7,
text: '其他', disabled: true
text: '其他'
}
],
//出生证明
@@ -211,7 +217,8 @@ export default {
},
{
id: 2,
text: '户口本', disabled: true
text: '户口本',
disabled: true
},
{
id: 3,
@@ -220,19 +227,23 @@ export default {
},
{
id: 4,
text: '护照', disabled: true
text: '护照',
disabled: true
},
{
id: 5,
text: '港澳居民通行证', disabled: true
text: '港澳居民通行证',
disabled: true
},
{
id: 6,
text: '台湾居民通行证', disabled: true
text: '台湾居民通行证',
disabled: true
},
{
id: 7,
text: '其他', disabled: true
text: '其他',
disabled: true
}
],
//投保人/被保人关系
@@ -686,22 +697,17 @@ export default {
text: '自核不通过待转人核'
}
],
// 产品编码 这个国富改改G
// 产品编码
riskType: [
{
shortName: '鼎诚终身重疾',
name: '鼎诚鼎康保终身重大疾病保险',
code: 'DCRS_M0001'
shortName: '重疾',
name: '国富人寿八桂无忧重大疾病保险B款',
code: 'GFRSPRO_M0001'
},
{
shortName: '鼎诚定期重疾A',
name: '鼎诚鼎康保定期重大疾病保险A款',
code: 'DCRS_M0002'
},
{
shortName: '鼎诚定期重疾B',
name: '鼎诚鼎康保定期重大疾病保险B款',
code: 'DCRS_M0003'
shortName: '年金险',
name: '国富人寿国富民鑫年金保险',
code: 'GFRSPRO_M0002'
}
]
}