caipin 5 tahun lalu
induk
melakukan
7de1f6f3d2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      protected/class/receipt.func.php

+ 1 - 1
protected/class/receipt.func.php

@@ -1877,7 +1877,7 @@ function excelRCData($summaryData,$aiAllList,$cglist,$year){
 			$col++;
 			foreach ($aiav as $k=>$v){//项目细则
 				$sumRowStart=$onRow-1;
-				$obj->getactivesheet()->setCellValue( $col.$onRow, '='.$col.$sumRowStart.'/'.$col.'1' );
+				$obj->getactivesheet()->setCellValue( $col.$onRow, '='.$col.$sumRowStart.'/'.$col.'4' );
 				$col++;
 			}
 		}