getUnRefundOrderDetail($order_id)[ "data" ]; $this->assign("order_detail", $order_detail); if($type == 1){ return $this->fetch('order/batch_print_order'); }else{ return $this->fetch('order/batch_print_order_new'); } } }