From 65d90a55e6085e9ce2f049b002f1a1715abf6e68 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: Thu, 6 Jun 2024 22:13:42 +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 --- .../checkDetection/checkDetectionDrawer.vue | 2 +- .../views/project/checkDetection/index.vue | 536 +++++++++++++----- .../src/views/project/materialSeal/index.vue | 2 +- .../projectMaterialSealDrawer.vue | 2 +- .../views/project/projectChecking/index.vue | 2 +- .../projectChecking/projectCheckingDrawer.vue | 2 +- .../views/project/projectMeasure/index.vue | 2 +- .../projectMeasure/projectMeasureDrawer.vue | 2 +- .../mapper/SurProjectUserinfoMapper.java | 8 + .../impl/SurProjectUserinfoServiceImpl.java | 7 + .../jh/project/task/AttendanceJgwTask.java | 3 +- .../project/SurProjectUserinfoMapper.xml | 11 + 12 files changed, 443 insertions(+), 136 deletions(-) diff --git a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue index 3c588c3f..e35e1198 100644 --- a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue +++ b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue @@ -89,7 +89,7 @@ diff --git a/ruoyi-ui/src/views/project/checkDetection/index.vue b/ruoyi-ui/src/views/project/checkDetection/index.vue index 6db557d3..7a9a7864 100644 --- a/ruoyi-ui/src/views/project/checkDetection/index.vue +++ b/ruoyi-ui/src/views/project/checkDetection/index.vue @@ -1,16 +1,37 @@