บันทึกเลื่อนขั้นเงินเดือนลูกจ้าง

This commit is contained in:
Kittapath 2024-03-19 11:31:21 +07:00
parent dba2e15403
commit a82fbcd17e
2 changed files with 7 additions and 4 deletions

View file

@ -565,8 +565,8 @@ export class SalaryPeriodEmployeeController extends Controller {
// if (!salarys) {
// throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบระดับตำแหน่ง");
// }
// salaryProfile.type = body.type;
// salaryProfile.isReserve = body.isReserve;
salaryProfile.type = body.type;
salaryProfile.isReserve = body.isReserve;
// let type = salaryProfile.type;
// //SalaryRank
// let salaryRanks: any = null;