แบบ2กท. กรองเฉพาะคนที่ไม่เกษียณเฉพาะรอบตุลา
This commit is contained in:
parent
c149234bf9
commit
81fd9dd511
1 changed files with 1 additions and 1 deletions
|
|
@ -1810,7 +1810,7 @@ export class ReportController extends Controller {
|
|||
salaryPeriodId: salaryPeriodId,
|
||||
},
|
||||
type: "NONE", //ไม่ได้เลื่อน
|
||||
isRetired: false, //กรองเฉพาะคนที่ไม่เกษียณ
|
||||
isRetired: salaryPeriod.period === 'APR' ? In([true, false]) : false, //กรองเฉพาะคนที่ไม่เกษียณเฉพาะรอบตุลา
|
||||
},
|
||||
order: {
|
||||
salaryOrg: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue