registry add field positionExecutiveField

This commit is contained in:
Warunee Tamkoo 2025-06-17 11:31:54 +07:00
parent 20f95f1a69
commit 91ea489bc7
5 changed files with 28 additions and 0 deletions

View file

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

View file

@ -13,6 +13,8 @@ interface FormSalary {
positionLine: string; // สายงาน
positionPathSide: string; //ด้าน/สาขา
positionExecutive: string; //ตำแหน่งทางการบริหาร
positionExecutiveField?: string; //ด้านทางการบริหาร
positionArea?: string; //ด้าน/สาขา
amount: number | null; //เงินเดือน
amountSpecial: number | null; //เงินค่าตอบแทนพิเศษ
positionSalaryAmount: number | null; //เงินประจำตำแหน่ง

View file

@ -29,6 +29,8 @@ interface DataPositions {
posNoAbb: string;
positionCee: string;
positionExecutive: string;
positionExecutiveField?: string;
positionArea?: string;
positionLevel: string;
positionLine: string;
positionPathSide: string;