取消扣款小结
This commit is contained in:
@@ -141,10 +141,10 @@
|
||||
<text class="label">个税</text>
|
||||
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
|
||||
</view>
|
||||
<view class="item total">
|
||||
<!-- <view class="item total">
|
||||
<text class="label">扣款小计</text>
|
||||
<text class="value highlight red">{{deductionTotle}}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -206,27 +206,27 @@
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
deductionTotle() {
|
||||
return Number(this.dataInfo.absentCardDeduction) +
|
||||
Number(this.dataInfo.absenteeismDeduction) +
|
||||
Number(this.dataInfo.annualPerformanceDeduction) +
|
||||
Number(this.dataInfo.basicMedicalDeduction) +
|
||||
Number(this.dataInfo.basicPensionDeduction) +
|
||||
Number(this.dataInfo.bereavementLeaveDeduction) +
|
||||
Number(this.dataInfo.housingFundDeduction) +
|
||||
Number(this.dataInfo.individualTaxDeduction) +
|
||||
Number(this.dataInfo.lateEarlyDeduction) +
|
||||
Number(this.dataInfo.marriageLeaveDeduction) +
|
||||
Number(this.dataInfo.maternityLeaveDeduction) +
|
||||
Number(this.dataInfo.missedCheckInOutDeduction) +
|
||||
Number(this.dataInfo.monthlyPerformanceDeduction) +
|
||||
Number(this.dataInfo.paternityLeaveDeduction) +
|
||||
Number(this.dataInfo.personalLeaveDeduction) +
|
||||
Number(this.dataInfo.severeLateEarlyDeduction) +
|
||||
Number(this.dataInfo.sickLeaveDeduction) +
|
||||
Number(this.dataInfo.unemploymentInsuranceDeduction) +
|
||||
Number(this.dataInfo.violationDeduction)
|
||||
}
|
||||
// deductionTotle() {
|
||||
// return Number(this.dataInfo.absentCardDeduction) +
|
||||
// Number(this.dataInfo.absenteeismDeduction) +
|
||||
// Number(this.dataInfo.annualPerformanceDeduction) +
|
||||
// Number(this.dataInfo.basicMedicalDeduction) +
|
||||
// Number(this.dataInfo.basicPensionDeduction) +
|
||||
// Number(this.dataInfo.bereavementLeaveDeduction) +
|
||||
// Number(this.dataInfo.housingFundDeduction) +
|
||||
// Number(this.dataInfo.individualTaxDeduction) +
|
||||
// Number(this.dataInfo.lateEarlyDeduction) +
|
||||
// Number(this.dataInfo.marriageLeaveDeduction) +
|
||||
// Number(this.dataInfo.maternityLeaveDeduction) +
|
||||
// Number(this.dataInfo.missedCheckInOutDeduction) +
|
||||
// Number(this.dataInfo.monthlyPerformanceDeduction) +
|
||||
// Number(this.dataInfo.paternityLeaveDeduction) +
|
||||
// Number(this.dataInfo.personalLeaveDeduction) +
|
||||
// Number(this.dataInfo.severeLateEarlyDeduction) +
|
||||
// Number(this.dataInfo.sickLeaveDeduction) +
|
||||
// Number(this.dataInfo.unemploymentInsuranceDeduction) +
|
||||
// Number(this.dataInfo.violationDeduction)
|
||||
// }
|
||||
},
|
||||
onLoad: function(option) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user