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