[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,
text: '台湾居民来往大陆通行证'
},
/* {
/* {
id: 7,
text: '其他',
disabled: true
@@ -207,7 +207,7 @@ export default {
id: 6,
text: '台湾居民来往大陆通行证'
},
/* {
/* {
id: 7,
text: '其他',
disabled: true
@@ -828,6 +828,14 @@ export default {
{
id: '55',
text: '支付失败'
},
{
id: '56',
text: '卡单投被保人信息保存成功'
},
{
id: '57',
text: '卡单保存账户信息成功'
}
],
// 产品编码
@@ -1441,21 +1449,9 @@ export default {
{ id: 'EAM', text: '资深部经理' },
{ id: 'AD', text: '营业总监' }
],
relationType: [
{ 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: '司外' }
],
relationType: [{ 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: [
{ id: 'AGO', text: '安哥拉' },
@@ -1749,18 +1745,9 @@ export default {
{ 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: [
{
@@ -2009,10 +1996,7 @@ export default {
}
],
//对象
targetDictionary: [
{ value: '本人', code: '00' },
{ value: '配偶', code: '01' }
],
targetDictionary: [{ value: '本人', code: '00' }, { value: '配偶', code: '01' }],
nbsRelation: [
{ name: '配偶', value: '00' },
{ name: '子女', value: '01' },
@@ -2033,11 +2017,7 @@ export default {
{ code: '08', value: '其他费用' }
],
//险种类型字典
insuranceDictionary: [
{ code: '01', value: '寿险' },
{ code: '02', value: '重疾' },
{ code: '03', value: '年金' }
],
insuranceDictionary: [{ code: '01', value: '寿险' }, { code: '02', value: '重疾' }, { code: '03', value: '年金' }],
// 活动量管理 - 人才库 - 状态
talentPoolStatus: [
{ id: 0, text: '暂不考虑' },