no message
This commit is contained in:
parent
c0a9e177e1
commit
af27539142
1 changed files with 2 additions and 2 deletions
|
|
@ -7295,7 +7295,7 @@ export class ReportController extends Controller {
|
|||
? salary.position == null ? salary.root
|
||||
: salary.position+"/"+salary.root : "-",
|
||||
positionType: salary.posType ? salary.posType : "-",
|
||||
positionLevel: salary.posLevel ? salary.posLevel : "-",
|
||||
positionLevel: salary.posLevel ? Extension.ToThaiNumber(salary.posLevel.toString()) : "-",
|
||||
positionNumber: salary.orgShortName != null && salary.posMasterNo != null
|
||||
? Extension.ToThaiNumber(salary.orgShortName + salary.posMasterNo)
|
||||
: "-",
|
||||
|
|
@ -7373,7 +7373,7 @@ export class ReportController extends Controller {
|
|||
? salary.position == null ? salary.root
|
||||
: salary.position+"/"+salary.root : "-",
|
||||
positionType: salary.posType ? salary.posType : "-",
|
||||
positionLevel: salary.posLevel ? salary.posLevel : "-",
|
||||
positionLevel: salary.posLevel ? Extension.ToThaiNumber(salary.posLevel.toString()) : "-",
|
||||
positionNumber: salary.orgShortName != null && salary.posMasterNo != null
|
||||
? Extension.ToThaiNumber(salary.orgShortName + salary.posMasterNo)
|
||||
: "-",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue