|
@@ -4,7 +4,7 @@ $excel[] = array('数据导出','数据导出','active/lib/excel.out_active_orde
|
|
|
$list_button = array();
|
|
|
if (Dever::load('manage/auth')->checkFunc('active.order', 'editRefund', '全额退款')) {
|
|
|
// $list_button['fast'] = array('退款', '"info_refund&project=active&search_option_order_id={id}"');
|
|
|
- $list_button['oper'] = array('全额退款', '"active/lib/manage.refund?id={id}"', '"{status}" == 2 && "{code_num}" == -1');
|
|
|
+ $list_button['oper'] = array('全额退款', '"active/lib/manage.refund?id={id}"', '"{status}" == 2 && "{code_num}" < 0');
|
|
|
}
|
|
|
$list_button['list'] = array('查看详情','"info_code&project=active&id={id}&page_type=1&[refer]"');
|
|
|
$pay_type = array
|