เพิ่มคำนวนเงินเดือนตำแหน่ง ฉ

This commit is contained in:
Kittapath 2024-04-02 14:34:32 +07:00
parent 822035838d
commit 7a0fec256c
4 changed files with 39 additions and 0 deletions

View file

@ -372,6 +372,7 @@ export class SalaryPeriodController extends Controller {
where: {
posTypeId: Level.posTypeId,
posLevelId: Level.id,
isSpecial: salaryProfile.isSpecial == false ? false : true,
isActive: true,
},
});
@ -683,6 +684,7 @@ export class SalaryPeriodController extends Controller {
where: {
posTypeId: Level.posTypeId,
posLevelId: Level.id,
isSpecial: salaryProfile.isSpecial == false ? false : true,
isActive: true,
},
});
@ -1054,6 +1056,7 @@ export class SalaryPeriodController extends Controller {
where: {
posTypeId: posLevel.posTypeId,
posLevelId: posLevel.id,
isSpecial: salaryProfile.isSpecial == false ? false : true,
isActive: true,
},
});