updated position

This commit is contained in:
Warunee Tamkoo 2025-03-11 18:07:37 +07:00
parent 83f7df51d8
commit fadeecf43f
5 changed files with 177 additions and 145 deletions

View file

@ -72,6 +72,7 @@ interface FormPostition {
positionLine: string; // สายงาน
positionPathSide: string; //ด้าน/สาขา
positionExecutive: string; //ตำแหน่งทางการบริหาร
positionCee: string; //ระดับซี
amount: number | null; //เงินเดือน
amountSpecial: number | null; //เงินค่าตอบแทนพิเศษ
orgRoot: string; //หน่วยงาน

View file

@ -9,6 +9,7 @@ interface FormSalary {
positionName: string; //ตำแหน่ง
positionType: string; //ประเภทตำแหน่ง, กลุ่มงาน
positionLevel: string; //ระดับตำแหน่ง, ระดับชั้นงาน
positionCee: string; //ระดับซี
positionLine: string; // สายงาน
positionPathSide: string; //ด้าน/สาขา
positionExecutive: string; //ตำแหน่งทางการบริหาร