From 49e79471da98071876a3d7be800987b8e4f49049 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 20 Dec 2024 19:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/attReport.js | 18 ++++ src/views/report/attReport/index.vue | 152 ++++++++++++++++++++++++++- 2 files changed, 169 insertions(+), 1 deletion(-) diff --git a/src/api/report/attReport.js b/src/api/report/attReport.js index 0a48c3a..d7f5a69 100644 --- a/src/api/report/attReport.js +++ b/src/api/report/attReport.js @@ -64,4 +64,22 @@ export function synchronous(data) { }) } +// 查询外出次数查询列表 +export function getOutCountList(query) { + return request({ + url: '/system/attDetails/getOutCountList', + method: 'get', + params: query + }) +} + +// 查询外出次数查询列表 +export function getAttCountList(query) { + return request({ + url: '/system/attDetails/getAttCountList', + method: 'get', + params: query + }) +} + diff --git a/src/views/report/attReport/index.vue b/src/views/report/attReport/index.vue index ed00839..d81155e 100644 --- a/src/views/report/attReport/index.vue +++ b/src/views/report/attReport/index.vue @@ -76,6 +76,23 @@ {{ formatDate(scope.row.attCurrentDay) }} + + + + + + +