This commit is contained in:
parent
23ed9319fa
commit
bf85af7e0d
3 changed files with 13 additions and 21 deletions
|
|
@ -263,7 +263,7 @@ export class SalaryPeriodController extends Controller {
|
|||
}, 0);
|
||||
const data = {
|
||||
total: salaryOrg.total,
|
||||
fifteenPercent: salaryOrg.fifteenPercent,
|
||||
fifteenPercent: salaryOrg.fifteenPercent + (salaryOrg.fifteenPoint / 100),
|
||||
chosen: salaryOrg.quantityUsed,
|
||||
remaining: salaryOrg.remainQuota,
|
||||
currentAmount: salaryOrg.currentAmount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue