mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 23:42:52 +08:00
修改数据字典
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// 数据字典
|
||||
export default {
|
||||
//国家地区
|
||||
nativeplace: [{
|
||||
nativeplace: [
|
||||
{
|
||||
id: 1,
|
||||
text: '中国大陆'
|
||||
},
|
||||
@@ -139,7 +140,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//证件类型
|
||||
idType: [{
|
||||
idType: [
|
||||
{
|
||||
id: 1,
|
||||
text: '居民身份证'
|
||||
},
|
||||
@@ -178,7 +180,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//投保人证件类型
|
||||
insuredIdType: [{
|
||||
insuredIdType: [
|
||||
{
|
||||
id: 1,
|
||||
text: '居民身份证'
|
||||
},
|
||||
@@ -218,7 +221,8 @@ export default {
|
||||
],
|
||||
|
||||
//投保人/被保人关系
|
||||
relationToAppnt: [{
|
||||
relationToAppnt: [
|
||||
{
|
||||
id: 1,
|
||||
text: '本人'
|
||||
},
|
||||
@@ -240,7 +244,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//婚姻状况
|
||||
marriage: [{
|
||||
marriage: [
|
||||
{
|
||||
id: 1,
|
||||
text: '已婚'
|
||||
},
|
||||
@@ -258,7 +263,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//文化程度
|
||||
degree: [{
|
||||
degree: [
|
||||
{
|
||||
id: 1,
|
||||
text: '博士及以上'
|
||||
},
|
||||
@@ -296,7 +302,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//居民身份 仅支持中国
|
||||
taxIdentity: [{
|
||||
taxIdentity: [
|
||||
{
|
||||
id: 1,
|
||||
text: '仅为中国税收居民'
|
||||
},
|
||||
@@ -310,7 +317,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//交费期限
|
||||
payEndYear: [{
|
||||
payEndYear: [
|
||||
{
|
||||
id: 1,
|
||||
text: '1年交'
|
||||
},
|
||||
@@ -360,7 +368,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//交费方式
|
||||
payIntv: [{
|
||||
payIntv: [
|
||||
{
|
||||
id: 1,
|
||||
text: '月交',
|
||||
disabled: true
|
||||
@@ -385,7 +394,8 @@ export default {
|
||||
}
|
||||
],
|
||||
// 保险期间 data-dictionary
|
||||
insureYear: [{
|
||||
insureYear: [
|
||||
{
|
||||
id: 1,
|
||||
text: '1年'
|
||||
},
|
||||
@@ -443,7 +453,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//客户类型
|
||||
customerType: [{
|
||||
customerType: [
|
||||
{
|
||||
id: 0,
|
||||
text: '准客户'
|
||||
},
|
||||
@@ -453,7 +464,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//客户来源
|
||||
customerSource: [{
|
||||
customerSource: [
|
||||
{
|
||||
id: 0,
|
||||
text: '转介绍'
|
||||
},
|
||||
@@ -467,7 +479,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//在职情况
|
||||
workCondition: [{
|
||||
workCondition: [
|
||||
{
|
||||
id: 1,
|
||||
text: '在职'
|
||||
},
|
||||
@@ -480,7 +493,8 @@ export default {
|
||||
text: '其他'
|
||||
}
|
||||
],
|
||||
policyState: [{
|
||||
policyState: [
|
||||
{
|
||||
id: '01',
|
||||
text: '待客户确认'
|
||||
},
|
||||
@@ -542,7 +556,7 @@ export default {
|
||||
},
|
||||
{
|
||||
id: '16',
|
||||
text: '待手动承保'
|
||||
text: '承保中'
|
||||
},
|
||||
{
|
||||
id: '17',
|
||||
@@ -695,9 +709,11 @@ export default {
|
||||
{
|
||||
id: '54',
|
||||
text: '延期'
|
||||
}],
|
||||
}
|
||||
],
|
||||
// 产品编码
|
||||
riskType: [{
|
||||
riskType: [
|
||||
{
|
||||
shortName: '重疾险',
|
||||
name: '国富人寿八桂无忧重大疾病保险(B款)',
|
||||
code: 'GFRS_M0001'
|
||||
@@ -754,7 +770,8 @@ export default {
|
||||
}
|
||||
],
|
||||
// 收入来源
|
||||
salarySource: [{
|
||||
salarySource: [
|
||||
{
|
||||
id: 1,
|
||||
text: '工薪'
|
||||
},
|
||||
@@ -771,7 +788,8 @@ export default {
|
||||
text: '其它'
|
||||
}
|
||||
],
|
||||
sex: [{
|
||||
sex: [
|
||||
{
|
||||
text: '男',
|
||||
id: '0'
|
||||
},
|
||||
@@ -781,7 +799,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//受益人类型
|
||||
bnfType: [{
|
||||
bnfType: [
|
||||
{
|
||||
id: '0',
|
||||
text: '法定受益人'
|
||||
},
|
||||
@@ -791,7 +810,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//订单状态
|
||||
orderStatus: [{
|
||||
orderStatus: [
|
||||
{
|
||||
id: '0',
|
||||
text: '未签收'
|
||||
},
|
||||
@@ -801,7 +821,8 @@ export default {
|
||||
}
|
||||
],
|
||||
// 民族
|
||||
nationType: [{
|
||||
nationType: [
|
||||
{
|
||||
id: '01',
|
||||
text: '汉族'
|
||||
},
|
||||
@@ -1039,7 +1060,8 @@ export default {
|
||||
}
|
||||
],
|
||||
//政治面貌
|
||||
politicsStatus: [{
|
||||
politicsStatus: [
|
||||
{
|
||||
id: '01',
|
||||
text: '中共党员'
|
||||
},
|
||||
@@ -1084,7 +1106,8 @@ export default {
|
||||
text: '无党派人士'
|
||||
}
|
||||
],
|
||||
rsIdType: [{
|
||||
rsIdType: [
|
||||
{
|
||||
id: 1,
|
||||
text: '居民身份证'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user