示例#1
0
文件: Urgent.php 项目: saintyk/yndl_2
 function search_by_part_num($num)
 {
     $parts_group = Part::get_parts_group_with_filter($num);
     //debug( $parts_group );
     render_with_layout('misc.php', 'Urgent/list_group_by_date_or_part.php', compact('parts_group'));
 }