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:
|
precentTwo:
|
||||||
profile.positionSalaryAmountPer == 0.02
|
profile.positionSalaryAmountPer == 0.02
|
||||||
? Extension.ToThaiNumber(
|
? Extension.ToThaiNumber(profile.amountSpecial.toLocaleString())
|
||||||
(profile.positionSalaryAmount * profile.positionSalaryAmountPer).toLocaleString(),
|
|
||||||
)
|
|
||||||
: "-", //ร้อยละ 2
|
: "-", //ร้อยละ 2
|
||||||
precentFour:
|
precentFour:
|
||||||
profile.positionSalaryAmountPer == 0.04
|
profile.positionSalaryAmountPer == 0.04
|
||||||
? Extension.ToThaiNumber(
|
? Extension.ToThaiNumber(profile.amountSpecial.toLocaleString())
|
||||||
(profile.positionSalaryAmount * profile.positionSalaryAmountPer).toLocaleString(),
|
|
||||||
)
|
|
||||||
: "-", //ร้อยละ 4
|
: "-", //ร้อยละ 4
|
||||||
reason: null, // หมายเหตุ
|
reason: null, // หมายเหตุ
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue