|
|
|
@ -28,7 +28,8 @@ class OrderDetail extends RowAction |
|
|
|
{ |
|
|
|
return <<<JS |
|
|
|
$('.detail_{$this->order_id}').on('click', function () { |
|
|
|
window.location.href ="detail?order_id={$this->order_id}&page={$this->currentPage}&last_url={$this->last_url}"; |
|
|
|
//window.location.href ="detail?order_id={$this->order_id}&page={$this->currentPage}&last_url={$this->last_url}";
|
|
|
|
window.open("detail?order_id={$this->order_id}&page={$this->currentPage}&last_url={$this->last_url}"); |
|
|
|
}); |
|
|
|
JS; |
|
|
|
} |
|
|
|
|