เพิ่ม return สถานะการทดลองงาน
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
parent
55085ab8d8
commit
dbc46e2fb9
1 changed files with 4 additions and 0 deletions
|
|
@ -1770,6 +1770,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
amount: profile.amount,
|
||||
positionSalaryAmount: profile.positionSalaryAmount,
|
||||
mouthSalaryAmount: profile.mouthSalaryAmount,
|
||||
isProbatin: profile.isProbation,
|
||||
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
posLevel: profile.posType?.posTypeShortName == null && profile.posLevel?.posLevelName == null
|
||||
|
|
@ -1885,6 +1886,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
amount: profile.amount,
|
||||
positionSalaryAmount: profile.positionSalaryAmount,
|
||||
mouthSalaryAmount: profile.mouthSalaryAmount,
|
||||
isProbatin: profile.isProbation,
|
||||
|
||||
posLevel: profile.posLevel?.posLevelName ?? null,
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
|
|
@ -2050,6 +2052,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
amount: profile.amount,
|
||||
positionSalaryAmount: profile.positionSalaryAmount,
|
||||
mouthSalaryAmount: profile.mouthSalaryAmount,
|
||||
isProbatin: profile.isProbation,
|
||||
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
posLevel: profile.posType?.posTypeShortName == null && profile.posLevel?.posLevelName == null
|
||||
|
|
@ -2215,6 +2218,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
amount: profile.amount,
|
||||
positionSalaryAmount: profile.positionSalaryAmount,
|
||||
mouthSalaryAmount: profile.mouthSalaryAmount,
|
||||
isProbatin: profile.isProbation,
|
||||
|
||||
posLevel: profile.posLevel?.posLevelName ?? null,
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue