เพิ่มแสดงเงินค่าตอบแทนพิเศษ
This commit is contained in:
parent
4ab2c5e139
commit
1fc8c41554
8 changed files with 63 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ interface FormSalaryNew {
|
|||
positionLevel: string;
|
||||
positionExecutive: string;
|
||||
salary: number | string | null;
|
||||
amountSpecial: number | string | null;
|
||||
salaryPos: number | string | null;
|
||||
salaryCompensation: number | string | null;
|
||||
refCommandNo: string;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
interface ResListSalary {
|
||||
amount: number;
|
||||
amountSpecial: number;
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue