บันทึกเลื่อนขั้นเงินเดือนลูกจ้าง
This commit is contained in:
parent
dba2e15403
commit
a82fbcd17e
2 changed files with 7 additions and 4 deletions
|
|
@ -565,8 +565,8 @@ export class SalaryPeriodEmployeeController extends Controller {
|
||||||
// if (!salarys) {
|
// if (!salarys) {
|
||||||
// throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบระดับตำแหน่ง");
|
// throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบระดับตำแหน่ง");
|
||||||
// }
|
// }
|
||||||
// salaryProfile.type = body.type;
|
salaryProfile.type = body.type;
|
||||||
// salaryProfile.isReserve = body.isReserve;
|
salaryProfile.isReserve = body.isReserve;
|
||||||
// let type = salaryProfile.type;
|
// let type = salaryProfile.type;
|
||||||
// //SalaryRank
|
// //SalaryRank
|
||||||
// let salaryRanks: any = null;
|
// let salaryRanks: any = null;
|
||||||
|
|
|
||||||
|
|
@ -341,10 +341,13 @@ export class CreateSalaryProfileEmployee {
|
||||||
position: string;
|
position: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
posType: string;
|
posType: string | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
posLevel: string;
|
posLevel: string | null;
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
salaryLevel: number | null;
|
||||||
|
|
||||||
// @Column()
|
// @Column()
|
||||||
// posExecutive: string | null;
|
// posExecutive: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue