diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..d4f2124
--- /dev/null
+++ b/package-lock.json
@@ -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=="
+ }
+ }
+}
diff --git a/pages/salaryDetails/salaryDetails.vue b/pages/salaryDetails/salaryDetails.vue
index ced6851..5e1b53a 100644
--- a/pages/salaryDetails/salaryDetails.vue
+++ b/pages/salaryDetails/salaryDetails.vue
@@ -141,10 +141,10 @@
个税
{{dataInfo.individualTaxDeduction}}
-
+
@@ -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 {