{// 引入标签库 } function get_is_arrival($status) { if($status == 0) return l("NO"); else return l("YES"); } function get_deal_order_item_name($id) { $item = M("DealOrderItem")->getById($id); $str = get_order_sn_with_link($item['order_id']); return $str."  ".$item['name']."[".l("NUMBER").":".$item['number']."]"; }
{$main_title}
{$page}