add amountSpecial
This commit is contained in:
parent
0a9d3002a4
commit
10547c61b4
1 changed files with 4 additions and 0 deletions
|
|
@ -7712,11 +7712,15 @@ export class ReportController extends Controller {
|
|||
profileEmployeeId: salary.profileId,
|
||||
date: new Date(),
|
||||
amount: v.amount,
|
||||
amountSpecial: v.amountSpecial,
|
||||
commandId: v.commandId,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
mouthSalaryAmount: v.mouthSalaryAmount,
|
||||
posNo: salary.orgShortName + salary.posMasterNo,
|
||||
position: salary.position,
|
||||
positionLine: null,
|
||||
positionPathSide: null,
|
||||
positionExecutive: null,
|
||||
positionType: salary.posType,
|
||||
positionLevel: salary.posLevel ? String(salary.posLevel) : null,
|
||||
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue