เพิ่มแสดงเงินค่าตอบแทนพิเศษ

This commit is contained in:
setthawutttty 2024-12-06 17:15:02 +07:00
parent 4ab2c5e139
commit 1fc8c41554
8 changed files with 63 additions and 9 deletions

View file

@ -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;

View file

@ -1,5 +1,6 @@
interface ResListSalary {
amount: number;
amountSpecial: number;
createdAt: string;
createdFullName: string;
createdUserId: string;