diff --git a/src/modules/04_registry/interface/index/Main.ts b/src/modules/04_registry/interface/index/Main.ts index b5032e628..4405392c3 100644 --- a/src/modules/04_registry/interface/index/Main.ts +++ b/src/modules/04_registry/interface/index/Main.ts @@ -104,6 +104,31 @@ interface FormSalaryNewRef { [key: string]: any; } +interface FormAddPerson { + birthDate: Date | null; + prefix: string; + firstName: string; + lastName: string; + citizenId: string; + age: string | null; + genderId: string | null; + bloodId: string | null; + nationality: string | null; + ethnicity: string | null; + statusId: string | null; + religionId: string | null; + tel: string | null; + employeeType: string | null; + employeeClass: string | null; + profileType: string | null; +} + +interface DataType { + id: string; + posLevels: any; + posTypeName: string; + posTypeRank: number; +} export type { FormSalaryNew, FormSalaryNewRef, @@ -121,4 +146,6 @@ export type { DataOptionLeave, OptionType, OptionLevel, + FormAddPerson, + DataType, }; diff --git a/src/modules/05_placement/components/Receive/AddEmployee/Main.vue b/src/modules/05_placement/components/Receive/AddEmployee/Main.vue index 9ab021f2e..6c06adea2 100644 --- a/src/modules/05_placement/components/Receive/AddEmployee/Main.vue +++ b/src/modules/05_placement/components/Receive/AddEmployee/Main.vue @@ -1,5 +1,5 @@ \ No newline at end of file + + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + บันทึกข้อมูล + +
+
+