fix report
This commit is contained in:
parent
9e1ed7fb96
commit
b0a1cb42ea
1 changed files with 1 additions and 0 deletions
|
|
@ -2115,6 +2115,7 @@ export class ReportController extends Controller {
|
|||
posType: item.posType,
|
||||
posLevel: item.posLevel,
|
||||
posExecutive: item.posExecutive ? item.posExecutive:null,
|
||||
fullPositionName: item.posExecutive ? item.position + " (" + item.posExecutive + ")" : item.position || null,
|
||||
posMasterNo:
|
||||
Extension.ToThaiNumber(item.orgShortName) +
|
||||
Extension.ToThaiNumber(String(item.posMasterNo.toLocaleString())),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue