合并鼎诚919

This commit is contained in:
邓晓坤
2019-09-19 18:04:30 +08:00
parent 1c4edae07f
commit d5ca72a7fc
73 changed files with 3805 additions and 2281 deletions

View File

@@ -84,7 +84,7 @@ export default {
{ id: 9, text: '小学以下' }
],
//居民身份 仅支持中国
taxIdentity: [{ id: 1, text: '仅为中国' }, { id: 2, text: '仅为外国', disabled: true }, { id: 3, text: '都是', disabled: true }],
taxIdentity: [{ id: 1, text: '仅为中国' }],
//交费期限
payEndYear: [
{
@@ -293,7 +293,7 @@ export default {
},
{
id: '08',
text: '订单成交'
text: '保单承保'
},
{
id: '09',
@@ -393,11 +393,11 @@ export default {
},
{
id: '33',
text: '待人核导核心'
text: '核心人工核保中'
},
{
id: '34',
text: '人核导核心成功'
text: '核心人工核保中'
},
{
id: '35',
@@ -425,11 +425,11 @@ export default {
},
{
id: '41',
text: '转批扣'
text: '转线下批扣'
},
{
id: '42',
text: '转批扣成功'
text: '转线下批扣中'
},
{
id: '43',
@@ -439,5 +439,22 @@ export default {
id: '44',
text: '计划书转投保'
}
],
riskType: [
{
shortName: '鼎诚终身重疾',
name: '鼎诚鼎康保终身重大疾病保险',
code: 'DCRS_M0001'
},
{
shortName: '鼎诚定期重疾A',
name: '鼎诚鼎康保定期重大疾病保险A款',
code: 'DCRS_M0002'
},
{
shortName: '鼎诚定期重疾B',
name: '鼎诚鼎康保定期重大疾病保险B款',
code: 'DCRS_M0003'
}
]
}