From 5278145ffd0571e215a8e742795ef572c53c3532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 23:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/statistics/statisticsProject/index.js | 10 + .../checkDetection/checkDetectionDrawer.vue | 2 +- .../views/project/checkDetection/index.vue | 2 +- .../src/views/project/materialSeal/index.vue | 2 +- .../projectMaterialSealDrawer.vue | 1 + .../views/project/projectChecking/index.vue | 2 +- .../projectChecking/projectCheckingDrawer.vue | 1 + .../views/project/projectMeasure/index.vue | 2 +- .../projectMeasure/projectMeasureDrawer.vue | 14 +- .../statistics/statisticsProject/index.vue | 255 ++++++++++++++++++ .../controller/ProjectViewController.java | 51 ++++ .../project/domain/vo/ProjectViewExport.java | 198 ++++++++++++++ .../jh/project/mapper/ProjectViewMapper.java | 23 ++ .../project/service/IProjectViewService.java | 22 ++ .../service/impl/ProjectViewServiceImpl.java | 33 +++ .../mapper/project/ProjectViewMapper.xml | 47 ++++ 16 files changed, 653 insertions(+), 12 deletions(-) create mode 100644 ruoyi-ui/src/api/statistics/statisticsProject/index.js create mode 100644 ruoyi-ui/src/views/statistics/statisticsProject/index.vue create mode 100644 yanzhu-jh/src/main/java/com/yanzhu/jh/project/controller/ProjectViewController.java create mode 100644 yanzhu-jh/src/main/java/com/yanzhu/jh/project/domain/vo/ProjectViewExport.java create mode 100644 yanzhu-jh/src/main/java/com/yanzhu/jh/project/mapper/ProjectViewMapper.java create mode 100644 yanzhu-jh/src/main/java/com/yanzhu/jh/project/service/IProjectViewService.java create mode 100644 yanzhu-jh/src/main/java/com/yanzhu/jh/project/service/impl/ProjectViewServiceImpl.java create mode 100644 yanzhu-jh/src/main/resources/mapper/project/ProjectViewMapper.xml diff --git a/ruoyi-ui/src/api/statistics/statisticsProject/index.js b/ruoyi-ui/src/api/statistics/statisticsProject/index.js new file mode 100644 index 00000000..43b7aee4 --- /dev/null +++ b/ruoyi-ui/src/api/statistics/statisticsProject/index.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +// 项目数据汇总 +export function selectStatisticsProjectList(query) { + return request({ + url: '/statistics/project/selectStatisticsProjectList', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue index 80ce1739..a05de376 100644 --- a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue +++ b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue @@ -149,7 +149,7 @@ diff --git a/ruoyi-ui/src/views/project/checkDetection/index.vue b/ruoyi-ui/src/views/project/checkDetection/index.vue index 79d7075f..4049b327 100644 --- a/ruoyi-ui/src/views/project/checkDetection/index.vue +++ b/ruoyi-ui/src/views/project/checkDetection/index.vue @@ -294,7 +294,7 @@ align="center" fixed="right" class-name="small-padding fixed-width" - width="150" + width="200" >