fix
This commit is contained in:
parent
b5bfc6bacd
commit
00821559a2
1 changed files with 2 additions and 2 deletions
|
|
@ -8696,7 +8696,7 @@ export class ReportController extends Controller {
|
|||
posNoAbb: salary.orgShortName,
|
||||
positionName: salary.position,
|
||||
positionType: salary.posType,
|
||||
positionLevel: (salary.posTypeShort != null ? salary.posTypeShort + "." : '') + (salary.posLevel != null ? salary.posLevel.toString() : ''),
|
||||
positionLevel: (salary.posTypeShort != null ? salary.posTypeShort + " " : '') + (salary.posLevel != null ? salary.posLevel.toString() : ''),
|
||||
remark: v.remark,
|
||||
orgRoot: salary.root,
|
||||
orgChild1: salary.child1,
|
||||
|
|
@ -8780,7 +8780,7 @@ export class ReportController extends Controller {
|
|||
posNoAbb: salary.orgShortName,
|
||||
positionName: salary.position,
|
||||
positionType: salary.posType,
|
||||
positionLevel: (salary.posTypeShort != null ? salary.posTypeShort + "." : '') + (salary.posLevel != null ? salary.posLevel.toString() : ''),
|
||||
positionLevel: (salary.posTypeShort != null ? salary.posTypeShort + " " : '') + (salary.posLevel != null ? salary.posLevel.toString() : ''),
|
||||
remark: v.remark,
|
||||
orgRoot: salary.root,
|
||||
orgChild1: salary.child1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue