fix report

This commit is contained in:
AdisakKanthawilang 2024-07-17 10:00:34 +07:00
parent 9e1ed7fb96
commit b0a1cb42ea

View file

@ -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())),