mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
合并鼎诚919
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user