|
@@ -25,6 +25,10 @@ if ($mid) {
|
|
|
'返回上一页' => array('location', 'l=project/database/list&project=agent&table=member_area&page_type=1&mid=' . $mid),
|
|
|
);
|
|
|
}
|
|
|
+$list2_button = array();
|
|
|
+if (Dever::load('manage/auth')->checkFunc('agent.dh_order', 'edit', '审核')){
|
|
|
+ $list2_button = array('审核', '"dh_order_goods&project=agent&order_id={id}&audit=1&page_type=1"', '{status} == 2');
|
|
|
+}
|
|
|
|
|
|
$status = array
|
|
|
(
|
|
@@ -383,6 +387,7 @@ return array
|
|
|
|
|
|
'oper' => array('确认收货', '"agent/lib/manage.setDhOrderStatus?mid={mid}&order_id={id}"', '{type} == 1 && {status} == 4'),
|
|
|
),
|
|
|
+ 'list2_button' => $list2_button,
|
|
|
),
|
|
|
|
|
|
'request' => array
|