예제 #1
0
 function month_item_proc($item_month)
 {
     $groups = Production::stat_month_item_proc($item_month);
     $table_title = $item_month . ' 月项次进度表';
     render_with_layout('misc.php', 'Statistics/item_month_proc.php', compact('groups', 'table_title'));
 }