huminmin
2026-06-16 f2d7fa54083a6b28f30e2f32185a9f8067ee5324
src/views/personnelManagement/monthlyStatistics/components/formDia.vue
@@ -491,8 +491,6 @@
      pieceSalary: parseNum(row.pieceSalary),
      hourlySalary: parseNum(row.hourlySalary),
      otherIncome: parseNum(row.otherIncome),
      socialPersonal: parseNum(row.socialPersonal),
      fundPersonal: parseNum(row.fundPersonal),
      otherDeduct: parseNum(row.otherDeduct),
      socialSupplementAmount: parseNullableNum(row.socialSupplementAmount),
      remark: row.remark ?? "",
@@ -933,4 +931,4 @@
    font-weight: bold;
    font-size: 18px;
  }
</style>
</style>