registry add field positionExecutiveField
This commit is contained in:
parent
20f95f1a69
commit
91ea489bc7
5 changed files with 28 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ interface FormPostition {
|
|||
positionLine: string; // สายงาน
|
||||
positionPathSide: string; //ด้าน/สาขา
|
||||
positionExecutive: string; //ตำแหน่งทางการบริหาร
|
||||
positionExecutiveField?: string; //ด้านทางการบริหาร
|
||||
positionArea?: string; //ด้าน/สาขา
|
||||
positionCee: string; //ระดับซี
|
||||
amount: number | null; //เงินเดือน
|
||||
amountSpecial: number | null; //เงินค่าตอบแทนพิเศษ
|
||||
|
|
|
|||
|
|
@ -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; //เงินประจำตำแหน่ง
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ interface DataPositions {
|
|||
posNoAbb: string;
|
||||
positionCee: string;
|
||||
positionExecutive: string;
|
||||
positionExecutiveField?: string;
|
||||
positionArea?: string;
|
||||
positionLevel: string;
|
||||
positionLine: string;
|
||||
positionPathSide: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue