fix ระบบทะเบียยนประวัติ (User) >> ตัวย่อ ข้อมูลระดับชั้นงาน ไม่แสดง #1441

This commit is contained in:
Bright 2025-04-23 14:34:35 +07:00
parent 7bba2fac81
commit 8d8b034d7b
3 changed files with 5 additions and 0 deletions

View file

@ -6788,6 +6788,7 @@ export class ProfileController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
posExecutiveName:

View file

@ -2931,6 +2931,7 @@ export class ProfileEmployeeController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
posExecutiveName: null,
@ -4330,6 +4331,7 @@ export class ProfileEmployeeController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
rootId:

View file

@ -1947,6 +1947,7 @@ export class ProfileEmployeeTempController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
rootId:
@ -2956,6 +2957,7 @@ export class ProfileEmployeeTempController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
rootId: