零界游戏
Threshold Zero Games
{{ isLoginView ? '员工工作台 · 登录您的账号' : '员工工作台 · 创建新账号' }}
{{ currentDate }}
打卡时间: {{ formatTime(todayRecord.checkIn) }}
下班时间: {{ formatTime(todayRecord.checkOut) }}
今日已计工时: {{ todayRecord.hours }} 小时
考勤记录明细
| 日期 | 上班时间 | 下班时间 | 记时 | 所在地 | 状态 |
|---|---|---|---|---|---|
| 选择的月份没有打卡记录 | |||||
| {{ record.date }} | {{ formatTime(record.checkIn) }} | {{ formatTime(record.checkOut) }} | {{ record.hours ? record.hours + 'h' : '-' }} |
主管补录
{{ record.checkInLoc || '未知地区' }}
{{ record.checkInIp }}
|
{{ getAttendanceStatusText(record) }} |
上传进度
历史汇报
{{ prog.text }}
申请请假
我的申请
{{ leave.reason }}
{{ formatDate(leave.start, true) }} 至 {{ formatDate(leave.end, true) }}
员工考勤记录
| 员工 | 日期 | 上班时间 | 下班时间 | 工时 | 所在地 | 状态 |
|---|---|---|---|---|---|---|
| 没有找到匹配的考勤记录 | ||||||
|
{{ getUserName(record.userId).charAt(0) }}
{{ getUserName(record.userId) }}
|
{{ record.date }} | {{ formatTime(record.checkIn) }} | {{ formatTime(record.checkOut) }} | {{ record.hours ? record.hours + 'h' : '-' }} |
主管补录
{{ record.checkInLoc || '未知地区' }}
{{ record.checkInIp }}
|
{{ getAttendanceStatusText(record) }} |
待审批请假
{{ getUserName(leave.userId) }} {{ getUserPosition(leave.userId) }}
事由: {{ leave.reason }}
时间: {{ formatDate(leave.start, true) }} - {{ formatDate(leave.end, true) }}
员工进度概览 {{ unreadProgressCount }} 未读
{{ prog.text }}
系统通知
请每天按时打卡。上传进度时支持文字和图片。请假需提前发起审批。数据安全存储于 Cloudflare 云端数据库。