แก้เปอรเซรนเงนพิเศษ
This commit is contained in:
parent
a6fb4c28f1
commit
94d0412e21
2 changed files with 20 additions and 20 deletions
|
|
@ -3005,11 +3005,11 @@ export class ReportController extends Controller {
|
|||
? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString())
|
||||
: null,
|
||||
precentTwo:
|
||||
profile.positionSalaryAmountPer == 0.2
|
||||
profile.positionSalaryAmountPer == 0.02
|
||||
? profile.positionSalaryAmount * profile.positionSalaryAmountPer
|
||||
: null, //ร้อยละ 2
|
||||
precentFour:
|
||||
profile.positionSalaryAmountPer == 0.4
|
||||
profile.positionSalaryAmountPer == 0.04
|
||||
? profile.positionSalaryAmount * profile.positionSalaryAmountPer
|
||||
: null, //ร้อยละ 4
|
||||
reason: null, // หมายเหตุ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue