Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop
This commit is contained in:
commit
e7602c8b08
2 changed files with 2 additions and 2 deletions
|
|
@ -5881,7 +5881,7 @@ export class ProfileController extends Controller {
|
|||
: _data.profileSalary[0].positionExecutive,
|
||||
posNo:
|
||||
_data.profileSalary[0].posNoAbb && _data.profileSalary[0].posNo
|
||||
? _data.profileSalary[0].posNoAbb + _data.profileSalary[0].posNo
|
||||
? `${_data.profileSalary[0].posNoAbb} ${_data.profileSalary[0].posNo}`
|
||||
: _data.profileSalary[0].posNo || "",
|
||||
rootId: null,
|
||||
root: _data.profileSalary[0].orgRoot == null ? null : _data.profileSalary[0].orgRoot,
|
||||
|
|
|
|||
|
|
@ -2963,7 +2963,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
position: _data.position,
|
||||
posNo:
|
||||
_data.profileSalary[0].posNoAbb && _data.profileSalary[0].posNo
|
||||
? _data.profileSalary[0].posNoAbb + _data.profileSalary[0].posNo
|
||||
? `${_data.profileSalary[0].posNoAbb} ${_data.profileSalary[0].posNo}`
|
||||
: _data.profileSalary[0].posNo || "",
|
||||
employeeClass: _data.employeeClass == null ? null : _data.employeeClass,
|
||||
govAge: Extension.CalculateGovAge(_data.dateAppoint, 0, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue