ออกคำสั่ง C-PM-11, C-PM-12
This commit is contained in:
parent
9bf37a2f1d
commit
cfe1eba3b0
2 changed files with 160 additions and 4 deletions
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue