UI บรรจุแต่งตั้ง รายชื่อผู้สอบผ่าน popup เลือกหน่วยงาน และ filter คนหน้ารายชื่อตามสถานภาพ
This commit is contained in:
parent
de115abc22
commit
56c6c7ce05
5 changed files with 210 additions and 23 deletions
|
|
@ -104,4 +104,18 @@ interface Positions {
|
|||
positionName: string;
|
||||
}
|
||||
|
||||
export type { DataList, PositionMaim, PositionNo, Positions, TreeMain };
|
||||
interface FormPosLevel {
|
||||
id: string;
|
||||
posLevelName: string;
|
||||
posLevelRank: number;
|
||||
posLevelAuthority: string;
|
||||
}
|
||||
|
||||
interface FormPosType {
|
||||
id: string;
|
||||
posTypeName: string;
|
||||
posTypeRank: number|null;
|
||||
posLevels: FormPosLevel[];
|
||||
}
|
||||
|
||||
export type { DataList, PositionMaim, PositionNo, Positions, TreeMain,FormPosType ,FormPosLevel};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue