diff --git a/anrui-reportcenter-ui/src/api/branchofficestatistics/branchofficestatistics.js b/anrui-reportcenter-ui/src/api/branchofficestatistics/branchofficestatistics.js new file mode 100644 index 0000000000..afbe805ef8 --- /dev/null +++ b/anrui-reportcenter-ui/src/api/branchofficestatistics/branchofficestatistics.js @@ -0,0 +1,30 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表-- 分公司日报表 -- 详细 + listByBranch: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 查询分页列表-- 分公司日报表 -- 统计 + listByBranch1: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage_1', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 分公司日报表--获取动态列 + selectListByUseOrgSid: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/selectListByUseOrgSid', + method: 'get', + params: params + }) + } +} diff --git a/anrui-reportcenter-ui/src/api/businessdivisionstatistics/businessdivisionstatistics.js b/anrui-reportcenter-ui/src/api/businessdivisionstatistics/businessdivisionstatistics.js new file mode 100644 index 0000000000..d743b1e53e --- /dev/null +++ b/anrui-reportcenter-ui/src/api/businessdivisionstatistics/businessdivisionstatistics.js @@ -0,0 +1,22 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表-- 事业部日报表 -- 详细 + listByBusiness: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage2', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 查询分页列表-- 事业部日报表 -- 统计 + listByBusiness2: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage2_1', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + } +} diff --git a/anrui-reportcenter-ui/src/api/groupstatistics/groupstatistics.js b/anrui-reportcenter-ui/src/api/groupstatistics/groupstatistics.js new file mode 100644 index 0000000000..11a80245b2 --- /dev/null +++ b/anrui-reportcenter-ui/src/api/groupstatistics/groupstatistics.js @@ -0,0 +1,22 @@ +import request from '@/utils/request' + +export default { + // 查询分页列表-- 集团日报表--详细 + listByGroup: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage3', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, + // 查询分页列表-- 集团--统计 + listByGroup3: function(params) { + return request({ + url: '/reportcenter/v1/DailyReport/listPage3_1', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + } +} diff --git a/anrui-reportcenter-ui/src/router/index.js b/anrui-reportcenter-ui/src/router/index.js index 9e6db7a652..8d5010b5fd 100644 --- a/anrui-reportcenter-ui/src/router/index.js +++ b/anrui-reportcenter-ui/src/router/index.js @@ -58,6 +58,34 @@ export const constantRoutes = [ meta: { title: '催办统计', noCache: true } } ] + }, + { + path: '/reportformstatistics', + component: Layout, + redirect: '/reportformstatistics', + meta: { + title: '统计报表' + }, + children: [ + { + path: '/reportformstatistics/groupdailyreport', + component: () => import('@/views/groupstatistics/groupdailyreport.vue'), + name: 'GroupDailyReport', + meta: { title: '集团日报表', noCache: true } + }, + { + path: '/reportformstatistics/businessdivisiondailyreport', + component: () => import('@/views/businessdivisionstatistics/businessdivisiondailyreport.vue'), + name: 'BusinessDivisionDailyReport', + meta: { title: '事业部日报表', noCache: true } + }, + { + path: '/reportformstatistics/branchofficedailyreport', + component: () => import('@/views/branchofficestatistics/branchofficedailyreport.vue'), + name: 'BranchOfficeDailyReport', + meta: { title: '分公司日报表', noCache: true } + } + ] } // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } diff --git a/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficedailyreport.vue b/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficedailyreport.vue new file mode 100644 index 0000000000..10829c7506 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficedailyreport.vue @@ -0,0 +1,204 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + 至 + + + + + 查询 + 重置 + + + + + + 日报表列表 + + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficestatistics.vue b/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficestatistics.vue new file mode 100644 index 0000000000..31dd521bc9 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/branchofficestatistics/branchofficestatistics.vue @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 分公司日报表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisiondailyreport.vue b/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisiondailyreport.vue new file mode 100644 index 0000000000..1ca5c9b734 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisiondailyreport.vue @@ -0,0 +1,196 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + 至 + + + + + 查询 + 重置 + + + + + + 日报表列表 + + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisionstatistics.vue b/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisionstatistics.vue new file mode 100644 index 0000000000..8a284a5095 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/businessdivisionstatistics/businessdivisionstatistics.vue @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 事业部日报表 + + + + + + + + + {{ scope.row.useOrgName }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-reportcenter-ui/src/views/groupstatistics/groupdailyreport.vue b/anrui-reportcenter-ui/src/views/groupstatistics/groupdailyreport.vue new file mode 100644 index 0000000000..a2aba70f55 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/groupstatistics/groupdailyreport.vue @@ -0,0 +1,196 @@ + + + + + + + + + {{ searchxianshitit }} + + + + + 至 + + + + + 查询 + 重置 + + + + + + 日报表列表 + + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anrui-reportcenter-ui/src/views/groupstatistics/groupstatistics.vue b/anrui-reportcenter-ui/src/views/groupstatistics/groupstatistics.vue new file mode 100644 index 0000000000..dfd0a688a3 --- /dev/null +++ b/anrui-reportcenter-ui/src/views/groupstatistics/groupstatistics.vue @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 集团日报表 + + + + + + + + {{ scope.row.busOrgName }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +