ปีพศ.
This commit is contained in:
parent
9404c61b5e
commit
a14ca23c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ export class ReportController extends Controller {
|
||||||
template: "gov1-03",
|
template: "gov1-03",
|
||||||
reportName: "gov1-03",
|
reportName: "gov1-03",
|
||||||
data: {
|
data: {
|
||||||
year: Extension.ToThaiNumber(String(salaryPeriod.year)),
|
year: Extension.ToThaiNumber(String(Extension.ToThaiYear(salaryPeriod.year))),
|
||||||
root: salaryProfile[0]?.root,
|
root: salaryProfile[0]?.root,
|
||||||
profile: salaryProfile.map((item, index) => ({
|
profile: salaryProfile.map((item, index) => ({
|
||||||
no: Extension.ToThaiNumber(String(index + 1)),
|
no: Extension.ToThaiNumber(String(index + 1)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue