ผูก API และปรับหน้าประวัติการลงเวลาในระบบ checkin

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-29 15:28:11 +07:00
parent 7dfc17dcbb
commit 3ea348f779
5 changed files with 98 additions and 76 deletions

View file

@ -16,6 +16,7 @@ interface FormData {
checkOutLocation: string
editStatus: string
editReason: string
isEdit: boolean
}
interface Datalist {
checkInId: string
@ -29,6 +30,7 @@ interface Datalist {
checkOutLocation: string
editStatus: string
editReason: string
isEdit: boolean
}
interface FormTimeStemp {