[NEW]【数据字典】增加卡单保单状态枚举值

This commit is contained in:
yuweiqi
2020-04-24 17:33:11 +08:00
parent 5e26178ff4
commit aa3cc0a395

View File

@@ -165,7 +165,7 @@ export default {
id: 6, id: 6,
text: '台湾居民来往大陆通行证' text: '台湾居民来往大陆通行证'
}, },
/* { /* {
id: 7, id: 7,
text: '其他', text: '其他',
disabled: true disabled: true
@@ -207,7 +207,7 @@ export default {
id: 6, id: 6,
text: '台湾居民来往大陆通行证' text: '台湾居民来往大陆通行证'
}, },
/* { /* {
id: 7, id: 7,
text: '其他', text: '其他',
disabled: true disabled: true
@@ -828,6 +828,14 @@ export default {
{ {
id: '55', id: '55',
text: '支付失败' text: '支付失败'
},
{
id: '56',
text: '卡单投被保人信息保存成功'
},
{
id: '57',
text: '卡单保存账户信息成功'
} }
], ],
// 产品编码 // 产品编码
@@ -1441,21 +1449,9 @@ export default {
{ id: 'EAM', text: '资深部经理' }, { id: 'EAM', text: '资深部经理' },
{ id: 'AD', text: '营业总监' } { id: 'AD', text: '营业总监' }
], ],
relationType: [ relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }],
{ id: '0', text: '配偶' }, guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }],
{ id: '1', text: '子女' }, classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }],
{ id: '2', text: '父母' }
],
guarantRelationType: [
{ id: '0', text: '亲属' },
{ id: '1', text: '朋友' },
{ id: '2', text: '同事' },
{ id: '3', text: '其他' }
],
classification: [
{ id: '0', text: '司内' },
{ id: '1', text: '司外' }
],
//入司国籍/地区 //入司国籍/地区
rsnativeplace: [ rsnativeplace: [
{ id: 'AGO', text: '安哥拉' }, { id: 'AGO', text: '安哥拉' },
@@ -1749,18 +1745,9 @@ export default {
{ id: '08', text: '其它' } { id: '08', text: '其它' }
], ],
// 申请人身份 // 申请人身份
applicantStatus: [ applicantStatus: [{ id: '01', text: '本人' }, { id: '02', text: '监护人' }],
{ id: '01', text: '本人' },
{ id: '02', text: '监护人' }
],
// 理赔申请人身份 // 理赔申请人身份
lpApplicantStatus: [ lpApplicantStatus: [{ id: '1', text: '本人' }, { id: '2', text: '配偶' }, { id: '3', text: '父母' }, { id: '4', text: '子女' }, { id: '5', text: '其他' }],
{ id: '1', text: '本人' },
{ id: '2', text: '配偶' },
{ id: '3', text: '父母' },
{ id: '4', text: '子女' },
{ id: '5', text: '其他' }
],
// 出险申请类型 // 出险申请类型
applyType: [ applyType: [
{ {
@@ -2009,10 +1996,7 @@ export default {
} }
], ],
//对象 //对象
targetDictionary: [ targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }],
{ value: '本人', code: '00' },
{ value: '配偶', code: '01' }
],
nbsRelation: [ nbsRelation: [
{ name: '配偶', value: '00' }, { name: '配偶', value: '00' },
{ name: '子女', value: '01' }, { name: '子女', value: '01' },
@@ -2033,11 +2017,7 @@ export default {
{ code: '08', value: '其他费用' } { code: '08', value: '其他费用' }
], ],
//险种类型字典 //险种类型字典
insuranceDictionary: [ insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }],
{ code: '01', value: '寿险' },
{ code: '02', value: '重疾' },
{ code: '03', value: '年金' }
],
// 活动量管理 - 人才库 - 状态 // 活动量管理 - 人才库 - 状态
talentPoolStatus: [ talentPoolStatus: [
{ id: 0, text: '暂不考虑' }, { id: 0, text: '暂不考虑' },