[fix] แก้ไขกรณีแก้ไขตำแหน่ง/แก้ไขอัตรากำลังแล้วมีคนครองอยู่

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-22 13:11:27 +07:00
parent 762acf46bd
commit 0be2f0d037
4 changed files with 103 additions and 58 deletions

View file

@ -131,7 +131,7 @@ interface FormPositionSelectRef {
}
interface RowDetailPositions {
id: string;
id: string | null;
positionId: string;
positionName: string;
positionField: string;

View file

@ -159,6 +159,9 @@ interface PosMaster2 {
profilePoslevel: string;
profilePostype: string;
isDirector?: boolean;
current_holderId?: string;
next_holderId?: string;
isSit?: boolean;
}
interface HistoryPos {