Merge branch 'develop' into adiDev
This commit is contained in:
commit
e4710ed004
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