@@ -2708,7 +2708,7 @@ class ReceiptExtendController extends DooController {
}
//构建栏目展示Html
-
+
foreach ($aiAllList as $key=>$value){
$sectionCount=count($value)+1;
$sectionHtml.='<th colspan="'.$sectionCount.'">'.$key.'</th>';