cqp 2 săptămâni în urmă
părinte
comite
3e20052b78
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/Exports/ResearchExpenseSummarySheetExport.php

+ 1 - 1
app/Exports/ResearchExpenseSummarySheetExport.php

@@ -90,7 +90,7 @@ class ResearchExpenseSummarySheetExport implements WithEvents, WithTitle
 //                    $sheet->setCellValue("{$col_7_2}{$currentRow}", "={$col_7_1}{$currentRow}");
                     $sheet->setCellValue("{$col_8_2}{$currentRow}", "={$col_8_1}{$currentRow}*0.8");
                     $sheet->setCellValue("{$col_8_4}{$currentRow}", "={$col_8_3}{$currentRow}*0.8");
-                    $sheet->setCellValue("{$col_E}{$currentRow}", "={$col_6}{$currentRow}+{$col_7_1}{$currentRow}+{$col_7_2}{$currentRow}+{$col_8_2}{$currentRow}+{$col_8_4}{$currentRow}");
+                    $sheet->setCellValue("{$col_E}{$currentRow}", "={$col_6}{$currentRow}+{$col_7_2}{$currentRow}+{$col_8_2}{$currentRow}+{$col_8_4}{$currentRow}");
 
                     // 严格清洗类型字符串进行归集
                     $cleanType = preg_replace('/[\s\v\t\r\n]+/u', '', (string)$item['type']);