ปรับรายการผังบัญชีเงินเดือนข้าราชการ

This commit is contained in:
setthawutttty 2024-03-07 13:31:58 +07:00
parent c3ff2a270e
commit c9dfcc755f
3 changed files with 43 additions and 63 deletions

View file

@ -23,7 +23,7 @@ interface ItemsMenu {
type: string;
}
interface ObjectSalaryRef {
salaryType: object | null;
name: object | null;
posTypId: object | null;
posLevelId: object | null;
@ -43,7 +43,7 @@ interface ObjectSalaryRateRef {
}
interface FormData{
salaryType:string
name:string
posTypeId:string
posLevelId:string
isActive:boolean