fix เลขที่ตำแหน่ง ระบบแต่งตั้ง เลื่อน ย้าย
This commit is contained in:
parent
161847d687
commit
990ec2a765
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ async function getDataTable(id: string, level: number = 0) {
|
|||
isPosition: e.isPosition,
|
||||
posMasterNo:
|
||||
e.orgShortname +
|
||||
(e.posMasterNoPrefix != null ? e.posMasterNoPrefix : "") +
|
||||
(e.posMasterNoPrefix != null ? e.posMasterNoPrefix : "") + ' ' +
|
||||
e.posMasterNo +
|
||||
(e.posMasterNoSuffix != null ? e.posMasterNoSuffix : ""),
|
||||
positionName: e.positionName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue