Преглед на файлове

提交月度财务报表的合计工时

Lijy преди 1 месец
родител
ревизия
ef7d04c99b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -5147,7 +5147,7 @@ export default {
     },
     // 月度财务统计
     monthlyFinancialStatistics({ columns, data }) {
-      const timeFields = ['maintanceTime', 'debugTime', 'waitingTime', 'assistTime', 'publicTime', 'totalTime'];
+      const timeFields = ['composeTime','repairTime', 'debugTime', 'waitingTime', 'projectWorkingHours', 'assistTime', 'publicTime', 'totalTime'];
       const sums = [];
 
       columns.forEach((column, index) => {