fix ระบบทะเบียยนประวัติ (User) >> ตัวย่อ ข้อมูลระดับชั้นงาน ไม่แสดง #1441
This commit is contained in:
parent
7bba2fac81
commit
8d8b034d7b
3 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue