oa初步完成

This commit is contained in:
2024-11-16 20:08:00 +08:00
parent 17ef95ebae
commit 76403c1cf8
35 changed files with 1157 additions and 93 deletions

View File

@@ -9,6 +9,25 @@ export function listOaAttendance(query) {
})
}
// 查询人员考勤列表
export function workCalc(time) {
return request({
url: '/oa/oaAttendance/calc/'+time,
method: 'get',
})
}
// 查询人员考勤列表
export function getDateLength() {
return request({
url: '/oa/oaAttendance/date',
method: 'get',
})
}
// 查询人员考勤详细
export function getOaAttendance(id) {
return request({