add fields for exec
This commit is contained in:
parent
05e56ba91f
commit
f0ed9a61d3
1 changed files with 20 additions and 0 deletions
|
|
@ -6562,6 +6562,10 @@ export class ReportController extends Controller {
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
citizenId: item.citizenId,
|
citizenId: item.citizenId,
|
||||||
|
amount: item.amount,
|
||||||
|
amountSpecial: item.amountSpecial,
|
||||||
|
amountUse: item.amountUse,
|
||||||
|
positionSalaryAmount: item.positionSalaryAmount,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess(_salaryRank);
|
return new HttpSuccess(_salaryRank);
|
||||||
|
|
@ -6612,6 +6616,10 @@ export class ReportController extends Controller {
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
citizenId: item.citizenId,
|
citizenId: item.citizenId,
|
||||||
|
amount: item.amount,
|
||||||
|
amountSpecial: item.amountSpecial,
|
||||||
|
amountUse: item.amountUse,
|
||||||
|
positionSalaryAmount: item.positionSalaryAmount,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess(_salaryRank);
|
return new HttpSuccess(_salaryRank);
|
||||||
|
|
@ -6656,6 +6664,10 @@ export class ReportController extends Controller {
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
citizenId: item.citizenId,
|
citizenId: item.citizenId,
|
||||||
|
amount: item.amount,
|
||||||
|
amountSpecial: item.amountSpecial,
|
||||||
|
amountUse: item.amountUse,
|
||||||
|
positionSalaryAmount: item.positionSalaryAmount,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess(_salaryRank);
|
return new HttpSuccess(_salaryRank);
|
||||||
|
|
@ -6699,6 +6711,10 @@ export class ReportController extends Controller {
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
citizenId: item.citizenId,
|
citizenId: item.citizenId,
|
||||||
|
amount: item.amount,
|
||||||
|
amountSpecial: item.amountSpecial,
|
||||||
|
amountUse: item.amountUse,
|
||||||
|
positionSalaryAmount: item.positionSalaryAmount,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess(_salaryRank);
|
return new HttpSuccess(_salaryRank);
|
||||||
|
|
@ -6742,6 +6758,10 @@ export class ReportController extends Controller {
|
||||||
firstName: item.firstName,
|
firstName: item.firstName,
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
citizenId: item.citizenId,
|
citizenId: item.citizenId,
|
||||||
|
amount: item.amount,
|
||||||
|
amountSpecial: item.amountSpecial,
|
||||||
|
amountUse: item.amountUse,
|
||||||
|
positionSalaryAmount: item.positionSalaryAmount,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess(_salaryRank);
|
return new HttpSuccess(_salaryRank);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue