ทะเบียนประวัติ => ตำแหน่งเงืนเดืน
This commit is contained in:
parent
e5aad00fea
commit
f89b3b97a9
4 changed files with 261 additions and 247 deletions
|
|
@ -3,14 +3,14 @@ interface FormSalaryNew {
|
|||
posNo: string;
|
||||
templatePos: string;
|
||||
position: string;
|
||||
positionLineName: string;
|
||||
typePosition: string;
|
||||
levelPosition: string;
|
||||
positionPathSideName: string;
|
||||
positionExecutiveName: string;
|
||||
salary: number | null;
|
||||
salaryPos: number | null;
|
||||
salaryCompensation: number | null;
|
||||
positionLine: string;
|
||||
positionPathSide: string;
|
||||
positionType: string;
|
||||
positionLevel: string;
|
||||
positionExecutive: string;
|
||||
salary: number | string | null;
|
||||
salaryPos: number | string | null;
|
||||
salaryCompensation: number | string | null;
|
||||
refCommandNo: string;
|
||||
templateDoc: string;
|
||||
doc: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue