Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
c06904c41d
3 changed files with 3 additions and 5 deletions
|
|
@ -251,7 +251,6 @@ export class ReportController extends Controller {
|
|||
posMaster.next_holder == null
|
||||
? "- ว่าง -"
|
||||
: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
||||
|
||||
profilePosMasterNo: posMaster.next_holder == null ? null : "xxx",
|
||||
profilePositionName: posMaster.next_holder == null ? positionName : "xxx",
|
||||
profilePosType: posMaster.next_holder == null ? posType : "xxx",
|
||||
|
|
@ -262,7 +261,6 @@ export class ReportController extends Controller {
|
|||
// profilePosType: (positionOld == null ? null : positionOld.posType.posTypeName),
|
||||
// profilePosLevel: (positionOld == null ? null : positionOld.posLevel.posLevelName),
|
||||
// profilePositionField: (positionOld == null ? null : positionOld.positionField),
|
||||
|
||||
PositionName: positionName,
|
||||
PosType: posType,
|
||||
PosLevel: posLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue