form หน้ารายละเอียดการลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-09 17:20:10 +07:00
parent 853f925d92
commit bfe73c0efc
14 changed files with 1524 additions and 202 deletions

View file

@ -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 };