新增必到点采集详情页面 处理打卡

This commit is contained in:
maojiacai
2025-09-08 19:33:18 +08:00
parent 8aad9f302f
commit e4767754d5
11 changed files with 563 additions and 121 deletions

View File

@ -16,3 +16,13 @@ export function fetchSelectListByBddxlrwId(params) {
params
})
}
// 打卡
export function fetchTbZdxlFgdwBddxlrwJlClockIn(data) {
return service({
url: `${api}/tbZdxlFgdwBddxlrwJl/clockIn`,
method: 'POST',
data
})
}