special
This commit is contained in:
parent
1f14baaab3
commit
047bd4d945
1 changed files with 2 additions and 6 deletions
|
|
@ -3955,15 +3955,11 @@ export class ReportController extends Controller {
|
|||
: "-",
|
||||
precentTwo:
|
||||
profile.positionSalaryAmountPer == 0.02
|
||||
? Extension.ToThaiNumber(
|
||||
(profile.positionSalaryAmount * profile.positionSalaryAmountPer).toLocaleString(),
|
||||
)
|
||||
? Extension.ToThaiNumber(profile.amountSpecial.toLocaleString())
|
||||
: "-", //ร้อยละ 2
|
||||
precentFour:
|
||||
profile.positionSalaryAmountPer == 0.04
|
||||
? Extension.ToThaiNumber(
|
||||
(profile.positionSalaryAmount * profile.positionSalaryAmountPer).toLocaleString(),
|
||||
)
|
||||
? Extension.ToThaiNumber(profile.amountSpecial.toLocaleString())
|
||||
: "-", //ร้อยละ 4
|
||||
reason: null, // หมายเหตุ
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue