diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
index 8eec5d44..e6c919dd 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -133,7 +133,7 @@ public class Constants
/**
* 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)
*/
- public static final String[] JOB_WHITELIST_STR = { "com.ruoyi" };
+ public static final String[] JOB_WHITELIST_STR = { "com.ruoyi","com.yanzhu.jh"};
/**
* 定时任务违规的字符
diff --git a/ruoyi-ui/src/api/project/attendanceWorker.js b/ruoyi-ui/src/api/project/attendanceWorker.js
index c68aef86..75b55754 100644
--- a/ruoyi-ui/src/api/project/attendanceWorker.js
+++ b/ruoyi-ui/src/api/project/attendanceWorker.js
@@ -42,3 +42,11 @@ export function delAttendanceWorker(id) {
method: 'delete'
})
}
+
+export function queryAttendanceData(data){
+ return request({
+ url: '/project/attendanceWorker/queryAttendanceData',
+ method: 'post',
+ data:data
+ })
+}
diff --git a/ruoyi-ui/src/views/project/attendance/index.vue b/ruoyi-ui/src/views/project/attendance/index.vue
index daf1a58a..5e102563 100644
--- a/ruoyi-ui/src/views/project/attendance/index.vue
+++ b/ruoyi-ui/src/views/project/attendance/index.vue
@@ -1,154 +1,90 @@
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
搜索
重置
+ 设置
-
+
- 新增
+ 新增
- 修改
+ 修改
- 删除
+ 删除
- 导出
+ 导出
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ row.gender==1?'女':'男' }}
+
+
+ {{ row.inTime|formatDateTime }}
+
+
+ {{ row.outTime|formatDateTime }}
+
+
+ {{ row.status==1?'退场':'进场' }}
+
+
+
+
+
+
- 修改
- 删除
+ 修改
+ 删除
-
-
+
+
@@ -186,18 +122,23 @@
取 消
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/project/attendanceConfig/index.vue b/ruoyi-ui/src/views/project/attendanceConfig/index.vue
index a8ea87e7..319931ce 100644
--- a/ruoyi-ui/src/views/project/attendanceConfig/index.vue
+++ b/ruoyi-ui/src/views/project/attendanceConfig/index.vue
@@ -1,53 +1,17 @@
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
搜索
@@ -57,116 +21,83 @@
- 新增
+ 新增
- 修改
+ 修改
- 删除
+ 删除
-
- 导出
+
+ 导出
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
- 修改
- 删除
+ 修改
+ 删除
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+ {{ form.projectName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ form.unitName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 停用
+
+
+
+