ปีพศ.

This commit is contained in:
Bright 2024-03-20 11:14:07 +07:00
parent 9404c61b5e
commit a14ca23c0a

View file

@ -538,7 +538,7 @@ export class ReportController extends Controller {
template: "gov1-03",
reportName: "gov1-03",
data: {
year: Extension.ToThaiNumber(String(salaryPeriod.year)),
year: Extension.ToThaiNumber(String(Extension.ToThaiYear(salaryPeriod.year))),
root: salaryProfile[0]?.root,
profile: salaryProfile.map((item, index) => ({
no: Extension.ToThaiNumber(String(index + 1)),