fix(organization): Display orgshortName

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-05 13:50:22 +07:00
parent 291bab66a0
commit 66c5487bc6
2 changed files with 26 additions and 15 deletions

View file

@ -167,11 +167,14 @@ interface PosMaster2 {
interface HistoryPos {
id: string; //id node
orgShotName: string; //ชื่อย่อส่วนราชการ
orgShortName: string; //ชื่อย่อส่วนราชการ
lastUpdatedAt: Date; //วันที่แก้ไข
posMasterNoPrefix: string; //Prefix นำหน้าเลขที่ตำแหน่ง เป็น Optional (ไม่ใช่อักษรย่อของหน่วยงาน/ส่วนราชการ)
posMasterNo: number; //เลขที่ตำแหน่ง เป็นตัวเลข
posMasterNoSuffix: string; //Suffix หลังเลขที่ตำแหน่ง เช่น ช.
prefix: string; //คำนำหน้าชื่อผู้ครองตำแหน่ง
firstName: string; //ชื่อผู้ครองตำแหน่ง
lastName: string; //นามสกุลผู้ครองตำแหน่ง
}
interface SelectPerson {