getUnRefundOrderDetail($order_id); $order_detail = $order_detail_result[ "data" ]; $this->assign("order_detail", $order_detail); return $this->fetch('order/batch_print_order'); } }