Преглед изворни кода

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

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) => {