no message
This commit is contained in:
parent
0fae96a713
commit
9125408b12
2 changed files with 38 additions and 38 deletions
|
|
@ -7851,7 +7851,7 @@ export class ReportController extends Controller {
|
|||
amountSpecial: v.amountSpecial,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
mouthSalaryAmount: v.mouthSalaryAmount,
|
||||
posNo: salary.posMasterNo,
|
||||
posNo: salary.posMasterNo.toString(),
|
||||
posNoAbb: salary.orgShortName,
|
||||
positionName: salary.position,
|
||||
positionExecutive: salary.posExecutive,
|
||||
|
|
@ -7930,7 +7930,7 @@ export class ReportController extends Controller {
|
|||
amountSpecial: v.amountSpecial,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
mouthSalaryAmount: v.mouthSalaryAmount,
|
||||
posNo: salary.posMasterNo,
|
||||
posNo: salary.posMasterNo.toString(),
|
||||
posNoAbb: salary.orgShortName,
|
||||
positionName: salary.position,
|
||||
positionType: salary.posType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue