ออกคำสั่ง C-PM-11, C-PM-12

This commit is contained in:
Bright 2024-06-18 13:26:55 +07:00
parent 9bf37a2f1d
commit cfe1eba3b0
2 changed files with 160 additions and 4 deletions

View file

@ -481,7 +481,7 @@ export class ProfileEmployeeController extends Controller {
});
const Salary = salarys.map((item) => ({
SalaryDate: Extension.ToThaiShortDate(item.date) ?? null,
SalaryDate: item.date ? Extension.ToThaiShortDate(item.date) : null,
Position: item.position ?? null,
PosNo: item.posNo ?? null,
Salary: "",