Files
ebiz-h5/src/assets/js/utils/data-dictionary.js
2020-05-11 13:23:05 +08:00

2381 lines
48 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 数据字典
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: '其他',
disabled: true
}*/
{
id: 8,
text: '外国人永久居留身份证'
},
{
id: 9,
text: '港澳台居民居住证'
}
],
//投保人证件类型
insuredIdType: [
{
id: 1,
text: '居民身份证'
},
{
id: 2,
text: '户口本',
disabled: true
},
{
id: 3,
text: '出生证',
disabled: true
},
{
id: 4,
text: '护照'
},
{
id: 5,
text: '港澳居民来往内地通行证'
},
{
id: 6,
text: '台湾居民来往大陆通行证'
},
/* {
id: 7,
text: '其他',
disabled: true
}*/
{
id: 8,
text: '外国人永久居留身份证'
},
{
id: 9,
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: 1,
text: '本人'
},
{
id: 2,
text: '配偶'
},
{
id: 3,
text: '父母'
},
{
id: 4,
text: '子女'
},
{
id: 5,
text: '其他'
}
],
//理赔报案投保人/被保险人关系
relationToAppnts: [
{
id: '00',
text: '本人'
},
{
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: '监护人'
}
],
//婚姻状况
marriage: [
{
id: 1,
text: '已婚'
},
{
id: 2,
text: '未婚'
},
{
id: 3,
text: '离婚'
},
{
id: 4,
text: '丧偶'
}
],
//入司婚姻状况
rsmarriage: [
{
id: 5,
text: '结婚'
},
{
id: 6,
text: '单身'
},
{
id: 7,
text: '离婚'
},
{
id: 8,
text: '丧偶'
},
{
id: 9,
text: '分居'
},
{
id: 10,
text: '其他'
}
],
//文化程度
degree: [
{
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: '小学以下'
}
],
//居民身份 仅支持中国
taxIdentity: [
{
id: 1,
text: '仅为中国税收居民'
},
{
id: 2,
text: '仅为非中国税收居民'
},
{
id: 3,
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: 2,
text: '季交',
disabled: true
},
{
id: 3,
text: '半年交',
disabled: true
},
{
id: 4,
text: '年交'
},
{
id: 5,
text: '一次交清'
}
],
// 保险期间 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: 1,
text: '在职'
},
{
id: 2,
text: '退休'
},
{
id: 3,
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: '计划书转投保'
},
{
id: '45',
text: '核心扣费失败'
},
{
id: '46',
text: '自核不通过待转人核'
},
{
id: '47',
text: '核心系统繁忙,请稍后重试'
},
{
id: '48',
text: '修改账户信息'
},
{
id: '49',
text: '修改银行影像信息'
},
{
id: '50',
text: '待人核'
},
{
id: '51',
text: '人工核保中'
},
{
id: '52',
text: '问题件处理中'
},
{
id: '53',
text: '待收费'
},
{
id: '54',
text: '延期'
},
{
id: '55',
text: '支付失败'
},
{
id: '56',
text: '卡单投被保人信息保存成功'
},
{
id: '57',
text: '卡单保存账户信息成功'
}
],
// 产品编码
riskType: [
{
shortName: '重疾险',
name: '国富人寿八桂无忧重大疾病保险B款',
code: 'GFRS_M0001'
},
{
shortName: '年金险',
name: '国富人寿国富民鑫年金保险',
code: 'GFRS_M0002'
},
{
shortName: '万能险',
name: '国富人寿金管家养老年金保险产品(万能型)',
code: 'GFRS_M0003'
},
{
shortName: '年金险',
name: '国富人寿瑞利年金保险',
code: 'GFRS_M0004'
},
{
shortName: '医疗险',
name: '国富人寿国富民惠医疗保险',
code: 'GFRS_M0005'
},
{
shortName: '年金险',
name: '国富人寿福宝宝教育年金保险',
code: 'GFRS_M0006'
},
{
shortName: '重疾险',
name: '国富人寿国富民安重大疾病保险',
code: 'GFRS_M0007'
},
{
shortName: '意外险',
name: '国富人寿综合意外伤害保险',
code: 'GFRS_M0008'
},
{
shortName: '重疾险',
name: '国富人寿国富民康重大疾病保险',
code: 'GFRS_M0009'
},
{
shortName: '重疾险',
name: '国富人寿八桂无忧重大疾病保险',
code: 'GFRS_M0010'
},
{
shortName: '年金险',
name: '国富人寿国富鑫享年金保险',
code: 'GFRS_M0011'
},
{
shortName: '意外险',
name: '学生平安保险(小学、初中)',
code: 'GFRS_M0012'
},
{
shortName: '重疾险',
name: '国富人寿孝心保老年特定疾病保险',
code: 'GFRS_M0014'
},
{
shortName: '万能险',
name: '国富人寿富娃娃两全保险(万能型)',
code: 'GFRS_M0015'
},
{
shortName: '意外险',
name: '国富人寿综合意外伤害保险2020版',
code: 'GFRS_M0016'
},
{
shortName: '万能险',
name: '国富人寿鑫管家终身寿险(万能型)',
code: 'GFRS_M0017'
},
{
shortName: '医疗险',
name: '国富人寿附加住院医疗保险(医疗型)',
code: 'GFRS_A0004'
},
{
shortName: '意外险',
name: '国富人寿附加综合意外伤害保险(意外型)',
code: 'GFRS_A0005'
},
{
shortName: '重疾险',
name: '国富人寿国富民安重大疾病保险(重疾型)',
code: 'GFRS_M0018'
},
{
shortName: '寿险',
name: '国富人寿国富栋梁定期寿险',
code: 'GFRS_M0020'
},
{
shortName: '重疾险',
name: '国富人寿爱易保重大疾病保险',
code: 'GFRS_M0021'
},
{
shortName: '两全险',
name: '国富人寿安行无忧两全保险',
code: 'GFRS_M0023'
}
],
// 职级
applGrade: [
{ id: 'A101', text: '客户专员' },
{ id: 'A102', text: '客户经理' },
{ id: 'A201', text: '业务主任' },
{ id: 'A202', text: '高级业务主任' },
{ id: 'A301', text: '营业部经理' },
{ id: 'A302', text: '高级营业部经理' },
{ id: 'A401', text: '业务总监' }
],
salarySource: [
{
id: 1,
text: '工薪'
},
{
id: 2,
text: '私营'
},
{
id: 3,
text: '农副业'
},
{
id: 4,
text: '其它'
}
],
sex: [
{
text: '男',
id: '0'
},
{
text: '女',
id: '1'
}
],
//受益人类型
bnfType: [
{
id: '0',
text: '法定受益人'
},
{
id: '1',
text: '指定受益人'
}
],
//订单状态
orderStatus: [
{
id: '0',
text: '未签收'
},
{
id: '1',
text: '已签收'
}
],
// 民族
nationType: [
{
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: '佤族'
},
{
id: '22',
text: '畲族'
},
{
id: '23',
text: '高山族'
},
{
id: '24',
text: '拉祜族'
},
{
id: '25',
text: '水族'
},
{
id: '26',
text: '东乡族'
},
{
id: '27',
text: '纳西族'
},
{
id: '28',
text: '景颇族'
},
{
id: '代码',
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: '俄罗斯族'
},
{
id: '45',
text: '鄂温克族'
},
{
id: '46',
text: '崩龙族'
},
{
id: '47',
text: '保安族'
},
{
id: '48',
text: '裕固族'
},
{
id: '49',
text: '京族'
},
{
id: '50',
text: '塔塔尔族'
},
{
id: '51',
text: '独龙族'
},
{
id: '52',
text: '鄂伦春族'
},
{
id: '53',
text: '赫哲族'
},
{
id: '54',
text: '门巴族'
},
{
id: '55',
text: '珞巴族'
},
{
id: '56',
text: '基诺族'
},
{
id: '97',
text: '其他'
},
{
id: '98',
text: '外国血统'
}
],
//政治面貌
politicsStatus: [
{
id: '01',
text: '中共党员'
},
{
id: '02',
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: '无党派人士'
}
],
//入司政治面貌
rspoliticsStatus: [
{ id: '01', text: '中共党员' },
{ id: '02', 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: '15', text: '工商' },
{ id: '99', text: '其他党派' }
],
rsIdType: [
{
id: 1,
text: '居民身份证'
},
{
id: 2,
text: '户口本'
},
{
id: 5,
text: '港澳居民来往内地通行证'
},
{
id: 6,
text: '台湾居民来往大陆通行证'
},
{
id: 8,
text: '外国人永久居留身份证'
},
{
id: 9,
text: '港澳台居民居住证'
}
],
// 健康状况
healthCondition: [],
// 入司健康状况
rshealthCondition: [
{
id: 'N',
text: '否'
},
{
id: 'Y',
text: '是'
}
],
// 入司银行类别
rsbank: [
{ 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: '西安银行' },
{ 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: '汇丰银行' }
],
//入司文化程度
rsdegree: [
{
id: 2,
text: '硕士'
},
{
id: 3,
text: '本科'
},
{
id: 4,
text: '大专'
},
{
id: 5,
text: '高中'
},
{
id: 6,
text: '初中'
},
{
id: 7,
text: '中专'
},
{
id: 8,
text: '小学'
},
{
id: 12,
text: '其他'
},
{
id: 13,
text: '文盲'
},
{
id: 14,
text: '中技'
},
{
id: 12,
text: '其他'
},
{
id: 10,
text: '博士'
},
{
id: 11,
text: '博士后'
}
],
rsRankAgent: [
{ id: 'TRM', text: '见习风险管理师' },
{ id: 'ARM', text: '助理风险管理师' },
{ id: 'JRM', text: '初级风险管理师' },
{ id: 'IRM', text: '中级风险管理师' },
{ id: 'SRM', text: '高级风险管理师' },
{ id: 'ERM', text: '资深风险管理师' },
{ id: 'UM', text: '组经理' },
{ id: 'SUM', text: '高级组经理' },
{ id: 'EUM', text: '资深组经理' },
{ id: 'AM', text: '部经理' },
{ id: 'EAM', text: '资深部经理' },
{ id: 'AD', text: '营业总监' }
],
relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }],
// relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }],
guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }],
classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }],
//入司国籍/地区
rsnativeplace: [
{ id: 'AGO', text: '安哥拉' },
{ id: 'AND', text: '安道尔共和国' },
{ id: 'ARM', text: '亚美尼亚' },
{ id: 'ATF', text: '法属南部领土' },
{ id: 'AUT', text: '奥地利' },
{ id: 'BEL', text: '比利时' },
{ id: 'BGD', text: '孟加拉国' },
{ id: 'BHS', text: '巴哈马' },
{ id: 'BLZ', text: '伯利兹' },
{ id: 'BRA', text: '巴西' },
{ id: 'BTN', text: '不丹' },
{ id: 'BWA', text: '博茨瓦纳' },
{ id: 'CHE', text: '瑞士' },
{ id: 'CHN', text: '中国' },
{ id: 'COD', text: '刚果民主共和国(金)' },
{ id: 'COM', text: '科摩罗' },
{ id: 'CUB', text: '古巴' },
{ id: 'CYP', text: '塞浦路斯' },
{ id: 'DJI', text: '吉布提' },
{ id: 'DOM', text: '多米尼加' },
{ id: 'EGY', text: '埃及' },
{ id: 'ESP', text: '西班牙' },
{ id: 'MDG', text: '马达加斯加' },
{ id: 'MHL', text: '马绍尔群岛' },
{ id: 'MMR', text: '缅甸' },
{ id: 'MNP', text: '北马里亚纳群岛联邦' },
{ id: 'MUS', text: '毛里求斯' },
{ id: 'MYT', text: '马约特' },
{ id: 'NER', text: '尼日尔' },
{ id: 'NIC', text: '尼加拉瓜' },
{ id: 'NOR', text: '挪威' },
{ id: 'NRU', text: '瑙鲁' },
{ id: 'OTH', text: '其他' },
{ id: 'PCN', text: '皮特凯恩岛' },
{ id: 'PLW', text: '帕劳' },
{ id: 'PRI', text: '波多黎各' },
{ id: 'PRY', text: '巴拉圭' },
{ id: 'QAT', text: '卡塔尔' },
{ id: 'RUS', text: '俄罗斯' },
{ id: 'SAU', text: '沙特阿拉伯' },
{ id: 'SGP', text: '新加坡' },
{ id: 'SJM ', text: '斯瓦尔巴群岛和扬马群岛' },
{ id: 'SMR', text: '圣马力诺' },
{ id: 'STP', text: '圣多美和普林西比' },
{ id: 'SWE', text: '瑞典' },
{ id: 'SYR', text: '叙利亚' },
{ id: 'TGO', text: '多哥' },
{ id: 'TKL', text: '托克劳群岛' },
{ id: 'TON', text: '汤加' },
{ id: 'TUN', text: '突尼斯' },
{ id: 'TUR', text: '土耳其' },
{ id: 'TUV', text: '图瓦卢' },
{ id: 'TWN', text: '台湾' },
{ id: 'TZA', text: '坦桑尼亚' },
{ id: 'UGA', text: '乌干达' },
{ id: 'UKR', text: '乌克兰' },
{ id: 'URY', text: '乌拉圭' },
{ id: 'USA', text: '美国' },
{ id: 'UZB', text: '乌兹别克斯坦' },
{ id: 'VAT', text: '梵蒂冈' },
{ id: 'VCT', text: '圣文森特和格林纳丁斯' },
{ id: 'VEN', text: '委内瑞拉' },
{ id: 'VGB', text: '英属维尔京群岛' },
{ id: 'VIR', text: '美属维尔京群岛' },
{ id: 'VNM', text: '越南' },
{ id: 'VUT', text: '瓦努阿图' },
{ id: 'WLF', text: '瓦利斯和富图纳群岛' },
{ id: 'WSM', text: '西萨摩亚' },
{ id: 'YEM', text: '也门' },
{ id: 'ZAF', text: '南非' },
{ id: 'ZAR', text: '扎伊尔' },
{ id: 'ZMB', text: '赞比亚' },
{ id: 'ZWE', text: '津巴布韦' },
{ id: 'TTO', text: '特立尼达和多巴哥' },
{ id: 'ABW', text: '阿鲁巴岛' },
{ id: 'AFG', text: '阿富汗' },
{ id: 'AIA', text: '安圭拉岛' },
{ id: 'ALB', text: '阿尔巴尼亚' },
{ id: 'ANT', text: '荷属安的列斯' },
{ id: 'ARE', text: '阿联酋' },
{ id: 'ARG', text: '阿根廷' },
{ id: 'ASM', text: '萨摩亚' },
{ id: 'ATA', text: '南极洲' },
{ id: 'ATG', text: '安提瓜和巴布达' },
{ id: 'AUS', text: '澳大利亚' },
{ id: 'AZE ', text: '阿塞拜疆' },
{ id: 'BDI', text: '布隆迪' },
{ id: 'BEN', text: '贝宁' },
{ id: 'BFA', text: '布基纳法索' },
{ id: 'BGR', text: '保加利亚' },
{ id: 'BHR', text: '巴林' },
{ id: 'BIH', text: '波斯尼亚和黑塞哥维那' },
{ id: 'BLR', text: '白俄罗斯' },
{ id: 'BMU', text: '百慕大群岛' },
{ id: 'BOL', text: '玻利维亚' },
{ id: 'BRB', text: '巴巴多斯' },
{ id: 'BRN', text: '文莱' },
{ id: 'BVT', text: '布维岛' },
{ id: 'CAF', text: '中非' },
{ id: 'CAN', text: '加拿大' },
{ id: 'CCK', text: '科科斯(基林)群岛' },
{ id: 'CHL', text: '智利' },
{ id: 'CIV', text: '科特迪瓦' },
{ id: 'CMR', text: '喀麦隆' },
{ id: 'COG', text: '刚果共和国(布)' },
{ id: 'COK', text: '库克群岛' },
{ id: 'COL', text: '哥伦比亚' },
{ id: 'CPV', text: '佛得角' },
{ id: 'CRI', text: '哥斯达黎加' },
{ id: 'CXR', text: '圣诞岛' },
{ id: 'CYM', text: '开曼群岛' },
{ id: 'CZE', text: '捷克' },
{ id: 'DEU', text: '德国' },
{ id: 'DMA', text: '多米尼克' },
{ id: 'DNK', text: '丹麦' },
{ id: 'DZA', text: '阿尔及利亚' },
{ id: 'ECU', text: '厄瓜多尔' },
{ id: 'ENG', text: '英国' },
{ id: 'ERI', text: '厄立特里亚' },
{ id: 'ESH', text: '西撒哈拉' },
{ id: 'EST', text: '爱沙尼亚' },
{ id: 'ETH', text: '埃塞俄比亚' },
{ id: 'FIN', text: '芬兰' },
{ id: 'FJI', text: '斐济' },
{ id: 'FLK', text: '福克兰群岛' },
{ id: 'FRA', text: '法国' },
{ id: 'FRO', text: '法罗群岛' },
{ id: 'FSM', text: '密克罗尼西亚' },
{ id: 'GAB', text: '加蓬' },
{ id: 'GAT', text: '港澳台地区' },
{ id: 'GEO', text: '格鲁吉亚' },
{ id: 'GHA', text: '加纳' },
{ id: 'GIB', text: '直布罗陀' },
{ id: 'GIN', text: '几内亚' },
{ id: 'GLP', text: '瓜德罗普岛' },
{ id: 'GMB', text: '冈比亚' },
{ id: 'GNB', text: '几内亚比绍' },
{ id: 'GNQ', text: '赤道几内亚' },
{ id: 'GRC', text: '希腊' },
{ id: 'GRD', text: '格林纳达' },
{ id: 'GRL', text: '格陵兰' },
{ id: 'GTM', text: '危地马拉' },
{ id: 'GUF', text: '法属圭亚那' },
{ id: 'GUM', text: '关岛' },
{ id: 'GUY', text: '圭亚那' },
{ id: 'HKG', text: '香港' },
{ id: 'HMD', text: '赫德岛和麦克唐纳岛' },
{ id: 'HND', text: '洪都拉斯' },
{ id: 'HRV', text: '克罗地亚' },
{ id: 'HTI', text: '海地共和国' },
{ id: 'HUN', text: '匈牙利' },
{ id: 'IDN', text: '印度尼西亚' },
{ id: 'IND', text: '印度' },
{ id: 'IOT', text: '英属印度洋领土' },
{ id: 'IRL', text: '爱尔兰' },
{ id: 'IRN', text: '伊朗' },
{ id: 'IRQ', text: '伊拉克' },
{ id: 'ISL', text: '冰岛' },
{ id: 'ISR', text: '以色列' },
{ id: 'ITA', text: '意大利' },
{ id: 'JAM', text: '牙买加' },
{ id: 'JAN', text: '日本' },
{ id: 'JOR', text: '约旦' },
{ id: 'KAZ', text: '哈萨克斯坦' },
{ id: 'KEN', text: '肯尼亚' },
{ id: 'KGZ', text: '吉尔吉斯斯坦' },
{ id: 'KHM', text: '柬埔寨' },
{ id: 'KIR', text: '基里巴斯' },
{ id: 'KNA', text: '圣基茨和尼维斯' },
{ id: 'KOR', text: '韩国' },
{ id: 'KWT', text: '科威特' },
{ id: 'LAO', text: '老挝' },
{ id: 'LBN ', text: '黎巴嫩' },
{ id: 'LBR', text: '利比里亚' },
{ id: 'LBY', text: '利比亚' },
{ id: 'LCA', text: '圣卢西亚' },
{ id: 'LIE', text: '列支敦士登' },
{ id: 'LKA', text: '斯里兰卡' },
{ id: 'LSO', text: '莱索托' },
{ id: 'LTU', text: '立陶宛' },
{ id: 'LUX', text: '卢森堡' },
{ id: 'LVA', text: '拉脱维亚' },
{ id: 'MAC', text: '澳门' },
{ id: 'MAR', text: '摩洛哥' },
{ id: 'MCO', text: '摩纳哥' },
{ id: 'MDA', text: '摩尔多瓦' },
{ id: 'MDV', text: '马尔代夫' },
{ id: 'MEX', text: '墨西哥' },
{ id: 'MKD', text: '马其顿' },
{ id: 'MLI', text: '马里' },
{ id: 'MLT', text: '马耳他' },
{ id: 'MNG', text: '蒙古' },
{ id: 'MOZ', text: '莫桑比克' },
{ id: 'MRT', text: '毛里塔尼亚' },
{ id: 'MSR', text: '蒙特塞拉特岛' },
{ id: 'MTQ', text: '马提尼克岛' },
{ id: 'MWI', text: '马拉维' },
{ id: 'MYS', text: '马来西亚' },
{ id: 'NAM', text: '纳米比亚' },
{ id: 'NCL', text: '新喀里多尼亚' },
{ id: 'NFK', text: '诺福克岛' },
{ id: 'NGA', text: '尼日利亚' },
{ id: 'NIU', text: '纽埃' },
{ id: 'NLD', text: '荷兰' },
{ id: 'NPL', text: '尼泊尔' },
{ id: 'NZL', text: '新西兰' },
{ id: 'OMN', text: '阿曼' },
{ id: 'PAK', text: '巴基斯坦' },
{ id: 'PAN', text: '巴拿马' },
{ id: 'PER', text: '秘鲁' },
{ id: 'PHL', text: '菲律宾' },
{ id: 'PNG', text: '巴布亚新几内亚' },
{ id: 'POL', text: '波兰' },
{ id: 'PRK', text: '朝鲜' },
{ id: 'PRT', text: '葡萄牙' },
{ id: 'PSE', text: '巴勒斯坦' },
{ id: 'PYF', text: '法属波利尼西亚' },
{ id: 'REU', text: '留尼汪岛' },
{ id: 'ROM', text: '罗马尼亚' },
{ id: 'RWA', text: '卢旺达' },
{ id: 'SCG', text: '塞尔维亚' },
{ id: 'SDN', text: '苏丹' },
{ id: 'SEN', text: '塞内加尔' },
{ id: 'SGS', text: '南乔治亚岛和南桑德韦奇岛' },
{ id: 'SHN', text: '圣赫勒拿' },
{ id: 'SLB', text: '所罗门群岛' },
{ id: 'SLE', text: '塞拉利昂' },
{ id: 'SLV', text: '萨尔瓦多' },
{ id: 'SOM', text: '索马里' },
{ id: 'SPM', text: '圣皮埃尔和密克隆' },
{ id: 'SUR', text: '苏里南' },
{ id: 'SVK', text: '斯洛伐克' },
{ id: 'SVN', text: '斯洛文尼亚' },
{ id: 'SWZ', text: '斯威士兰' },
{ id: 'SYC', text: '塞舌尔' },
{ id: 'TCA', text: '特克斯和凯科斯群岛' },
{ id: 'TCD', text: '乍得' },
{ id: 'THA', text: '泰国(除外缅甸与柬埔寨边境, 极南部省北大年, 也拉, 那拉提瓦和宋卡)' },
{ id: 'TJK', text: '塔吉克斯坦' },
{ id: 'TKM', text: '土库曼斯坦' },
{ id: 'TMP', text: '东帝汶' }
],
agentGrade: [{ A101: '客户专员' }, { A102: '客户经理' }, { A201: '业务主任' }, { A202: '高级主任' }, { A301: '营业部经理' }, { A401: '业务总监' }],
//入司籍贯、户口所在地
rsnativePlace: [
{ 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: '海南省' },
{ 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: '澳门特别行政区' }
],
//原职业
oldOccupation: [
{ id: '02', text: '教师' },
{ id: '03', text: '销售' },
{ id: '04', text: '技师' },
{ id: '05', text: '财务' },
{ id: '06', text: '医护' },
{ id: '07', text: '保险外勤' },
{ id: '08', text: '其它' }
],
// 申请人身份
applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }],
// 理赔申请人身份
lpApplicantStatus: [{ id: '1', text: '本人' }, { id: '2', text: '配偶' }, { id: '3', text: '父母' }, { id: '4', text: '子女' }, { id: '5', text: '其他' }],
// 出险申请类型
applyType: [
{
id: '01',
text: '疾病残疾',
docus: [
{ id: 1, text: '理赔申请书' },
{ id: 2, text: '保险合同' },
{ id: 3, text: '被保险人身份证明' },
{ id: 4, text: '申请人身份证明,银行账户复印件' },
{ id: 5, text: '理赔授权委托书,受托人身份证明 (仅适用于代办)' },
{ id: 6, text: '诊断证明,门急诊病历,住院病历' },
{ id: 8, text: '病理及各项检查检验报告' },
{ id: 9, text: '伤残鉴定书' }
]
},
{
id: '02',
text: '意外残疾',
docus: [
{ id: 1, text: '理赔申请书' },
{ id: 2, text: '保险合同' },
{ id: 3, text: '被保险人身份证明' },
{ id: 4, text: '申请人身份证明,银行账户复印件' },
{ id: 5, text: '理赔授权委托书,受托人身份证明 (仅适用于代办)' },
{ id: 6, text: '诊断证明,门急诊病历,住院病历' },
{ id: 8, text: '病理及各项检查检验报告' },
{ id: 9, text: '伤残鉴定书' },
{ id: 10, text: '意外事故证明' }
]
},
{
id: '03',
text: '重大疾病',
docus: [
{ id: 1, text: '理赔申请书' },
{ id: 2, text: '保险合同' },
{ id: 3, text: '被保险人身份证明' },
{ id: 4, text: '申请人身份证明,银行账户复印件' },
{ id: 5, text: '理赔授权委托书,受托人身份证明 (仅适用于代办)' },
{ id: 6, text: '诊断证明,门急诊病历,住院病历' },
{ id: 8, text: '病理及各项检查检验报告' },
{ id: 10, text: '意外事故证明' }
]
},
{
id: '04',
text: '特定疾病',
docus: [
{ id: 1, text: '理赔申请书' },
{ id: 2, text: '保险合同' },
{ id: 3, text: '被保险人身份证明' },
{ id: 4, text: '申请人身份证明,银行账户复印件' },
{ id: 5, text: '理赔授权委托书,受托人身份证明 (仅适用于代办)' },
{ id: 6, text: '诊断证明,门急诊病历,住院病历' },
{ id: 8, text: '病理及各项检查检验报告' },
{ id: 10, text: '意外事故证明' }
]
},
{
id: '05',
text: '疾病医疗',
docus: [
{ 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: '06',
text: '意外医疗',
docus: [
{ 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: 10, text: '意外事故证明' }
]
},
{
id: '07',
text: '保费豁免',
docus: [
{ id: 1, text: '理赔申请书' },
{ id: 2, text: '保险合同' },
{ id: 3, text: '被保险人身份证明' },
{ id: 4, text: '申请人身份证明,银行账户复印件' },
{ id: 5, text: '理赔授权委托书,受托人身份证明 (仅适用于代办)' },
{ id: 6, text: '诊断证明,门急诊病历,住院病历' },
{ id: 8, text: '病理及各项检查检验报告' },
{ id: 9, text: '伤残鉴定书' },
{ id: 10, text: '意外事故证明' },
{ id: 11, text: '死亡证明书,户籍注销证明,遗体处理证明' }
]
}
],
// 理赔证件类型
lpIdType: [
{
id: '1',
text: '身份证'
},
{
id: '2',
text: '户口本'
},
{
id: '3',
text: '出生证'
},
{
id: '10',
text: '外国人永久居留身份证'
},
{
id: '4',
text: '外国人护照'
},
{
id: '5',
text: '港澳居民来往内地通行证'
},
{
id: '6',
text: '台湾居民来往大陆通行证'
},
{
id: '9',
text: '港澳台居民居住证'
},
{
id: '8',
text: '台湾身份证'
},
{
id: '7',
text: '其他'
}
],
needTodo: [
{
id: '01',
text: '办理理赔申请'
}
],
chargeList: [
{
id: 0,
text: '西药费'
},
{
id: 1,
text: '中成药费'
},
{
id: 2,
text: '中草药费'
},
{
id: 3,
text: '挂号费'
},
{
id: 4,
text: '诊查费'
},
{
id: 5,
text: '检查费'
},
{
id: 6,
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: '其他'
}
],
//是否购买其他公司保险"
cureList: [
{
id: 1,
text: '是'
},
{
id: 0,
text: '否'
}
],
//对象
targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }],
nbsRelation: [
{ name: '配偶', value: '00' },
{ name: '子女', value: '01' },
{ name: '本人父亲', value: '02' },
{ name: '本人母亲', value: '03' },
{ name: '配偶父亲', value: '04' },
{ name: '配偶母亲', value: '05' }
],
//顺位需求
necessaryDictionary: [
{ code: '01', value: '生活费用' },
{ code: '02', value: '父母孝养金' },
{ code: '03', value: '房贷房租费用' },
{ code: '04', value: '最后费用' },
{ code: '05', value: '教育费用' },
{ code: '06', value: '医疗费用' },
{ code: '07', value: '资产传承' },
{ code: '08', value: '其他费用' }
],
//险种类型字典
insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }],
// 活动量管理 - 人才库 - 状态
talentPoolStatus: [
{ id: 0, text: '暂不考虑' },
{ id: 1, text: '已加盟' },
{ id: 2, text: '确认加盟' },
{ id: 3, text: '三次以上接触' },
{ id: 4, text: '二次接触' },
{ id: 5, text: '首次接触 ' }
],
// 活动量管理 - 人才库 - 过往职业
talentPoolPastOccu: [
{ id: '001', text: '一般内勤职员' },
{ id: '002', text: '其他金融行业' },
{ id: '003', text: '家庭主妇' },
{ id: '004', text: '自由职业' },
{ id: '005', text: '离退休人员' },
{ id: '006', text: '个体经营者' },
{ id: '007', text: '销售' },
{ id: '008', text: '公务员' },
{ id: '011', text: '其他' }
],
// 利益演示单位
productRateUnit: [
{
code: 'years',
label: ''
},
{
code: 'currentAge',
label: '岁'
},
{
code: 'currentPremium',
label: '元'
},
{
code: 'totalPremium',
label: '元'
},
{
code: 'majorDiseaseInsurance',
label: '元'
},
{
code: 'majorDiseaseInsurance2',
label: '元'
},
{
code: 'mildillnessInsurance',
label: '元'
},
{
code: 'deathInsurance',
label: '元'
},
{
code: 'deathInsurance_L',
label: '元'
},
{
code: 'deathInsurance_M',
label: '元'
},
{
code: 'deathInsurance_H',
label: '元'
},
{
code: 'highDisabilityExemptionPremium',
label: '元'
},
{
code: 'deathExemptionPremium',
label: '元'
},
{
code: 'accidentalDeathInsurance',
label: '元'
},
{
code: 'accidentalDisabilityInsurance',
label: '元'
},
{
code: 'medicalInsuranceForAccidentalInjury',
label: '元'
},
{
code: 'incidentalInjuryHospitalizationAllowanceInsurance',
label: '元'
},
{
code: 'insurancePremiumForBedsInHospital',
label: '元'
},
{
code: 'inpatientSurgeryInsurance',
label: '元'
},
{
code: 'inpatientCancerRadiotherapyAndChemotherapyExpensesInsurance',
label: '元'
},
{
code: 'insuranceForOtherHospitalizationExpenses',
label: '元'
},
{
code: 'insuranceForSpecificCardiovascularAndCerebrovascularDiseases',
label: '元'
},
{
code: 'insuranceForCertainCardiovascularAndCerebrovascularMajorDiseases',
label: '元'
},
{
code: 'cashValue',
label: '元'
},
{
code: 'survival',
label: '元'
},
{
code: 'survival_T',
label: '元'
},
{
code: 'totalSurvival',
label: '元'
},
{
code: 'expireSurvival',
label: '元'
},
{
code: 'birthdayGold',
label: '元'
},
{
code: 'middleDiseaseInsurance',
label: '元'
},
{
code: 'appntADDCExemptionPremium',
label: '元'
},
{
code: 'majorMiddleMildDiseaseInsuranceExemptionPremium',
label: '元'
},
{
code: 'majorTMiddleMildDiseaseInsuranceExemptionPremium',
label: '元'
},
{
code: 'survival_L',
label: '元'
},
{
code: 'survival_M',
label: '元'
},
{
code: 'survival_H',
label: '元'
},
{
code: 'seneralMedicalInsurance',
label: '元'
},
{
code: 'malignantTumorMedicalInsurance',
label: '元'
},
{
code: 'malignantTumorInsurance',
label: '元'
},
{
code: 'specificMalignantTumorCareFor',
label: '元'
},
{
code: 'strokeSequelaInsurance',
label: '元'
},
{
code: 'highSchoolEducationFund',
label: '元'
},
{
code: 'universityEducationFund',
label: '元'
},
{
code: 'entrepreneurshipGold',
label: '元'
},
{
code: 'marriageGold',
label: '元'
},
{
code: 'theInitialCost',
label: '元'
},
{
code: 'continueToReward',
label: '元'
},
{
code: 'policyAccountValue_L',
label: '元'
},
{
code: 'policyAccountValue_M',
label: '元'
},
{
code: 'policyAccountValue_H',
label: '元'
},
{
code: 'enterPolicyAccountValue',
label: '元'
},
{
code: 'endowmentAnnuity_years',
label: '元'
},
{
code: 'endowmentAnnuity_month',
label: '元'
},
{
code: 'endowmentAnnuity_L',
label: '元'
},
{
code: 'endowmentAnnuity_M',
label: '元'
},
{
code: 'endowmentAnnuity_H',
label: '元'
},
{
code: 'pensionPaymentDate',
label: ''
},
{
code: 'theCumulativeEndowmentAnnuity_L',
label: '元'
},
{
code: 'theCumulativeEndowmentAnnuity_M',
label: '元'
},
{
code: 'theCumulativeEndowmentAnnuity_H',
label: '元'
},
{
code: 'cashValueFormula_L',
label: '元'
},
{
code: 'cashValueFormula_M',
label: '元'
},
{
code: 'cashValueFormula_H',
label: '元'
},
{
code: 'thePremium',
label: '元'
},
{
code: 'terminalIllnessBenefits',
label: '元'
},
{
code: 'years',
label: ''
},
{
code: 'transport_A',
label: '元'
},
{
code: 'transport_B',
label: '元'
},
{
code: 'transport_C',
label: '元'
},
{
code: 'transport_D',
label: '元'
},
{
code: 'transport_F',
label: '元'
},
{
code: 'totalSuvInterest_L',
label: '元'
},
{
code: 'totalSuvInterest_M',
label: '元'
},
{
code: 'totalSuvInterest_H',
label: '元'
},
{
code: 'remitPremRate',
label: ''
},
{
code: 'inpatientCare',
label: '元'
},
{
code: 'hospitalizationBenefit',
label: '元'
},
{
code: 'malignantTumor',
label: '元'
},
{
code: 'majorNaturalDisasters',
label: '元'
},
{
code: 'elevator',
label: '元'
},
{
code: 'legalHolidays',
label: '元'
}
]
}