移动端-出勤统计
GET
/api/v1.0/attend/findStaffAttendReport/{uid}/{year}/{month}
接口描述
员工个人当月出勤统计页面数据
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:查询成功
必填
residueAnnualDays
string
剩余年假(天)
必填
punchCardLogLates
array
迟到列表
必填
uid
string
打卡记录id
必填
status
string
工作状态
必填
duration
double
工作时长
必填
uid
string
示例:0101010101
必填
staffUid
string
示例:111111
必填
year
string
示例:2020
必填
month
string
示例:02
必填
outsideTimes
int
外勤次数,示例:2
必填
belateTimes
int
迟到次数,示例:1
必填
belateTotal
int
迟到总时间,示例:1
必填
leaveearlyTimes
int
早退次数,示例:0
必填
leaveearlyTotal
int
早退时间,示例:0
必填
absentTimes
int
旷工次数,示例:0
必填
dailyActiveTime
int
本月平均工时,示例:8
必填
attendDays
int
实际出勤天数,示例:16
必填
dayWorkDays
int
工作日上班天数,示例:10
必填
weekendWorkDays
int
周末上班天数,示例:6
必填
holidayWorkDays
int
节假日上班天数,示例:0
必填
workOvertimeDays
int
加班天数,示例:2
必填
dayOvertimeDays
int
工作日加班天数,示例:4
必填
weekendOvertimeDays
int
周末加班天数,示例:0
必填
holidayOvertimeDays
int
节假日加班天数,示例:0
必填
totalDays
int
应出勤天数,示例:21
必填
dayOvertime
double
工作日加班时间(小时)
必填
weekendOvertime
double
周末加班时间(小时)
必填
holidayOvertime
double
节假日加班时间(小时)
必填
uid
string
示例:8b0a6f9155fb4619a18c559e1e8b5376
必填
isDefault
boolean
示例:true
必填
name
string
示例:默认考勤组
必填
attendPeriodUid
string
示例:d7099445041c4ca5a6f04b9dc08b03da
必填
punchCard
boolean
示例:true
必填
attendRuleUid
string
示例:1
必填
startTime
string
示例:09:00
必填
endTime
string
示例:18:00
必填
absentPeriod
int
示例:30
必填
exemptTimes
int
示例:0
必填
workingHours
int
示例:8
必填
wdMon
boolean
示例:true
必填
wdTue
boolean
示例:true
必填
wdWed
boolean
示例:true
必填
wdThu
boolean
示例:true
必填
wdFri
boolean
示例:true
必填
wdSat
boolean
示例:false
必填
wdSun
boolean
示例:false
必填
salaryModeUid
string
示例:1
必填
translation
float
示例:21.75
必填
isDeleted
boolean
示例:false
必填
isWifi
boolean
示例:false
必填
isTrace
boolean
示例:false
必填
attendHolidays
array
数据列表
必填
attendLocations
array
考勤打卡地址
必填
attendWifis
array
数据列表
必填
attendStaffRefs
array
数据列表
必填
uid
string
示例:4eb3e85e07ea4b4db4f1ae9a0abe6c88
必填
attendUid
string
示例:8b0a6f9155fb4619a18c559e1e8b5376
必填
startTime
string
示例:09:00
必填
endTime
string
示例:18:00
必填
belateMinutes
int
示例:60
必填
leaveearlyMinutes
int
示例:60
必填
absentMinutes
int
示例:0
必填
unitCode
string
示例:1
必填
resetStartTime
string
示例:12:00
必填
resetEndTime
string
示例:13:00
必填
attendRuleUid
string
示例:1
必填
managerList
array
数据列表
必填
punchCardLogLeaveEarlys
array
早退列表
必填
residueLieuHours
string
剩余调休(小时)
必填
dayOvertimeDayList
string
工作日加班列表
必填
weekendOvertimeDayList
string
休息日加班列表
必填
holidayOvertimeDayList
string
节假日加班列表
必填