halfDay ใส่ใน formData

This commit is contained in:
AnandaTon 2023-11-09 17:46:11 +07:00
parent fdec45119b
commit b9e761a526
3 changed files with 254 additions and 310 deletions

View file

@ -2,6 +2,7 @@ interface FormData {
leaveNo: string //เขียนที่***
startLeaveDate: Date | null //*วัน เดือน ปีเริ่มต้นลา
endLeaveDate: Date | null //*วัน เดือน ปีสิ้นสุดลา
halfDay: string
leaveTotal: string //จำนวนวันลา
contractTel: string //หมายเลขโทรศัพท์ที่ติดต่อได้
leaveContactTel: string //หมายเลขที่ติดต่อขณะลา
@ -15,6 +16,7 @@ interface FormRef {
leaveNo: object | null //เขียนที่***
startLeaveDate: object | null //*วัน เดือน ปีเริ่มต้นลา
endLeaveDate: object | null //*วัน เดือน ปีสิ้นสุดลา
halfDay: object | null
leaveTotal: object | null //จำนวนวันลา
contractTel: object | null //หมายเลขโทรศัพท์ที่ติดต่อได้
leaveContactTel: object | null //หมายเลขที่ติดต่อขณะลา