Browse Source

工资单-月度工资单

jingbb 1 year ago
parent
commit
1f7eb2b3d5

+ 1 - 1
src/views/oa/salary_management/personnelSalary/Payroll.vue

@@ -219,7 +219,7 @@
           }else if(record.type=='年休工资单'){
             this.$refs.AnnualLeavePayroll.visible = true
             this.$refs.AnnualLeavePayroll.detail(record.id)
-          }else if(record.type=='月度工资'){
+          }else if(record.type=='月度工资'){
             this.$refs.PayrollDetail.visible = true
             this.$refs.PayrollDetail.detail(record.id)
           }

+ 16 - 17
src/views/oa/salary_management/personnelSalary/modules/PayrollDetail.vue

@@ -84,7 +84,7 @@
                     dataIndex: 'code',
                     ellipsis: true,
                     customRender: (t) => ellipsis(t,17),
-                    width:'4%'
+                    width:'6%'
                 },
                 {
                     title: '姓名',
@@ -98,106 +98,105 @@
                     title: '基本薪资',
                     align: "center",
                     dataIndex: 'wages',
-                    ellipsis: true,
-                    width:'3%'
+                    width:'5%'
                 },
                 {
                     title: '话费补贴',
                     align: "center",
                     dataIndex: 'phoneBill',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '午餐补贴',
                     align: "center",
                     dataIndex: 'lunch',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '住房补贴',
                     align: "center",
                     dataIndex: 'housingSubsidies',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '交通补贴',
                     align: "center",
                     dataIndex: 'transportation',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '全勤奖',
                     align: "center",
                     dataIndex: 'fullAttendance',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '合计应发',
                     align: "center",
                     dataIndex: 'totalPayable',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '社保',
                     align: "center",
                     dataIndex: 'socialSecurity',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '公积金',
                     align: "center",
                     dataIndex: 'accumulationFund',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '个税',
                     align: "center",
                     dataIndex: 'personalTax',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '迟到',
                     align: "center",
                     dataIndex: 'latenessCost',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '事假',
                     align: "center",
                     dataIndex: 'personalCost',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '病假',
                     align: "center",
                     dataIndex: 'sickCost',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '婚假',
                     align: "center",
                     dataIndex: 'marriageCost',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '丧假',
                     align: "center",
                     dataIndex: 'funeralCost',
                     ellipsis: true,
-                    width:'3%'
+                    width:'4%'
                 },
                 {
                     title: '合计应扣',