[fix] แก้ไขกรณีแก้ไขตำแหน่ง/แก้ไขอัตรากำลังแล้วมีคนครองอยู่
This commit is contained in:
parent
762acf46bd
commit
0be2f0d037
4 changed files with 103 additions and 58 deletions
|
|
@ -131,7 +131,7 @@ interface FormPositionSelectRef {
|
|||
}
|
||||
|
||||
interface RowDetailPositions {
|
||||
id: string;
|
||||
id: string | null;
|
||||
positionId: string;
|
||||
positionName: string;
|
||||
positionField: string;
|
||||
|
|
|
|||
|
|
@ -159,6 +159,9 @@ interface PosMaster2 {
|
|||
profilePoslevel: string;
|
||||
profilePostype: string;
|
||||
isDirector?: boolean;
|
||||
current_holderId?: string;
|
||||
next_holderId?: string;
|
||||
isSit?: boolean;
|
||||
}
|
||||
|
||||
interface HistoryPos {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue