|
|
@ -5,245 +5,245 @@ const meta = {}; |
|
|
|
const pre = 'counter-'; |
|
|
|
const pre = 'counter-'; |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
export default { |
|
|
|
path: '/counter', |
|
|
|
path: '/counter', |
|
|
|
name: 'counter', |
|
|
|
name: 'counter', |
|
|
|
redirect: { |
|
|
|
redirect: { |
|
|
|
name: `${pre}list` |
|
|
|
name: `${pre}list` |
|
|
|
}, |
|
|
|
}, |
|
|
|
meta, |
|
|
|
meta, |
|
|
|
component: BasicLayout, |
|
|
|
component: BasicLayout, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: `${pre}list`, |
|
|
|
|
|
|
|
path: `list`, |
|
|
|
|
|
|
|
component: () => import('@/pages/counter/list'), |
|
|
|
|
|
|
|
meta: { title: '综合柜台' }, |
|
|
|
|
|
|
|
children: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}list`, |
|
|
|
name: `${pre}manager`, |
|
|
|
path: `list`, |
|
|
|
path: `manage`, |
|
|
|
component: () => import('@/pages/counter/list'), |
|
|
|
component: () => import('@/pages/manage/index'), |
|
|
|
meta: { title: '综合柜台' }, |
|
|
|
meta: { title: '系统管理' }, |
|
|
|
children:[ |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
// 客户信息
|
|
|
|
name: `${pre}manager`, |
|
|
|
{ |
|
|
|
path: `manage`, |
|
|
|
name: `${pre}consumerClient`, |
|
|
|
component: () => import('@/pages/manage/index'), |
|
|
|
path: `consumerClient`, |
|
|
|
meta: { title: '系统管理' }, |
|
|
|
component: () => import('@/pages/manage/list/client/consumerClient.vue'), |
|
|
|
children:[ |
|
|
|
meta: { title: '个人客户信息建立' }, |
|
|
|
// 客户信息
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}consumerClient`, |
|
|
|
name: `${pre}corporateClient`, |
|
|
|
path: `consumerClient`, |
|
|
|
path: `corporateClient`, |
|
|
|
component: () => import('@/pages/manage/list/client/consumerClient.vue'), |
|
|
|
component: () => import('@/pages/manage/list/client/corporateClient.vue'), |
|
|
|
meta: { title: '个人客户信息建立' }, |
|
|
|
meta: { title: '公司客户信息建立' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
// 个人业务
|
|
|
|
name: `${pre}corporateClient`, |
|
|
|
{ |
|
|
|
path: `corporateClient`, |
|
|
|
name: `${pre}currentAccount`, |
|
|
|
component: () => import('@/pages/manage/list/client/corporateClient.vue'), |
|
|
|
path: `currentAccount`, |
|
|
|
meta: { title: '公司客户信息建立' }, |
|
|
|
component: () => import('@/pages/manage/list/personal/currentAccount/index.vue'), |
|
|
|
}, |
|
|
|
meta: { title: '活期业务' }, |
|
|
|
// 个人业务
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}currentAccount`, |
|
|
|
name: `${pre}timeDeposit`, |
|
|
|
path: `currentAccount`, |
|
|
|
path: `timeDeposit`, |
|
|
|
component: () => import('@/pages/manage/list/personal/currentAccount/index.vue'), |
|
|
|
component: () => import('@/pages/manage/list/personal/timeDeposit/timeDeposit.vue'), |
|
|
|
meta: { title: '活期业务' }, |
|
|
|
meta: { title: '整存整取' } |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}timeDeposit`, |
|
|
|
name: `${pre}usefulPhrases`, |
|
|
|
path: `timeDeposit`, |
|
|
|
path: `usefulPhrases`, |
|
|
|
component: () => import('@/pages/manage/list/personal/timeDeposit/timeDeposit.vue'), |
|
|
|
component: () => import('@/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue'), |
|
|
|
meta: { title: '整存整取' } |
|
|
|
meta: { title: '零存整取' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}usefulPhrases`, |
|
|
|
name: `${pre}callDeposits`, |
|
|
|
path: `usefulPhrases`, |
|
|
|
path: `callDeposits`, |
|
|
|
component: () => import('@/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue'), |
|
|
|
component: () => import('@/pages/manage/list/personal/callDeposits/callDeposits.vue'), |
|
|
|
meta: { title: '零存整取' }, |
|
|
|
meta: { title: '通知存款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}callDeposits`, |
|
|
|
name: `${pre}accountService`, |
|
|
|
path: `callDeposits`, |
|
|
|
path: `accountService`, |
|
|
|
component: () => import('@/pages/manage/list/personal/callDeposits/callDeposits.vue'), |
|
|
|
component: () => import('@/pages/manage/list/personal/accountService/accountService.vue'), |
|
|
|
meta: { title: '通知存款' }, |
|
|
|
meta: { title: '账户服务' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
// 公司业务
|
|
|
|
name: `${pre}accountService`, |
|
|
|
{ |
|
|
|
path: `accountService`, |
|
|
|
name: `${pre}accountService`, |
|
|
|
component: () => import('@/pages/manage/list/personal/accountService/accountService.vue'), |
|
|
|
path: `business-openAccount`, |
|
|
|
meta: { title: '账户服务' }, |
|
|
|
component: () => import('@/pages/manage/list/business/openAccount.vue'), |
|
|
|
}, |
|
|
|
meta: { title: '公司业务开户' }, |
|
|
|
// 公司业务
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}accountService`, |
|
|
|
name: `${pre}accountService`, |
|
|
|
path: `business-openAccount`, |
|
|
|
path: `business-deposit`, |
|
|
|
component: () => import('@/pages/manage/list/business/openAccount.vue'), |
|
|
|
component: () => import('@/pages/manage/list/business/deposit.vue'), |
|
|
|
meta: { title: '公司业务开户' }, |
|
|
|
meta: { title: '公司业务存款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}accountService`, |
|
|
|
name: `${pre}accountService`, |
|
|
|
path: `business-deposit`, |
|
|
|
path: `business-withdrawal`, |
|
|
|
component: () => import('@/pages/manage/list/business/deposit.vue'), |
|
|
|
component: () => import('@/pages/manage/list/business/withdrawal.vue'), |
|
|
|
meta: { title: '公司业务存款' }, |
|
|
|
meta: { title: '公司业务取款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}accountService`, |
|
|
|
name: `${pre}accountService`, |
|
|
|
path: `business-withdrawal`, |
|
|
|
path: `business-transfer`, |
|
|
|
component: () => import('@/pages/manage/list/business/withdrawal.vue'), |
|
|
|
component: () => import('@/pages/manage/list/business/transfer.vue'), |
|
|
|
meta: { title: '公司业务取款' }, |
|
|
|
meta: { title: '公司业务转账' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
|
|
name: `${pre}accountService`, |
|
|
|
|
|
|
|
path: `business-transfer`, |
|
|
|
|
|
|
|
component: () => import('@/pages/manage/list/business/transfer.vue'), |
|
|
|
|
|
|
|
meta: { title: '公司业务转账' }, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 账户服务
|
|
|
|
// 账户服务
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}servicesPasswordChange`, |
|
|
|
name: `${pre}servicesPasswordChange`, |
|
|
|
path: `servicesAccount-passwordChange`, |
|
|
|
path: `servicesAccount-passwordChange`, |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/passwordChange.vue'), |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/passwordChange.vue'), |
|
|
|
meta: { title: '密码修改' }, |
|
|
|
meta: { title: '密码修改' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}servicesPasswordLost`, |
|
|
|
name: `${pre}servicesPasswordLost`, |
|
|
|
path: `servicesAccount-passwordLost`, |
|
|
|
path: `servicesAccount-passwordLost`, |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/passwordLost.vue'), |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/passwordLost.vue'), |
|
|
|
meta: { title: '密码挂失' }, |
|
|
|
meta: { title: '密码挂失' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}servicesRelieveLost`, |
|
|
|
name: `${pre}servicesRelieveLost`, |
|
|
|
path: `servicesAccount-relieveLost`, |
|
|
|
path: `servicesAccount-relieveLost`, |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/relieveLost.vue'), |
|
|
|
component: () => import('@/pages/manage/list/servicesAccount/relieveLost.vue'), |
|
|
|
meta: { title: '挂失解挂' }, |
|
|
|
meta: { title: '挂失解挂' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 同城交互
|
|
|
|
// 同城交互
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}cityWideOut`, |
|
|
|
name: `${pre}cityWideOut`, |
|
|
|
path: `cityWide-out`, |
|
|
|
path: `cityWide-out`, |
|
|
|
component: () => import('@/pages/manage/list/cityWide/cityWideOut.vue'), |
|
|
|
component: () => import('@/pages/manage/list/cityWide/cityWideOut.vue'), |
|
|
|
meta: { title: '同城提出' }, |
|
|
|
meta: { title: '同城提出' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}cityWideIn`, |
|
|
|
name: `${pre}cityWideIn`, |
|
|
|
path: `cityWide-in`, |
|
|
|
path: `cityWide-in`, |
|
|
|
component: () => import('@/pages/manage/list/cityWide/cityWideIn.vue'), |
|
|
|
component: () => import('@/pages/manage/list/cityWide/cityWideIn.vue'), |
|
|
|
meta: { title: '同城提入' }, |
|
|
|
meta: { title: '同城提入' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 银行承兑汇票
|
|
|
|
// 银行承兑汇票
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}acceptanceDraftInvoice`, |
|
|
|
name: `${pre}acceptanceDraftInvoice`, |
|
|
|
path: `acceptanceDraft-invoice`, |
|
|
|
path: `acceptanceDraft-invoice`, |
|
|
|
component: () => import('@/pages/manage/list/acceptanceDraft/invoice.vue'), |
|
|
|
component: () => import('@/pages/manage/list/acceptanceDraft/invoice.vue'), |
|
|
|
meta: { title: '商业承兑汇票开票' }, |
|
|
|
meta: { title: '商业承兑汇票开票' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 重空现金
|
|
|
|
// 重空现金
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}importantCash`, |
|
|
|
name: `${pre}importantCash`, |
|
|
|
path: `importantCash-cashRecipients`, |
|
|
|
path: `importantCash-cashRecipients`, |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash/index.vue'), |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash/index.vue'), |
|
|
|
meta: { title: '重空现金管理' }, |
|
|
|
meta: { title: '重空现金管理' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}importantCash2`, |
|
|
|
name: `${pre}importantCash2`, |
|
|
|
path: `importantCash-cashRecipients2`, |
|
|
|
path: `importantCash-cashRecipients2`, |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash2/index.vue'), |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash2/index.vue'), |
|
|
|
meta: { title: '重空现金凭证管理' }, |
|
|
|
meta: { title: '重空现金凭证管理' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}importantCash3`, |
|
|
|
name: `${pre}importantCash3`, |
|
|
|
path: `importantCash-cashRecipients3`, |
|
|
|
path: `importantCash-cashRecipients3`, |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash3/index.vue'), |
|
|
|
component: () => import('@/pages/manage/list/ImportantCash/controlCash3/index.vue'), |
|
|
|
meta: { title: '重空现金支票管理' }, |
|
|
|
meta: { title: '重空现金支票管理' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 日终管理
|
|
|
|
// 日终管理
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
path: `dayEnd-tellerCash`, |
|
|
|
path: `dayEnd-tellerCash`, |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/tellerCash.vue'), |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/tellerCash.vue'), |
|
|
|
meta: { title: '日终管理柜员现金扎帐' }, |
|
|
|
meta: { title: '日终管理柜员现金扎帐' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
path: `dayEnd-tellerCertificate`, |
|
|
|
path: `dayEnd-tellerCertificate`, |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/tellerCertificate.vue'), |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/tellerCertificate.vue'), |
|
|
|
meta: { title: '日终管理柜员凭证扎帐' }, |
|
|
|
meta: { title: '日终管理柜员凭证扎帐' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
name: `${pre}dayEnd`, |
|
|
|
path: `dayEnd-branchDayEnd`, |
|
|
|
path: `dayEnd-branchDayEnd`, |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/branchDayEnd.vue'), |
|
|
|
component: () => import('@/pages/manage/list/dayEnd/branchDayEnd.vue'), |
|
|
|
meta: { title: '日终管理网点日终扎帐' }, |
|
|
|
meta: { title: '日终管理网点日终扎帐' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 代理业务
|
|
|
|
// 代理业务
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}agent`, |
|
|
|
name: `${pre}agent`, |
|
|
|
path: `agent`, |
|
|
|
path: `agent`, |
|
|
|
component: () => import('@/pages/manage/list/agent/agent.vue'), |
|
|
|
component: () => import('@/pages/manage/list/agent/agent.vue'), |
|
|
|
meta: { title: '代理业务' }, |
|
|
|
meta: { title: '代理业务' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 网上银行
|
|
|
|
// 网上银行
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}onlineBank`, |
|
|
|
name: `${pre}onlineBank`, |
|
|
|
path: `onlineBank`, |
|
|
|
path: `onlineBank`, |
|
|
|
component: () => import('@/pages/manage/list/onlineBank/openAccount.vue'), |
|
|
|
component: () => import('@/pages/manage/list/onlineBank/openAccount.vue'), |
|
|
|
meta: { title: '网上银行' }, |
|
|
|
meta: { title: '网上银行' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 外汇业务
|
|
|
|
// 外汇业务
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}foreignExchange`, |
|
|
|
name: `${pre}foreignExchange`, |
|
|
|
path: `foreignExchange`, |
|
|
|
path: `foreignExchange`, |
|
|
|
component: () => import('@/pages/manage/list/foreignExchange/foreignExchange.vue'), |
|
|
|
component: () => import('@/pages/manage/list/foreignExchange/foreignExchange.vue'), |
|
|
|
meta: { title: '外汇业务' }, |
|
|
|
meta: { title: '外汇业务' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 个人贷款列表
|
|
|
|
// 个人贷款列表
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}personalLoans`, |
|
|
|
name: `${pre}personalLoans`, |
|
|
|
path: `personalLoans`, |
|
|
|
path: `personalLoans`, |
|
|
|
component: () => import('@/pages/manage/list/personalLoans'), |
|
|
|
component: () => import('@/pages/manage/list/personalLoans'), |
|
|
|
meta: { title: '个人贷款' }, |
|
|
|
meta: { title: '个人贷款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 个人贷款详情
|
|
|
|
// 个人贷款详情
|
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `personalLoans-detail`, |
|
|
|
path: `personalLoans-detail`, |
|
|
|
component: () => import('@/pages/manage/list/personalLoans/detail'), |
|
|
|
component: () => import('@/pages/manage/list/personalLoans/detail'), |
|
|
|
meta: { title: '个人贷款' }, |
|
|
|
meta: { title: '个人贷款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: `${pre}corporateLoans`, |
|
|
|
name: `${pre}corporateLoans`, |
|
|
|
path: `corporateLoans-application`, |
|
|
|
path: `corporateLoans-application`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/application'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/application'), |
|
|
|
meta: { title: '公司贷款贷款申请' }, |
|
|
|
meta: { title: '公司贷款贷款申请' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `corporateLoans-loan`, |
|
|
|
path: `corporateLoans-loan`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/loan'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/loan'), |
|
|
|
meta: { title: '公司贷款贷款放款' }, |
|
|
|
meta: { title: '公司贷款贷款放款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `corporateLoans-detail`, |
|
|
|
path: `corporateLoans-detail`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/detail'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/detail'), |
|
|
|
meta: { title: '公司贷款贷款详情' }, |
|
|
|
meta: { title: '公司贷款贷款详情' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `corporateLoans-repayment`, |
|
|
|
path: `corporateLoans-repayment`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/repayment'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/repayment'), |
|
|
|
meta: { title: '公司贷款贷款放款' }, |
|
|
|
meta: { title: '公司贷款贷款放款' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `corporateLoans-management`, |
|
|
|
path: `corporateLoans-management`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/management'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/management'), |
|
|
|
meta: { title: '公司贷款贷后管理' }, |
|
|
|
meta: { title: '公司贷款贷后管理' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: `corporateLoans-apply`, |
|
|
|
path: `corporateLoans-apply`, |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/apply'), |
|
|
|
component: () => import('@/pages/manage/list/corporateLoans/apply'), |
|
|
|
meta: { title: '公司贷款新建贷款申请' }, |
|
|
|
meta: { title: '公司贷款新建贷款申请' }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
] |
|
|
|
] |
|
|
|
}; |
|
|
|
}; |
|
|
|