ปรับรายการผังบัญชีเงินเดือนข้าราชการ
This commit is contained in:
parent
c3ff2a270e
commit
c9dfcc755f
3 changed files with 43 additions and 63 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue