瀏覽代碼

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

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