mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 02:56:43 +08:00
285 lines
7.4 KiB
JavaScript
285 lines
7.4 KiB
JavaScript
// 入司申请填写基本信息
|
|
const signContract = () => import('@/views/ebiz/agentEenter/SignContract')
|
|
const letterOfKnow = () => import('@/views/ebiz/agentEenter/LetterOfKnow')
|
|
const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice')
|
|
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment')
|
|
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
|
|
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
|
|
const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee')
|
|
// const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
|
|
const paction = () => import('@/views/ebiz/agentEenter/Paction')
|
|
const agentEenterResult = () => import('@/views/ebiz/agentEenter/Result')
|
|
const entryProcess = () => import('@/views/ebiz/agentEenter/EntryProcess')
|
|
const seeCause = () => import('@/views/ebiz/agentEenter/SeeCause')
|
|
const ShowPDF = () => import('@/views/ebiz/agentEenter/ShowPDF')
|
|
const agentEenterBasicInfor = () => import('@/views/ebiz/agentEenter/AgentEenterBasicInfor')
|
|
const agentEnterGuarantor = () => import('@/views/ebiz/agentEenter/AgentEnterGuarantor')
|
|
const agentEenterBasicFamily = () => import('@/views/ebiz/agentEenter/AgentEenterBasicFamily')
|
|
const agentEenterBasicImage = () => import('@/views/ebiz/agentEenter/AgentEenterBasicImage')
|
|
const agentEenterBasicHealth = () => import('@/views/ebiz/agentEenter/AgentEenterBasicHealth')
|
|
const agentEenterBasicSuccess = () => import('@/views/ebiz/agentEenter/AgentEenterBasicSuccess')
|
|
const ShareInfo = () => import('@/views/ebiz/agentEenter/share/ShareInfo')
|
|
const ShareInfoSuccess = () => import('@/views/ebiz/agentEenter/share/ShareInfoSuccess')
|
|
const ApproveList = () => import('@/views/ebiz/agentEenter/approve/ApproveList')
|
|
const BasicInfo = () => import('@/views/ebiz/agentEenter/approve/BasicInfo')
|
|
const ApproveInfo = () => import('@/views/ebiz/agentEenter/approve/ApproveInfo')
|
|
const SubmitSuccess = () => import('@/views/ebiz/agentEenter/approve/SubmitSuccess')
|
|
const recordList = () => import('@/views/ebiz/agentEenter/approve/RecordList')
|
|
const recordDetail = () => import('@/views/ebiz/agentEenter/approve/RecordDetail')
|
|
const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd')
|
|
|
|
export default [
|
|
{
|
|
path: '/agentEenter/entryProcess',
|
|
name: 'entryProcess',
|
|
component: entryProcess,
|
|
meta: {
|
|
title: '查看流程',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/signContract',
|
|
name: 'signContract',
|
|
component: signContract,
|
|
meta: {
|
|
title: '入司签署信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/healthNotice',
|
|
name: 'healthNotice',
|
|
component: healthNotice,
|
|
meta: {
|
|
title: '保险代理申请人健康声明',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/LetterOfCommitment',
|
|
name: 'letterOfCommitment',
|
|
component: letterOfCommitment,
|
|
meta: {
|
|
title: '承诺书',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/MessageLetterOfCommitment',
|
|
name: 'messageLetterOfCommitment',
|
|
component: messageLetterOfCommitment,
|
|
meta: {
|
|
title: '广西保险销售从业人员信息公开承诺书',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/IllegalLetterOfCommitment',
|
|
name: 'illegalLetterOfCommitment',
|
|
component: illegalLetterOfCommitment,
|
|
meta: {
|
|
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/Guarantee',
|
|
name: 'guarantee',
|
|
component: guarantee,
|
|
meta: {
|
|
title: '担保书',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/LetterOfKnow',
|
|
name: 'letterOfKnow',
|
|
component: letterOfKnow,
|
|
meta: {
|
|
title: '代理人基本福利保障知晓函',
|
|
index: 1
|
|
}
|
|
},
|
|
// {
|
|
// path: '/agentEenter/confirmation',
|
|
// name: 'confirmation',
|
|
// component: confirmation,
|
|
// meta: {
|
|
// title: '重要事项确认书',
|
|
// index: 1
|
|
// }
|
|
// },
|
|
{
|
|
path: '/agentEenter/paction',
|
|
name: 'paction',
|
|
component: paction,
|
|
meta: {
|
|
title: '个险销售人员代理合同',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterResult',
|
|
name: 'agentEenterResult',
|
|
component: agentEenterResult,
|
|
meta: {
|
|
title: '电子合同',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/seeCause',
|
|
name: 'seeCause',
|
|
component: seeCause,
|
|
meta: {
|
|
title: '未通过原因',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/ShowPDF',
|
|
name: 'ShowPDF',
|
|
component: ShowPDF,
|
|
meta: {
|
|
title: '个险销售人员代理合同',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterBasicInfor',
|
|
name: 'agentEenterBasicInfor',
|
|
component: agentEenterBasicInfor,
|
|
meta: {
|
|
title: '入司基本信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/AgentEnterGuarantor',
|
|
name: 'AgentEnterGuarantor',
|
|
component: agentEnterGuarantor,
|
|
meta: {
|
|
title: '入司基本信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterBasicFamily',
|
|
name: 'agentEenterBasicFamily',
|
|
component: agentEenterBasicFamily,
|
|
meta: {
|
|
title: '入司基本信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterBasicImage',
|
|
name: 'agentEenterBasicImage',
|
|
component: agentEenterBasicImage,
|
|
meta: {
|
|
title: '入司影像信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterBasicHealth',
|
|
name: 'agentEenterBasicHealth',
|
|
component: agentEenterBasicHealth,
|
|
meta: {
|
|
title: '入司健康告知',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/agentEenterBasicSuccess',
|
|
name: 'agentEenterBasicSuccess',
|
|
component: agentEenterBasicSuccess,
|
|
meta: {
|
|
title: '提交成功',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/ShareInfo',
|
|
name: 'ShareInfo',
|
|
component: ShareInfo,
|
|
meta: {
|
|
title: '入司申请',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/ShareInfoSuccess',
|
|
name: 'ShareInfoSuccess',
|
|
component: ShareInfoSuccess,
|
|
meta: {
|
|
title: '增员申请',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/ApproveList',
|
|
name: 'ApproveList',
|
|
component: ApproveList,
|
|
meta: {
|
|
title: '增员审批列表',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/BasicInfo/:baseId/:branchType/:approveName/:appntNode?',
|
|
name: 'BasicInfo',
|
|
component: BasicInfo,
|
|
meta: {
|
|
title: '增员审批',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/ApproveInfo/:baseId/:branchType/:approveName/:appntNode?',
|
|
name: 'ApproveInfo',
|
|
component: ApproveInfo,
|
|
meta: {
|
|
title: '增员审批',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/SubmitSuccess',
|
|
name: 'SubmitSuccess',
|
|
component: SubmitSuccess,
|
|
meta: {
|
|
title: '提交成功',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/recordList',
|
|
name: 'recordList',
|
|
component: recordList,
|
|
meta: {
|
|
title: '审批记录',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/approve/recordDetail/:baseId',
|
|
name: 'recordDetail',
|
|
component: recordDetail,
|
|
meta: {
|
|
title: '审批详细信息',
|
|
index: 1
|
|
}
|
|
},
|
|
{
|
|
path: '/agentEenter/ResultEnd',
|
|
name: 'ResultEnd',
|
|
component: ResultEnd,
|
|
meta: {
|
|
title: '入司成功',
|
|
index: 1
|
|
}
|
|
}
|
|
]
|