fix add fields for exec
This commit is contained in:
parent
f0ed9a61d3
commit
4766b0e7e5
1 changed files with 40 additions and 20 deletions
|
|
@ -6562,10 +6562,6 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6616,10 +6612,6 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6664,10 +6656,6 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6711,10 +6699,6 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6758,10 +6742,6 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6834,6 +6814,10 @@ export class ReportController extends Controller {
|
|||
"salaryProfile.firstName",
|
||||
"salaryProfile.lastName",
|
||||
"salaryProfile.citizenId",
|
||||
"salaryProfile.amount",
|
||||
"salaryProfile.amountSpecial",
|
||||
"salaryProfile.amountUse",
|
||||
"salaryProfile.positionSalaryAmount",
|
||||
])
|
||||
.getMany();
|
||||
|
||||
|
|
@ -6848,6 +6832,10 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6928,6 +6916,10 @@ export class ReportController extends Controller {
|
|||
"salaryProfile.firstName",
|
||||
"salaryProfile.lastName",
|
||||
"salaryProfile.citizenId",
|
||||
"salaryProfile.amount",
|
||||
"salaryProfile.amountSpecial",
|
||||
"salaryProfile.amountUse",
|
||||
"salaryProfile.positionSalaryAmount",
|
||||
])
|
||||
.getMany();
|
||||
|
||||
|
|
@ -6942,6 +6934,10 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -7015,6 +7011,10 @@ export class ReportController extends Controller {
|
|||
"salaryProfile.firstName",
|
||||
"salaryProfile.lastName",
|
||||
"salaryProfile.citizenId",
|
||||
"salaryProfile.amount",
|
||||
"salaryProfile.amountSpecial",
|
||||
"salaryProfile.amountUse",
|
||||
"salaryProfile.positionSalaryAmount",
|
||||
])
|
||||
.getMany();
|
||||
|
||||
|
|
@ -7029,6 +7029,10 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -7102,6 +7106,10 @@ export class ReportController extends Controller {
|
|||
"salaryProfileEmployee.firstName",
|
||||
"salaryProfileEmployee.lastName",
|
||||
"salaryProfileEmployee.citizenId",
|
||||
"salaryProfileEmployee.amount",
|
||||
"salaryProfileEmployee.amountSpecial",
|
||||
"salaryProfileEmployee.amountUse",
|
||||
"salaryProfileEmployee.positionSalaryAmount",
|
||||
])
|
||||
.getMany();
|
||||
|
||||
|
|
@ -7116,6 +7124,10 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -7189,6 +7201,10 @@ export class ReportController extends Controller {
|
|||
"salaryProfileEmployee.firstName",
|
||||
"salaryProfileEmployee.lastName",
|
||||
"salaryProfileEmployee.citizenId",
|
||||
"salaryProfileEmployee.amount",
|
||||
"salaryProfileEmployee.amountSpecial",
|
||||
"salaryProfileEmployee.amountUse",
|
||||
"salaryProfileEmployee.positionSalaryAmount",
|
||||
])
|
||||
.getMany();
|
||||
|
||||
|
|
@ -7203,6 +7219,10 @@ export class ReportController extends Controller {
|
|||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
citizenId: item.citizenId,
|
||||
amount: item.amount,
|
||||
amountSpecial: item.amountSpecial,
|
||||
amountUse: item.amountUse,
|
||||
positionSalaryAmount: item.positionSalaryAmount,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue