mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 09:32:53 +08:00
482 lines
8.9 KiB
JavaScript
482 lines
8.9 KiB
JavaScript
// 数据字典
|
||
export default {
|
||
//国家地区 -- 未改动
|
||
nativeplace: [
|
||
{ id: 1, text: '中国大陆' },
|
||
{ id: 2, text: '中国香港' },
|
||
{ id: 3, text: '中国澳门' },
|
||
{ id: 4, text: '中国台湾' },
|
||
{ id: 5, text: '英国' },
|
||
{ id: 6, text: '印度' },
|
||
{ id: 7, text: '意大利' },
|
||
{ id: 8, text: '以色列' },
|
||
{ id: 9, text: '新西兰' },
|
||
{ id: 10, text: '希腊' },
|
||
{ id: 11, text: '西班牙' },
|
||
{ id: 12, text: '威尔士' },
|
||
{ id: 13, text: '泰国' },
|
||
{ id: 14, text: '苏格兰' },
|
||
{ id: 15, text: '瑞士' },
|
||
{ id: 16, text: '瑞典' },
|
||
{ id: 17, text: '日本' },
|
||
{ id: 18, text: '葡萄牙' },
|
||
{ id: 19, text: '挪威' },
|
||
{ id: 20, text: '尼日利亚' },
|
||
{ id: 21, text: '美国' },
|
||
{ id: 22, text: '加拿大' },
|
||
{ id: 23, text: '荷兰' },
|
||
{ id: 24, text: '韩国' },
|
||
{ id: 25, text: '芬兰' },
|
||
{ id: 26, text: '法国' },
|
||
{ id: 27, text: '俄国' },
|
||
{ id: 28, text: '德国' },
|
||
{ id: 29, text: '波兰' },
|
||
{ id: 30, text: '巴西' },
|
||
{ id: 31, text: '澳大利亚' },
|
||
{ id: 32, text: '奥地利' },
|
||
{ id: 33, text: '爱尔兰' },
|
||
{ id: 34, text: '埃及' }
|
||
],
|
||
//证件类型 -- 未改动
|
||
idType: [
|
||
{ id: 1, text: '身份证' },
|
||
{ id: 2, text: '户口本' },
|
||
{ id: 3, text: '出生证明' },
|
||
{ id: 4, text: '护照' },
|
||
{ id: 5, text: '港澳居民通行证' },
|
||
{ id: 6, text: '台湾居民通行证' },
|
||
{ id: 7, text: '其他' }
|
||
],
|
||
//投保人证件类型
|
||
insuredIdType: [
|
||
{ id: 0, text: '居民身份证' },
|
||
{ id: 1, text: '户口本', disabled: true },
|
||
{ id: 2, text: '出生证明', disabled: true },
|
||
{ id: 3, text: '外国人永久居留身份证' },
|
||
{ id: 4, text: '外国人护照' },
|
||
{ id: 5, text: '港澳居民来往内地通行证' },
|
||
{ id: 6, text: '台湾居民来往大陆通行证' },
|
||
{ id: 7, text: '其他' },
|
||
{ id: 9, text: '港澳台居民居住证' }
|
||
],
|
||
//代理人证件类型
|
||
agentIdType: [
|
||
{ id: 0, text: '居民身份证' },
|
||
{ id: 1, text: '户口本' },
|
||
{ id: 2, text: '出生证' },
|
||
{ id: 3, text: '外国人永久居留身份证' },
|
||
{ id: 4, text: '外国人护照' },
|
||
{ id: 5, text: '港澳居民来往内地通行证' },
|
||
{ id: 6, text: '台湾居民来往大陆通行证' },
|
||
{ id: 7, text: '其他' }
|
||
],
|
||
//出生证明 -- 未改动
|
||
birthType: [
|
||
{ id: 1, text: '身份证' },
|
||
{ id: 2, text: '户口本' },
|
||
{ id: 3, text: '出生证明', disabled: true },
|
||
{ id: 4, text: '护照' },
|
||
{ id: 5, text: '港澳居民通行证' },
|
||
{ id: 6, text: '台湾居民通行证' },
|
||
{ id: 7, text: '其他' }
|
||
],
|
||
//投保人/被保人关系
|
||
relationToAppnt: [{ id: '00', text: '本人' }, { id: '01', text: '配偶' }, { id: '02', text: '父母' }, { id: '03', text: '子女' }, { id: '04', text: '其他' }],
|
||
//婚姻状况
|
||
marriage: [{ id: 0, text: '已婚' }, { id: 1, text: '单身' }, { id: 2, text: '其他' }],
|
||
//文化程度
|
||
degree: [
|
||
{ id: 0, text: '博士及以上' },
|
||
{ id: 1, text: '硕士' },
|
||
{ id: 2, text: '本科' },
|
||
{ id: 3, text: '大专' },
|
||
{ id: 4, text: '中专' },
|
||
{ id: 5, text: '高中' },
|
||
{ id: 6, text: '初中' },
|
||
{ id: 7, text: '其它' }
|
||
],
|
||
//居民身份 仅支持中国 -- 未改动
|
||
taxIdentity: [{ id: 1, text: '仅为中国' }],
|
||
//交费期限 -- 未改动
|
||
payEndYear: [
|
||
{
|
||
id: 1,
|
||
text: '1年交'
|
||
},
|
||
{
|
||
id: 2,
|
||
text: '4年交'
|
||
},
|
||
{
|
||
id: 3,
|
||
text: '5年交'
|
||
},
|
||
{
|
||
id: 4,
|
||
text: '9年交'
|
||
},
|
||
{
|
||
id: 5,
|
||
text: '10年交'
|
||
},
|
||
{
|
||
id: 6,
|
||
text: '14年交'
|
||
},
|
||
{
|
||
id: 7,
|
||
text: '15年交'
|
||
},
|
||
{
|
||
id: 8,
|
||
text: '19年交'
|
||
},
|
||
{
|
||
id: 9,
|
||
text: '20年交'
|
||
},
|
||
{
|
||
id: 10,
|
||
text: '29年交'
|
||
},
|
||
{
|
||
id: 11,
|
||
text: '30年交'
|
||
},
|
||
{
|
||
id: 12,
|
||
text: '至75周岁'
|
||
}
|
||
],
|
||
//交费方式
|
||
payIntv: [
|
||
{
|
||
id: -1,
|
||
text: '不定期交',
|
||
disabled: true
|
||
},
|
||
{
|
||
id: 0,
|
||
text: '一次交清'
|
||
},
|
||
{
|
||
id: 1,
|
||
text: '月交',
|
||
disabled: true
|
||
},
|
||
{
|
||
id: 12,
|
||
text: '年交'
|
||
},
|
||
{
|
||
id: 3,
|
||
text: '季交',
|
||
disabled: true
|
||
},
|
||
{
|
||
id: 6,
|
||
text: '半年交',
|
||
disabled: true
|
||
}
|
||
],
|
||
// 保险期间 data-dictionary -- 未改动
|
||
insureYear: [
|
||
{
|
||
id: 1,
|
||
text: '1年'
|
||
},
|
||
{
|
||
id: 2,
|
||
text: '4年'
|
||
},
|
||
{
|
||
id: 3,
|
||
text: '9年'
|
||
},
|
||
{
|
||
id: 4,
|
||
text: '10年'
|
||
},
|
||
{
|
||
id: 5,
|
||
text: '14年'
|
||
},
|
||
{
|
||
id: 6,
|
||
text: '15年'
|
||
},
|
||
{
|
||
id: 7,
|
||
text: '19年'
|
||
},
|
||
{
|
||
id: 8,
|
||
text: '20年'
|
||
},
|
||
{
|
||
id: 9,
|
||
text: '29年'
|
||
},
|
||
{
|
||
id: 10,
|
||
text: '30年'
|
||
},
|
||
{
|
||
id: 11,
|
||
text: '至70周岁'
|
||
},
|
||
{
|
||
id: 12,
|
||
text: '至75周岁'
|
||
},
|
||
{
|
||
id: 13,
|
||
text: '至80周岁'
|
||
},
|
||
{
|
||
id: 14,
|
||
text: '终身'
|
||
}
|
||
],
|
||
//客户类型 -- 未改动
|
||
customerType: [
|
||
{
|
||
id: 0,
|
||
text: '准客户'
|
||
},
|
||
{
|
||
id: 1,
|
||
text: '老客户'
|
||
}
|
||
],
|
||
//客户来源 -- 未改动
|
||
customerSource: [
|
||
{
|
||
id: 0,
|
||
text: '转介绍'
|
||
},
|
||
{
|
||
id: 1,
|
||
text: '缘故'
|
||
},
|
||
{
|
||
id: 2,
|
||
text: '陌生'
|
||
}
|
||
],
|
||
//在职情况
|
||
workCondition: [
|
||
{
|
||
id: '01',
|
||
text: '在职'
|
||
},
|
||
{
|
||
id: '02',
|
||
text: '二次增员'
|
||
},
|
||
{
|
||
id: '03',
|
||
text: '离职'
|
||
},
|
||
{
|
||
id: '04',
|
||
text: '二次离职'
|
||
}
|
||
],
|
||
policyState: [
|
||
{
|
||
id: '01',
|
||
text: '待客户确认'
|
||
},
|
||
{
|
||
id: '02',
|
||
text: '待客户付款'
|
||
},
|
||
{
|
||
id: '03',
|
||
text: '待公司确认'
|
||
},
|
||
{
|
||
id: '04',
|
||
text: '待客户上载影像'
|
||
},
|
||
{
|
||
id: '05',
|
||
text: '逾期关闭'
|
||
},
|
||
{
|
||
id: '06',
|
||
text: '客户撤销'
|
||
},
|
||
{
|
||
id: '07',
|
||
text: '公司谢绝'
|
||
},
|
||
{
|
||
id: '08',
|
||
text: '保单承保'
|
||
},
|
||
{
|
||
id: '09',
|
||
text: '订单退保'
|
||
},
|
||
{
|
||
id: '10',
|
||
text: '订单待签单'
|
||
},
|
||
{
|
||
id: '11',
|
||
text: '待生成电子保单'
|
||
},
|
||
{
|
||
id: '12',
|
||
text: '退保/领取审核中'
|
||
},
|
||
{
|
||
id: '13',
|
||
text: '等待出单'
|
||
},
|
||
{
|
||
id: '14',
|
||
text: '支付中'
|
||
},
|
||
{
|
||
id: '15',
|
||
text: '支付受理中'
|
||
},
|
||
{
|
||
id: '16',
|
||
text: '待手动承保'
|
||
},
|
||
{
|
||
id: '17',
|
||
text: '手动承保完成'
|
||
},
|
||
{
|
||
id: '18',
|
||
text: '阿里云端数据同步中间状态'
|
||
},
|
||
{
|
||
id: '19',
|
||
text: '支付失败'
|
||
},
|
||
{
|
||
id: '20',
|
||
text: '待答问卷'
|
||
},
|
||
{
|
||
id: '21',
|
||
text: 'ABS保单预约挂起中'
|
||
},
|
||
{
|
||
id: '22',
|
||
text: 'ABS保单取消预约挂起中'
|
||
},
|
||
{
|
||
id: '23',
|
||
text: '理赔挂起中'
|
||
},
|
||
{
|
||
id: '24',
|
||
text: '保单终止'
|
||
},
|
||
{
|
||
id: '25',
|
||
text: 'ABS保单受益权转让挂起中'
|
||
},
|
||
{
|
||
id: '26',
|
||
text: '保单冻结挂起中'
|
||
},
|
||
{
|
||
id: '27',
|
||
text: '冻结受益权转让挂起中'
|
||
},
|
||
{
|
||
id: '28',
|
||
text: '受益权还原挂起中'
|
||
},
|
||
{
|
||
id: '29',
|
||
text: '受益权转让挂起中'
|
||
},
|
||
{
|
||
id: '30',
|
||
text: '受益权还原挂起中'
|
||
},
|
||
{
|
||
id: '31',
|
||
text: '续保等待人核'
|
||
},
|
||
{
|
||
id: '32',
|
||
text: '续保第一次健康告知异常'
|
||
},
|
||
{
|
||
id: '33',
|
||
text: '核心人工核保中'
|
||
},
|
||
{
|
||
id: '34',
|
||
text: '核心人工核保中'
|
||
},
|
||
{
|
||
id: '35',
|
||
text: '投保人保存成功'
|
||
},
|
||
{
|
||
id: '36',
|
||
text: '被保人保存成功'
|
||
},
|
||
{
|
||
id: '37',
|
||
text: '受益人人保存成功'
|
||
},
|
||
{
|
||
id: '38',
|
||
text: '账户信息保存成功'
|
||
},
|
||
{
|
||
id: '39',
|
||
text: '险种信息保存成功'
|
||
},
|
||
{
|
||
id: '40',
|
||
text: '告知信息保存成功'
|
||
},
|
||
{
|
||
id: '41',
|
||
text: '转线下批扣中'
|
||
},
|
||
{
|
||
id: '42',
|
||
text: '转线下批扣中'
|
||
},
|
||
{
|
||
id: '43',
|
||
text: '待签名'
|
||
},
|
||
{
|
||
id: '44',
|
||
text: '计划书转投保'
|
||
}
|
||
],
|
||
riskType: [
|
||
{
|
||
shortName: '鼎诚终身重疾',
|
||
name: '鼎诚鼎康保终身重大疾病保险',
|
||
code: 'DCRS_M0001'
|
||
},
|
||
{
|
||
shortName: '鼎诚定期重疾(A)',
|
||
name: '鼎诚鼎康保定期重大疾病保险(A款)',
|
||
code: 'DCRS_M0002'
|
||
},
|
||
{
|
||
shortName: '鼎诚定期重疾(B)',
|
||
name: '鼎诚鼎康保定期重大疾病保险(B款)',
|
||
code: 'DCRS_M0003'
|
||
}
|
||
]
|
||
}
|