diff --git a/anrui-riskcenter-ui/src/api/financialdetails/financialdetails.js b/anrui-riskcenter-ui/src/api/financialdetails/financialdetails.js new file mode 100644 index 0000000000..e91b2782b2 --- /dev/null +++ b/anrui-riskcenter-ui/src/api/financialdetails/financialdetails.js @@ -0,0 +1,13 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表 + listPage: function(data) { + return request({ + url: '/riskcenter/v1/LoanFundDay/listPage', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) + } +} diff --git a/anrui-riskcenter-ui/src/router/index.js b/anrui-riskcenter-ui/src/router/index.js index 1bb17a7c63..40d6e72d61 100644 --- a/anrui-riskcenter-ui/src/router/index.js +++ b/anrui-riskcenter-ui/src/router/index.js @@ -855,6 +855,22 @@ export const constantRoutes = [ } ] }, + { + path: '/financialdetails', + component: Layout, + redirect: '/financialdetails', + meta: { + title: '资金占用费明细查询' + }, + children: [ + { + path: '/financialdetails/financialdetails', + component: () => import('@/views/financialdetails/financialdetails.vue'), + name: 'FinancialDetails', + meta: { title: '资金占用费明细查询', noCache: true } + } + ] + }, // 流程审批 // 金融产品政策报备--编辑 diff --git a/anrui-riskcenter-ui/src/views/financialdetails/financialdetails.vue b/anrui-riskcenter-ui/src/views/financialdetails/financialdetails.vue new file mode 100644 index 0000000000..ab2ed342a2 --- /dev/null +++ b/anrui-riskcenter-ui/src/views/financialdetails/financialdetails.vue @@ -0,0 +1,212 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + 查询 + 重置 + + + + + + 资金占用费明细列表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +