diff --git a/anrui-riskcenter-ui/src/api/Common/dictcommons.js b/anrui-riskcenter-ui/src/api/Common/dictcommons.js index 71d8f58cb8..0231930d24 100644 --- a/anrui-riskcenter-ui/src/api/Common/dictcommons.js +++ b/anrui-riskcenter-ui/src/api/Common/dictcommons.js @@ -160,4 +160,12 @@ export function selectStaffListss() { }) } +// 根据分公司和账号类型获取银行账号信息 +export function listByPayment(data) { + return request({ + url: '/fin/v1/finmanufacturerbank/listByPayment', + method: 'get', + params: data + }) +} diff --git a/anrui-riskcenter-ui/src/router/index.js b/anrui-riskcenter-ui/src/router/index.js index 9e72a501ca..17bbc3141b 100644 --- a/anrui-riskcenter-ui/src/router/index.js +++ b/anrui-riskcenter-ui/src/router/index.js @@ -395,6 +395,38 @@ export const constantRoutes = [ } ] }, + { + path: '/alsotransfer', + component: Layout, + redirect: '/alsotransfer', + meta: { + title: '间还转付记录' + }, + children: [ + { + path: '/alsotransfer/pendingtransfer', + component: () => import('@/views/alsotransfer/pendingtransfer.vue'), + name: 'AlsoTransfer', + meta: { title: '间还转付记录', noCache: true } + } + ] + }, + { + path: '/agentbusiness', + component: Layout, + redirect: '/agentbusiness', + meta: { + title: '代收代付申请' + }, + children: [ + { + path: '/agentbusiness/agentbusiness', + component: () => import('@/views/agentbusiness/agentbusiness.vue'), + name: 'AgentBusiness', + meta: { title: '代收代付申请', noCache: true } + } + ] + }, // 流程审批 // 金融产品政策报备--编辑 @@ -595,6 +627,27 @@ export const constantRoutes = [ component: () => import('@/views/workFlow/diankuanFlow/advancerequestYiBan.vue'), name: 'AdvanceRequestYiBan' + }, + // 代收代付申请管理--编辑 + { + path: '/daishoudaifuFlow/agentbusinessEdit', + component: () => + import('@/views/workFlow/daishoudaifuFlow/agentbusinessEdit.vue'), + name: 'AgentBusinessEdit' + }, + // 代收代付申请管理--待办 + { + path: '/daishoudaifuFlow/agentbusinessDaiBan', + component: () => + import('@/views/workFlow/daishoudaifuFlow/agentbusinessDaiBan.vue'), + name: 'AgentBusinessDaiBan' + }, + // 代收代付申请管理--已办 + { + path: '/daishoudaifuFlow/agentbusinessYiBan', + component: () => + import('@/views/workFlow/daishoudaifuFlow/agentbusinessYiBan.vue'), + name: 'AgentBusinessYiBan' }, // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } diff --git a/anrui-riskcenter-ui/src/views/alsotransfer/alsotransfer.vue b/anrui-riskcenter-ui/src/views/alsotransfer/alsotransfer.vue new file mode 100644 index 0000000000..6d3af17ddc --- /dev/null +++ b/anrui-riskcenter-ui/src/views/alsotransfer/alsotransfer.vue @@ -0,0 +1,246 @@ + + + + + + + + 待转付 + 已转付 + + + {{ searchxianshitit }} + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + 至 + + + + + 查询 + 重置 + + + + + 间还已转付记录 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-riskcenter-ui/src/views/alsotransfer/pendingtransfer.vue b/anrui-riskcenter-ui/src/views/alsotransfer/pendingtransfer.vue new file mode 100644 index 0000000000..309934a169 --- /dev/null +++ b/anrui-riskcenter-ui/src/views/alsotransfer/pendingtransfer.vue @@ -0,0 +1,263 @@ + + + + + + + + 待转付 + 已转付 + + + {{ searchxianshitit }} + + + + + + + + + + + + + + 至 + + + + + 至 + + + + + 查询 + 重置 + + + + + 间还待转付记录 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +