{{ formatMoney(scope.row.baseSalary) }}
{{ formatMoney(scope.row.annualPerformanceBonus) }}
{{ formatMoney(scope.row.monthlyPerformanceBonus) }}
{{ formatMoney(scope.row.otherBonus) }}
{{ formatMoney(scope.row.managerAllowance) }}
{{ formatMoney(scope.row.transportationAllowance) }}
{{ formatMoney(scope.row.otherAllowance) }}
{{ formatMoney(scope.row.senioritySalary) }}
{{ formatMoney(scope.row.overtimePay) }}
{{ formatMoney(scope.row.grossPaySummary) }}
{{ formatMoney(scope.row.annualPerformanceDeduction) }}
{{ formatMoney(scope.row.monthlyPerformanceDeduction) }}
{{ formatMoney(scope.row.personalLeaveDeduction) }}
{{ formatMoney(scope.row.sickLeaveDeduction) }}
{{ formatMoney(scope.row.lateEarlyDeduction) }}
{{ formatMoney(scope.row.missedCheckInOutDeduction) }}
{{ formatMoney(scope.row.absentCardDeduction) }}
{{ formatMoney(scope.row.absenteeismDeduction) }}
{{ formatMoney(scope.row.violationDeduction) }}
{{ formatMoney(scope.row.basicPensionDeduction) }}
{{ formatMoney(scope.row.unemploymentInsuranceDeduction) }}
{{ formatMoney(scope.row.basicMedicalDeduction) }}
{{ formatMoney(scope.row.medicalDeductionAmount) }}
{{ formatMoney(scope.row.housingFundDeduction) }}
{{ formatMoney(scope.row.otherDeduction) }}
{{ formatMoney(scope.row.individualTaxDeduction) }}
{{ formatMoney(scope.row.deductionTotal) }}
{{ formatMoney(scope.row.netSalary) }}
修改
展示给员工