From 5559e66568a1b516cff15b4d5e8151e155b51947 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Mon, 14 Oct 2024 14:33:48 +0800
Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E6=98=8E=E7=BB=86=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/report/attReport.js | 9 ++
src/views/report/attReport/index.vue | 168 ++++++++++++++++++++++++---
2 files changed, 161 insertions(+), 16 deletions(-)
diff --git a/src/api/report/attReport.js b/src/api/report/attReport.js
index 0ef614e..19dd652 100644
--- a/src/api/report/attReport.js
+++ b/src/api/report/attReport.js
@@ -10,6 +10,15 @@ export function getDetailsList(query) {
})
}
+// 查询列表
+export function updateAttDetails(data) {
+ return request({
+ url: '/system/attDetails',
+ method: 'put',
+ data: data
+ })
+}
+
// 查询考勤明细修改记录列表
export function getDetailsRecordList(query) {
return request({
diff --git a/src/views/report/attReport/index.vue b/src/views/report/attReport/index.vue
index 5ac1cd5..4cd9cb2 100644
--- a/src/views/report/attReport/index.vue
+++ b/src/views/report/attReport/index.vue
@@ -42,20 +42,21 @@
搜索
重置
+ 导出
+ 批量修改
-
+
@@ -73,7 +74,18 @@
-
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
@@ -81,7 +93,18 @@
-
+ 未打卡
+ 正常
+ 迟到
+ 旷工
+ 早退
+ 轮休
+ 请假
+ 临时外出
+ 出入异常
+ 打卡地异常
+ 出差
+ 法定节假日
@@ -96,15 +119,84 @@
@pagination="getList"
/>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+