Merge branch 'hotfix/0804前端页面增加国籍' into release/0803

This commit is contained in:
mengxiaolong
2020-08-04 17:00:06 +08:00

View File

@@ -141,7 +141,7 @@ export default {
{ {
id: 35, id: 35,
text: '哈萨克斯坦' text: '哈萨克斯坦'
}, }
], ],
//证件类型 //证件类型
idType: [ idType: [
@@ -1464,9 +1464,18 @@ export default {
{ id: 'EAM', text: '资深部经理' }, { id: 'EAM', text: '资深部经理' },
{ id: 'AD', text: '营业总监' } { id: 'AD', text: '营业总监' }
], ],
relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }], relationType: [
{ id: '0', text: '配偶' },
{ id: '1', text: '子女' },
{ id: '2', text: '父母' }
],
// relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', 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: '其他' }], guarantRelationType: [
{ id: '0', text: '亲属' },
{ id: '1', text: '朋友' },
{ id: '2', text: '同事' },
{ id: '3', text: '其他' }
],
classification: [{ id: '1', text: '司外' }], classification: [{ id: '1', text: '司外' }],
//入司国籍/地区 //入司国籍/地区
rsnativeplace: [ rsnativeplace: [
@@ -1761,9 +1770,18 @@ export default {
{ id: '08', text: '其它' } { id: '08', text: '其它' }
], ],
// 申请人身份 // 申请人身份
applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }], applicantStatus: [
{ id: '01', text: '本人' },
{ id: '02', text: '监护人' }
],
// 理赔申请人身份 // 理赔申请人身份
lpApplicantStatus: [{ id: '1', text: '本人' }, { id: '2', text: '配偶' }, { id: '3', text: '父母' }, { id: '4', text: '子女' }, { id: '5', text: '其他' }], lpApplicantStatus: [
{ id: '1', text: '本人' },
{ id: '2', text: '配偶' },
{ id: '3', text: '父母' },
{ id: '4', text: '子女' },
{ id: '5', text: '其他' }
],
// 出险申请类型 // 出险申请类型
applyType: [ applyType: [
{ {
@@ -2012,7 +2030,10 @@ export default {
} }
], ],
//对象 //对象
targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }], targetDictionary: [
{ value: '本人', code: '00' },
{ value: '配偶', code: '01' }
],
nbsRelation: [ nbsRelation: [
{ name: '配偶', value: '00' }, { name: '配偶', value: '00' },
{ name: '子女', value: '01' }, { name: '子女', value: '01' },
@@ -2033,7 +2054,11 @@ export default {
{ code: '08', value: '其他费用' } { code: '08', value: '其他费用' }
], ],
//险种类型字典 //险种类型字典
insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }], insuranceDictionary: [
{ code: '01', value: '寿险' },
{ code: '02', value: '重疾' },
{ code: '03', value: '年金' }
],
// 活动量管理 - 人才库 - 状态 // 活动量管理 - 人才库 - 状态
talentPoolStatus: [ talentPoolStatus: [
{ id: 0, text: '暂不考虑' }, { id: 0, text: '暂不考虑' },