fix
This commit is contained in:
parent
5d292df148
commit
d9c3c3860f
2 changed files with 13 additions and 3 deletions
|
|
@ -4522,7 +4522,11 @@ export class ReportController extends Controller {
|
|||
? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString())
|
||||
: "-",
|
||||
score: profile.result?Extension.ToThaiNumber(profile.result):"-",
|
||||
reason: profile.remark,
|
||||
// reason: profile.remark,
|
||||
reason:`${profile.type === "FULL" ? "หนึ่งขั้น" : ""}\n` +
|
||||
`${profile.type === "FULLHAFT" ? "หนึ่งขั้นครึ่ง" : ""}\n` +
|
||||
`${profile.amountSpecial > 0 ? "ได้รับค่าตอบแทนพิเศษ\n" : ""}` +
|
||||
`${profile.isNext === true ? "(ได้รับเงินเดือนสูงกว่าขั้นสูงฯ)" : ""}`, // หมายเหตุ
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue