修改保费试算payEndYear

This commit is contained in:
皮伟
2019-12-05 16:37:20 +08:00
parent d420e3afb7
commit 5a65c3bad9
3 changed files with 50 additions and 53 deletions

View File

@@ -1,8 +1,7 @@
// 数据字典
export default {
//国家地区
nativeplace: [
{
nativeplace: [{
id: 1,
text: '中国大陆'
},
@@ -140,8 +139,7 @@ export default {
}
],
//证件类型
idType: [
{
idType: [{
id: 1,
text: '居民身份证'
},
@@ -180,8 +178,7 @@ export default {
}
],
//投保人证件类型
insuredIdType: [
{
insuredIdType: [{
id: 1,
text: '居民身份证'
},
@@ -221,8 +218,7 @@ export default {
],
//投保人/被保人关系
relationToAppnt: [
{
relationToAppnt: [{
id: 1,
text: '本人'
},
@@ -244,8 +240,7 @@ export default {
}
],
//婚姻状况
marriage: [
{
marriage: [{
id: 1,
text: '已婚'
},
@@ -263,8 +258,7 @@ export default {
}
],
//文化程度
degree: [
{
degree: [{
id: 1,
text: '博士及以上'
},
@@ -302,8 +296,7 @@ export default {
}
],
//居民身份 仅支持中国
taxIdentity: [
{
taxIdentity: [{
id: 1,
text: '仅为中国税收居民'
},
@@ -317,8 +310,7 @@ export default {
}
],
//交费期限
payEndYear: [
{
payEndYear: [{
id: 1,
text: '1年交'
},
@@ -368,8 +360,7 @@ export default {
}
],
//交费方式
payIntv: [
{
payIntv: [{
id: 1,
text: '月交',
disabled: true
@@ -394,8 +385,7 @@ export default {
}
],
// 保险期间 data-dictionary
insureYear: [
{
insureYear: [{
id: 1,
text: '1年'
},
@@ -453,8 +443,7 @@ export default {
}
],
//客户类型
customerType: [
{
customerType: [{
id: 0,
text: '准客户'
},
@@ -464,8 +453,7 @@ export default {
}
],
//客户来源
customerSource: [
{
customerSource: [{
id: 0,
text: '转介绍'
},
@@ -479,8 +467,7 @@ export default {
}
],
//在职情况
workCondition: [
{
workCondition: [{
id: 1,
text: '在职'
},
@@ -493,8 +480,7 @@ export default {
text: '其他'
}
],
policyState: [
{
policyState: [{
id: '01',
text: '待客户确认'
},
@@ -680,8 +666,7 @@ export default {
}
],
// 产品编码
riskType: [
{
riskType: [{
shortName: '重疾险',
name: '国富人寿八桂无忧重大疾病保险B款',
code: 'GFRS_M0001'
@@ -730,11 +715,15 @@ export default {
shortName: '重疾险',
name: '国富人寿八桂无忧重大疾病保险',
code: 'GFRS_M0010'
},
{
shortName: '年金险',
name: '国富人寿国富鑫享年金保险',
code: 'GFRS_M0011'
}
],
// 收入来源
salarySource: [
{
salarySource: [{
id: 1,
text: '工薪'
},
@@ -751,8 +740,7 @@ export default {
text: '其它'
}
],
sex: [
{
sex: [{
text: '男',
id: '0'
},
@@ -762,8 +750,7 @@ export default {
}
],
//受益人类型
bnfType: [
{
bnfType: [{
id: '0',
text: '法定受益人'
},
@@ -773,8 +760,7 @@ export default {
}
],
//订单状态
orderStatus: [
{
orderStatus: [{
id: '0',
text: '未签收'
},
@@ -784,8 +770,7 @@ export default {
}
],
// 民族
nationType: [
{
nationType: [{
id: '01',
text: '汉族'
},
@@ -1023,8 +1008,7 @@ export default {
}
],
//政治面貌
politicsStatus: [
{
politicsStatus: [{
id: '01',
text: '中共党员'
},
@@ -1069,8 +1053,7 @@ export default {
text: '无党派人士'
}
],
rsIdType: [
{
rsIdType: [{
id: 1,
text: '居民身份证'
},
@@ -1098,4 +1081,4 @@ export default {
],
// 健康状况
healthCondition: []
}
}