周宾
2025-12-12 98979fdffe7f6e7e61e10f792afe5cea979a5932
src/views/personnelManagement/payrollManagement/index.vue
@@ -74,98 +74,98 @@
      label: "姓名",
      prop: "name",
   },
   {
      label: "应出勤天数",
      prop: "shouldAttendedNum",
      width:100
   },
   // {
   //    label: "应出勤天数",
   //    prop: "shouldAttendedNum",
   //    width:100
   // },
   {
      label: "实际出勤天数",
      prop: "actualAttendedNum",
      width:110
   },
   {
      label: "基本工资",
      prop: "basicSalary",
   },
   {
      label: "岗位工资",
      prop: "postSalary",
      width:100
   },
   {
      label: "入离职缺勤扣款",
      prop: "deductionAbsenteeism",
      width:130
   },
   {
      label: "病假扣款",
      prop: "sickLeaveDeductions",
      width:100
   },
   {
      label: "事假扣款",
      prop: "deductionPersonalLeave",
      width:100
   },
   {
      label: "忘记打卡扣款",
      prop: "forgetClockDeduct",
      width:110
   },
   {
      label: "绩效得分",
      prop: "performanceScore",
      width:150
   },
   {
      label: "绩效工资",
      prop: "performancePay",
      width: 120
   },
   {
      label: "应发合计",
      prop: "payableWages",
      width:150
   },
   {
      label: "社保个人",
      prop: "socialSecurityIndividuals",
   },
   {
      label: "社保公司",
      prop: "socialSecurityCompanies",
      width: 120
   },
   {
      label: "社保合计",
      prop: "socialSecurityTotal",
      width: 120
   },
   {
      label: "公积金个人",
      prop: "providentFundIndividuals",
      width: 120
   },
   {
      label: "公积金公司",
      prop: "providentFundCompany",
      width: 120
   },
   {
      label: "公积金合计",
      prop: "providentFundTotal",
      width: 120
   },
   {
      label: "应税工资",
      prop: "taxableWaget",
   },
   {
      label: "个人所得税",
      prop: "personalIncomeTax",
      width: 120
   },
   // {
   //    label: "基本工资",
   //    prop: "basicSalary",
   // },
   // {
   //    label: "岗位工资",
   //    prop: "postSalary",
   //    width:100
   // },
   // {
   //    label: "入离职缺勤扣款",
   //    prop: "deductionAbsenteeism",
   //    width:130
   // },
   // {
   //    label: "病假扣款",
   //    prop: "sickLeaveDeductions",
   //    width:100
   // },
   // {
   //    label: "事假扣款",
   //    prop: "deductionPersonalLeave",
   //    width:100
   // },
   // {
   //    label: "忘记打卡扣款",
   //    prop: "forgetClockDeduct",
   //    width:110
   // },
   // {
   //    label: "绩效得分",
   //    prop: "performanceScore",
   //    width:150
   // },
   // {
   //    label: "绩效工资",
   //    prop: "performancePay",
   //    width: 120
   // },
   // {
   //    label: "应发合计",
   //    prop: "payableWages",
   //    width:150
   // },
   // {
   //    label: "社保个人",
   //    prop: "socialSecurityIndividuals",
   // },
   // {
   //    label: "社保公司",
   //    prop: "socialSecurityCompanies",
   //    width: 120
   // },
   // {
   //    label: "社保合计",
   //    prop: "socialSecurityTotal",
   //    width: 120
   // },
   // {
   //    label: "公积金个人",
   //    prop: "providentFundIndividuals",
   //    width: 120
   // },
   // {
   //    label: "公积金公司",
   //    prop: "providentFundCompany",
   //    width: 120
   // },
   // {
   //    label: "公积金合计",
   //    prop: "providentFundTotal",
   //    width: 120
   // },
   // {
   //    label: "应税工资",
   //    prop: "taxableWaget",
   // },
   // {
   //    label: "个人所得税",
   //    prop: "personalIncomeTax",
   //    width: 120
   // },
   {
      label: "实发工资",
      prop: "actualWages",
@@ -176,6 +176,7 @@
      label: "操作",
      align: "center",
      fixed: 'right',
      width: 200,
      operation: [
         {
            name: "编辑",