form หน้ารายละเอียดการลา
This commit is contained in:
parent
853f925d92
commit
bfe73c0efc
14 changed files with 1524 additions and 202 deletions
|
|
@ -33,6 +33,33 @@ interface FremData {
|
|||
dateOfBirth: string | null;
|
||||
accumulatedHolidays: number;
|
||||
currentHolidays: number;
|
||||
birthday: string | null;
|
||||
receiveGovernment: string | null;
|
||||
statusOrdained: string;
|
||||
placeOrdination: string;
|
||||
dateOrdination: string | null;
|
||||
placeBuddhistLent: string | null;
|
||||
statusHajj: string;
|
||||
summons: string; // ได้รับหมายเรียกของ
|
||||
location: string; //ที่
|
||||
dateReceived: string | null; // ลงวันที่
|
||||
treatmentReceived: string; // ให้เข้ารับการ
|
||||
receivingLocation: string; //ณ ที่
|
||||
planTime: string; //มีกำหนด กี่ปี กี่เดือน กี่วัน
|
||||
currentSalary: string | null; //เงินเดือนปัจจุบัน
|
||||
currentSalaryRead: string; //เงินเดือนปัจจุบัน(อ่าน)
|
||||
studySubjects: string; //ศึกษาวิชา
|
||||
degreeLevel: string; // ขั้นปริญญา
|
||||
schoolName: string; //ชื่อสถานศึกษา
|
||||
country: string; //ประเทศ
|
||||
withCapital: string; // ด้วยทุน
|
||||
course: string; // ด้านหลักสูตร
|
||||
atThePlace: string; // ณ สถานที่
|
||||
spouseName: string; // ชื่อคู่สมรส
|
||||
spousePosition: string; // ตำแหน่งคู่สมรส
|
||||
spouseLevel: string; // ระดับคู่สมรส
|
||||
workCountry: string; // ไปปฏิบัติราชการ ณ ประเทศ
|
||||
historyFollow: string;
|
||||
}
|
||||
|
||||
export type { ListsData, FremData };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue