取消扣款小结
This commit is contained in:
Generated
+17
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "salaryAccounting",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"dependencies": {
|
||||||
|
"mini-smooth-signature": "^1.2.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/mini-smooth-signature": {
|
||||||
|
"version": "1.2.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/mini-smooth-signature/-/mini-smooth-signature-1.2.3.tgz",
|
||||||
|
"integrity": "sha512-T/ZYnjqdXM11n6GQ29XG5PRXeoq1LFJMWlcc/EljJUVM2J00RF1ffnX5+4XKbUMymH/TNQF9mBhAU1cPXiKQlw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -141,10 +141,10 @@
|
|||||||
<text class="label">个税</text>
|
<text class="label">个税</text>
|
||||||
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
|
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item total">
|
<!-- <view class="item total">
|
||||||
<text class="label">扣款小计</text>
|
<text class="label">扣款小计</text>
|
||||||
<text class="value highlight red">{{deductionTotle}}</text>
|
<text class="value highlight red">{{deductionTotle}}</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -206,27 +206,27 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
deductionTotle() {
|
// deductionTotle() {
|
||||||
return Number(this.dataInfo.absentCardDeduction) +
|
// return Number(this.dataInfo.absentCardDeduction) +
|
||||||
Number(this.dataInfo.absenteeismDeduction) +
|
// Number(this.dataInfo.absenteeismDeduction) +
|
||||||
Number(this.dataInfo.annualPerformanceDeduction) +
|
// Number(this.dataInfo.annualPerformanceDeduction) +
|
||||||
Number(this.dataInfo.basicMedicalDeduction) +
|
// Number(this.dataInfo.basicMedicalDeduction) +
|
||||||
Number(this.dataInfo.basicPensionDeduction) +
|
// Number(this.dataInfo.basicPensionDeduction) +
|
||||||
Number(this.dataInfo.bereavementLeaveDeduction) +
|
// Number(this.dataInfo.bereavementLeaveDeduction) +
|
||||||
Number(this.dataInfo.housingFundDeduction) +
|
// Number(this.dataInfo.housingFundDeduction) +
|
||||||
Number(this.dataInfo.individualTaxDeduction) +
|
// Number(this.dataInfo.individualTaxDeduction) +
|
||||||
Number(this.dataInfo.lateEarlyDeduction) +
|
// Number(this.dataInfo.lateEarlyDeduction) +
|
||||||
Number(this.dataInfo.marriageLeaveDeduction) +
|
// Number(this.dataInfo.marriageLeaveDeduction) +
|
||||||
Number(this.dataInfo.maternityLeaveDeduction) +
|
// Number(this.dataInfo.maternityLeaveDeduction) +
|
||||||
Number(this.dataInfo.missedCheckInOutDeduction) +
|
// Number(this.dataInfo.missedCheckInOutDeduction) +
|
||||||
Number(this.dataInfo.monthlyPerformanceDeduction) +
|
// Number(this.dataInfo.monthlyPerformanceDeduction) +
|
||||||
Number(this.dataInfo.paternityLeaveDeduction) +
|
// Number(this.dataInfo.paternityLeaveDeduction) +
|
||||||
Number(this.dataInfo.personalLeaveDeduction) +
|
// Number(this.dataInfo.personalLeaveDeduction) +
|
||||||
Number(this.dataInfo.severeLateEarlyDeduction) +
|
// Number(this.dataInfo.severeLateEarlyDeduction) +
|
||||||
Number(this.dataInfo.sickLeaveDeduction) +
|
// Number(this.dataInfo.sickLeaveDeduction) +
|
||||||
Number(this.dataInfo.unemploymentInsuranceDeduction) +
|
// Number(this.dataInfo.unemploymentInsuranceDeduction) +
|
||||||
Number(this.dataInfo.violationDeduction)
|
// Number(this.dataInfo.violationDeduction)
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
onLoad: function(option) {
|
onLoad: function(option) {
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user