[FIX]【保全】新增犹豫期退保、退保文档阅读调整

This commit is contained in:
yuweiqi
2020-06-12 17:49:04 +08:00
parent f1dbe5c709
commit 480407d609
19 changed files with 1357 additions and 483 deletions

View File

@@ -24,6 +24,11 @@ const SurrenderInfo = () => import('@/views/ebiz/preserve/ct/SurrenderInfo')
const SurrenderConfirmation = () => import('@/views/ebiz/preserve/ct/SurrenderConfirmation')
const SurrenderTip = () => import('@/views/ebiz/preserve/ct/SurrenderTip')
const CtImageUpload = () => import('@/views/ebiz/preserve/ct/ImageUpload')
//犹豫期退保
const WSurrenderInfo = () => import('@/views/ebiz/preserve/wt/WSurrenderInfo')
const WSurrenderConfirmation = () => import('@/views/ebiz/preserve/wt/WSurrenderConfirmation')
const WSurrenderTip = () => import('@/views/ebiz/preserve/wt/WSurrenderTip')
const WtImageUpload = () => import('@/views/ebiz/preserve/wt/ImageUpload')
//保全进度查询及详情页面
const Progress = () => import('@/views/ebiz/preserve/Progress')
const Contact = () => import('@/views/ebiz/preserve/detail/Contact')
@@ -34,6 +39,15 @@ const CoolingOffperiodSurrender = () => import('@/views/ebiz/preserve/detail/Coo
const Surrender = () => import('@/views/ebiz/preserve/detail/Surrender')
export default [
{
path: '/preserve/Progress',
name: 'Progress',
component: Progress,
meta: {
title: '保全进度查询',
index: 14
}
},
{
path: '/preserve/common/search',
name: 'Search',
@@ -43,40 +57,41 @@ export default [
index: 1
}
},
{
path: '/preserve/common/handleResult',
name: 'HandleResult',
component: HandleResult,
meta: {
title: '操作结果',
index: 1
}
},
{
path: '/preserve/common/submitResult',
name: 'SubmitResult',
component: SubmitResult,
meta: {
title: '提交结果',
index: 1
}
},
{
path: '/preserve/common/policyList',
name: 'PolicyList',
component: PolicyList,
meta: {
title: '选择保单',
index: 2
}
},
{
path: '/preserve/bb/contactInfo',
name: 'contactInfo',
component: contactInfo,
meta: {
title: '联系方式变更',
index: 3
}
},
{
path: '/preserve/bb/contacAgreement',
name: 'contacAgreement',
component: contacAgreement,
meta: {
title: '联系方式变更协议',
index: 100
index: 1
}
},
// ---------------------续期账户变更------------------
{
path: '/preserve/pc/renewalInfo',
name: 'RenewalInfo',
component: RenewalInfo,
meta: {
title: '续期账号变更',
index: 4
index: 1
}
},
{
@@ -85,79 +100,7 @@ export default [
component: PcImageUpload,
meta: {
title: '续期账号图片上传',
index: 41
}
},
{
path: '/preserve/bc/beneficiaryInfo',
name: 'BeneficiaryInfo',
component: BeneficiaryInfo,
meta: {
title: '受益人变更',
index: 5
}
},
{
path: '/preserve/bc/beneficiaryInfoAdd',
name: 'BeneficiaryInfoAdd',
component: BeneficiaryInfoAdd,
meta: {
title: '指定受益人信息',
index: 105
}
},
{
path: '/preserve/bc/beneficiaryInfoDetail',
name: 'BeneficiaryInfoDetail',
component: BeneficiaryInfoDetail,
meta: {
title: '指定受益人信息',
index: 105
}
},
{
path: '/preserve/ct/surrenderInfo',
name: 'SurrenderInfo',
component: SurrenderInfo,
meta: {
title: '退保',
index: 6
}
},
{
path: '/preserve/bc/imageUpload',
name: 'BcImageUpload',
component: BcImageUpload,
meta: {
title: '上传影像资料',
index: 7
}
},
{
path: '/preserve/ct/imageUpload',
name: 'CtImageUpload',
component: CtImageUpload,
meta: {
title: '上传影像资料',
index: 7
}
},
{
path: '/preserve/common/handleResult',
name: 'HandleResult',
component: HandleResult,
meta: {
title: '操作结果',
index: 8
}
},
{
path: '/preserve/bc/beneficiaryConfirmation',
name: 'BeneficiaryConfirmation',
component: BeneficiaryConfirmation,
meta: {
title: '保全代办确认',
index: 9
index: 1
}
},
{
@@ -166,25 +109,7 @@ export default [
component: RenewalConfirmation,
meta: {
title: '保全代办确认',
index: 10
}
},
{
path: '/preserve/bb/contactConfirmation',
name: 'contactConfirmation',
component: contactConfirmation,
meta: {
title: '保全代办确认',
index: 11
}
},
{
path: '/preserve/ct/surrenderConfirmation',
name: 'SurrenderConfirmation',
component: SurrenderConfirmation,
meta: {
title: '保全代办确认',
index: 12
index: 1
}
},
{
@@ -196,40 +121,162 @@ export default [
index: 12
}
},
// ---------------------联系方式变更------------------
{
path: '/preserve/bb/contactInfo',
name: 'contactInfo',
component: contactInfo,
meta: {
title: '联系方式变更',
index: 1
}
},
{
path: '/preserve/bb/contacAgreement',
name: 'contacAgreement',
component: contacAgreement,
meta: {
title: '联系方式变更协议',
index: 1
}
},
{
path: '/preserve/bb/contactConfirmation',
name: 'contactConfirmation',
component: contactConfirmation,
meta: {
title: '保全代办确认',
index: 1
}
},
// ---------------------受益人变更------------------
{
path: '/preserve/bc/beneficiaryInfo',
name: 'BeneficiaryInfo',
component: BeneficiaryInfo,
meta: {
title: '受益人变更',
index: 1
}
},
{
path: '/preserve/bc/beneficiaryInfoDetail',
name: 'BeneficiaryInfoDetail',
component: BeneficiaryInfoDetail,
meta: {
title: '指定受益人信息',
index: 1
}
},
{
path: '/preserve/bc/imageUpload',
name: 'BcImageUpload',
component: BcImageUpload,
meta: {
title: '上传影像资料',
index: 1
}
},
{
path: '/preserve/bc/beneficiaryConfirmation',
name: 'BeneficiaryConfirmation',
component: BeneficiaryConfirmation,
meta: {
title: '保全代办确认',
index: 1
}
},
{
path: '/preserve/bc/beneficiaryInfoAdd',
name: 'BeneficiaryInfoAdd',
component: BeneficiaryInfoAdd,
meta: {
title: '指定受益人信息',
index: 1
}
},
// ---------------------退保------------------
{
path: '/preserve/ct/surrenderInfo',
name: 'SurrenderInfo',
component: SurrenderInfo,
meta: {
title: '退保',
index: 1
}
},
{
path: '/preserve/ct/imageUpload',
name: 'CtImageUpload',
component: CtImageUpload,
meta: {
title: '影像上传',
index: 1
}
},
{
path: '/preserve/ct/surrenderTip',
name: 'SurrenderTip',
component: SurrenderTip,
meta: {
title: '退保协议',
index: 12
index: 1
}
},
{
path: '/preserve/common/submitResult',
name: 'SubmitResult',
component: SubmitResult,
path: '/preserve/ct/surrenderConfirmation',
name: 'SurrenderConfirmation',
component: SurrenderConfirmation,
meta: {
title: '提交结果',
index: 13
title: '保全代办确认',
index: 1
}
},
// ---------------------犹豫期退保------------------
{
path: '/preserve/wt/wsurrenderInfo',
name: 'WSurrenderInfo',
component: WSurrenderInfo,
meta: {
title: '犹豫期退保',
index: 1
}
},
{
path: '/preserve/Progress',
name: 'Progress',
component: Progress,
path: '/preserve/wt/imageUpload',
name: 'CtImageUpload',
component: WtImageUpload,
meta: {
title: '保全进度查询',
index: 14
title: '影像上传',
index: 1
}
},
{
path: '/preserve/wt/wsurrenderTip',
name: 'WSurrenderTip',
component: WSurrenderTip,
meta: {
title: '犹豫期退保协议',
index: 1
}
},
{
path: '/preserve/wt/wsurrenderConfirmation',
name: 'WSurrenderConfirmation',
component: WSurrenderConfirmation,
meta: {
title: '保全代办确认',
index: 1
}
},
//-----------------------保全进度详情页面------------------
{
path: '/preserve/detail/Contact/:surrenderId',
name: 'Contact',
component: Contact,
meta: {
title: '联系方式变更',
index: 15
index: 1
}
},
{
@@ -238,7 +285,7 @@ export default [
component: Beneficiary,
meta: {
title: '受益人',
index: 16
index: 1
}
},
{
@@ -247,7 +294,7 @@ export default [
component: BeneficiaryInfoD,
meta: {
title: '指定受益人信息',
index: 17
index: 1
}
},
{
@@ -256,7 +303,7 @@ export default [
component: CoolingOffperiodSurrender,
meta: {
title: '犹豫期退保',
index: 18
index: 1
}
},
{
@@ -265,7 +312,7 @@ export default [
component: Surrender,
meta: {
title: '退保',
index: 19
index: 1
}
},
{
@@ -274,7 +321,7 @@ export default [
component: Renewal,
meta: {
title: '续期账号变更',
index: 20
index: 1
}
}
]