|
@@ -557,14 +557,13 @@ class Order
|
|
|
$soft_price = $role['soft'];
|
|
|
}
|
|
|
|
|
|
- /*
|
|
|
+ $purl = Dever::url('project/database/update?project=agent&table=order&where_id='.$info['id'].'&col=admin_desc', 'manage');
|
|
|
$button[] = array
|
|
|
(
|
|
|
- 'type' => 'action',
|
|
|
- 'link' => Dever::url('lib/manage.setOrderStatus?id=' . $info['id'] . '&value=6', 'agent'),
|
|
|
- 'name' => '挂起',
|
|
|
+ 'type' => 'edit',
|
|
|
+ 'link' => $purl,
|
|
|
+ 'name' => '备注',
|
|
|
);
|
|
|
- */
|
|
|
|
|
|
if ($info['status'] <= 3 && $info['status'] > 0) {
|
|
|
# 未完成审核的订单,可以随时挂起
|