fix bug โหลดรายการประวัติตำแหน่ง/เงินเดือน เลขที่คำสั่ง ==> แก้ไขทะเบียนประวัติ ตำแหน่ง/เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-19 13:14:31 +07:00
parent 53ae95d48e
commit 52e3558d2e

View file

@ -447,10 +447,8 @@ function exportToExcel() {
? e.posNumCodeSit
: "",
commandNo:
e.posNumCodeSitAbb && e.posNumCodeSit
? `${e.posNumCodeSit} (${e.posNumCodeSitAbb})`
: e.posNumCodeSit
? e.posNumCodeSit
e.commandNo && e.commandYear
? `${e.commandNo}/${Number(e.commandYear) + 543}`
: "",
commandDateSign: date2Thai(e.commandDateSign),
commandCode: store.convertCommandCodeName(e.commandCode),