caipin 5 years ago
parent
commit
33631b15b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      protected/controller/ReceiptExtendController.php

+ 2 - 2
protected/controller/ReceiptExtendController.php

@@ -2708,11 +2708,11 @@ class ReceiptExtendController extends DooController {
     		}
     		
     		//构建栏目展示Html
-    		    
+    		 
     		foreach ($aiAllList as $key=>$value){
     			$sectionCount=count($value)+1;
     			$sectionHtml.='<th colspan="'.$sectionCount.'">'.$key.'</th>';
-    			   
+    			     
     			$sectionItemHtml.='<th class="colRed">合计</th>';
     			foreach ($value as $k=>$v){
     				$sectionItemHtml.='<th>'.$v['name'].'</th>';