From 0b9853268b71098c694b65cf52bf9b673c46d7cb Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Thu, 26 Jun 2025 14:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E5=AD=97=E5=BB=BA?= =?UTF-8?q?=E8=80=83=E5=8B=A4=E7=9B=B8=E5=85=B3BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/views/projectLabor.vue | 277 ++++++++---------- .../manage/SurProjectAttendanceDataMapper.xml | 15 +- .../manage/SurProjectAttendanceUserMapper.xml | 16 +- .../yanzhu/job/task/AttendanceSzjTask.java | 2 +- .../controller/AttendancePostController.java | 25 ++ yanzhu-ui-vue3/public/att.html | 37 +++ 6 files changed, 196 insertions(+), 176 deletions(-) create mode 100644 yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/controller/AttendancePostController.java create mode 100644 yanzhu-ui-vue3/public/att.html diff --git a/yanzhu-bigscreen/src/views/projectLabor.vue b/yanzhu-bigscreen/src/views/projectLabor.vue index fa07accd..4ff9091b 100644 --- a/yanzhu-bigscreen/src/views/projectLabor.vue +++ b/yanzhu-bigscreen/src/views/projectLabor.vue @@ -2,32 +2,17 @@
+
-
- 在岗人员 -
-
- 今日出勤 -
+
在岗人员
+
今日出勤
- +
@@ -38,97 +23,44 @@
- +
- + - +
- +
{{ item.inOutType === "out" ? "出" : "进" }}
- +
{{ item.name }}
{{ item.workType }}
- {{ item.inOutType === "in" ? "进场时间:" : "出场时间:" }} - {{ item.inoutDate }} + {{ item.inOutType === "in" ? "进场时间:" : "出场时间:" }} {{ item.inoutDate }}
- - + + - +
@@ -151,14 +83,20 @@
+ + +
+ + + haha + + +