เพิ่มคำนวนเงินเดือนตำแหน่ง ฉ
This commit is contained in:
parent
822035838d
commit
7a0fec256c
4 changed files with 39 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue