From a9f852062c877693c50eaf4e145d598b7b5c9f5b Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 5 Mar 2025 17:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E5=87=BA=E5=8B=A4=E5=A4=A9=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/monthReport.js | 10 +++ src/views/report/monthReport/index.vue | 91 +++++++++++++++++++++++++- 2 files changed, 99 insertions(+), 2 deletions(-) diff --git a/src/api/report/monthReport.js b/src/api/report/monthReport.js index fac4a03..f8b79f9 100644 --- a/src/api/report/monthReport.js +++ b/src/api/report/monthReport.js @@ -29,3 +29,13 @@ export function getClockingRecordListByUserId(query) { params: query }) } + + +// 查询应出勤天数组成查询列表 +export function getRequiredDaysList(query) { + return request({ + url: '/system/attDetails/getAttMonthDaysMakeUp', + method: 'get', + params: query + }) +} diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 00f5efb..1e06053 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -43,7 +43,14 @@ - + + + +