|
@@ -309,7 +309,7 @@ Class Manage
|
|
|
}
|
|
|
|
|
|
$button = array();
|
|
|
- if ($info['status'] > 1 && $no_code > 0) {
|
|
|
+ if ($info['status'] > 1 && $no_code > 0 && $info['status'] != 3) {
|
|
|
if (Dever::load('manage/auth')->checkFunc('active.order', 'editrefund', '未使用退款')) {
|
|
|
$purl = Dever::url('project/database/update?project=active&table=info_refund&search_option_order_id='.$info['id'].'&col=num,order_id', 'manage');
|
|
|
$button[] = array
|