เพิ่ม ประวัติการลาติดตามคู่สมรสย่อย
This commit is contained in:
parent
89810f47ba
commit
906c0ba3ce
2 changed files with 97 additions and 15 deletions
|
|
@ -8,7 +8,10 @@ interface FormData {
|
|||
spousePosition: string //ตำแหน่งคู่สมรส
|
||||
spouseLevel: string //ระดับคู่สมรส
|
||||
dutyCountry: string //ไปปฏิบัติราชการ ณ ประเทศ
|
||||
followHistory: string //ประวัติการลาติดตามคู่สมรส
|
||||
followHistoryCountry: string //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryTime: string //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryStart: Date | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryEnd: Date | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
leaveDetail: string //รายละเอียดการลา
|
||||
file: File[] | null //เอกสารปะกอบ
|
||||
}
|
||||
|
|
@ -23,7 +26,10 @@ interface FormRef {
|
|||
spousePosition: object | null //ตำแหน่งคู่สมรส
|
||||
spouseLevel: object | null //ระดับคู่สมรส
|
||||
dutyCountry: object | null //ไปปฏิบัติราชการ ณ ประเทศ
|
||||
followHistory: object | null //ประวัติการลาติดตามคู่สมรส
|
||||
followHistoryCountry: object | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryTime: object | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryStart: object | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
followHistoryEnd: object | null //ประวัติการลาติดตามคู่สมรสประเทศ
|
||||
leaveDetail: object | null //รายละเอียดการลา
|
||||
leaveContactLocation: object | null //สถานที่ติดต่อขณะลา
|
||||
file: object | null //เอกสารปะกอบ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue