{{ selectedYear }}年{{ selectedMonth < 10 ? '0' + selectedMonth : selectedMonth }}月
月度
{{attendanceData.status=="1"?"试用":"正式"}}
打卡统计
迟到
{{ attendanceData.late }}次
严重迟到
{{ attendanceData.seriousLate }}次
旷工
{{ attendanceData.absenteeism }}次
早退
{{ attendanceData.early }}次
未打卡
{{ attendanceData.absenceCount }}次
未签到签退
{{ attendanceData.missedCount }}次
未提交日志
{{ attendanceData.missingLogCount }}次
请假统计
事假
{{ attendanceData.personalLeave }}小时
病假
{{ attendanceData.sickLeave }}天
婚假
{{ attendanceData.marriageLeave }}天
产假
{{ attendanceData.maternityLeave }}天
陪产假
{{ attendanceData.paternityLeave }}天
丧假
{{ attendanceData.bereavementLeave }}天
年休假
{{ attendanceData.annualLeave }}天
年休假(管理岗)
{{ attendanceData.managementAnnualLeave }}天
加班、调休统计
节假日加班
{{ attendanceData.holidayOvertime }}小时
休息日加班
{{ attendanceData.restdayOvertime }}小时
工作日加班
{{ attendanceData.workdayOvertime }}小时
说明:请核实当月考勤记录,确认无误请签字确认
员工签字
/保留员工签字
签字确认
{{ currentStep === 'year' ? '选择年份' : '选择月份' }}
{{ year }}年
{{ tempSelectedYear }}年{{ month < 10 ? '0' + month : month }}月