|
@@ -32,13 +32,13 @@ $source_id = function()
|
|
|
|
|
|
$status = array
|
|
|
(
|
|
|
- -2 => '待签名',
|
|
|
- 1 => '待业务初审',
|
|
|
- 2 => '待财务终审',
|
|
|
- 3 => '待权益发放',
|
|
|
+ -2 => array('name' => '待签名', 'style' => 'font-weight:bold;color:#00FFFF'),
|
|
|
+ 1 => array('name' => '待业务初审', 'style' => 'font-weight:bold;color:#436EEE'),
|
|
|
+ 2 => array('name' => '待财务终审', 'style' => 'font-weight:bold;color:#436EEE'),
|
|
|
+ 3 => array('name' => '待权益发放', 'style' => 'font-weight:bold;color:#436EEE'),
|
|
|
4 => array('name' => '已完成', 'style' => 'font-weight:bold;color:green'),
|
|
|
- 5 => '驳回',
|
|
|
- 6 => '挂起',
|
|
|
+ 5 => array('name' => '驳回', 'style' => 'font-weight:bold;color:#CD3700'),
|
|
|
+ 6 => array('name' => '挂起', 'style' => 'font-weight:bold;color:#436EEE'),
|
|
|
);
|
|
|
|
|
|
$pay_status = array
|
|
@@ -670,7 +670,7 @@ return array
|
|
|
'desc' => '',
|
|
|
|
|
|
'insert' => true,
|
|
|
- 'search' => 'date',
|
|
|
+
|
|
|
|
|
|
'list_name' => '注册时间<br />初审时间<br />终审时间<br />完成时间<br />',
|
|
|
'list' => 'Dever::load("agent/lib/order.set_cdate", {id})',
|
|
@@ -700,7 +700,7 @@ return array
|
|
|
'list_button' => array
|
|
|
(
|
|
|
|
|
|
- 'list' => array('查看详情', '"order_process&project=agent&order_id={id}&page_type=1"'),
|
|
|
+ 'list' => array('查看详情', '"order_process&project=agent&order_id={id}&page_type=1&[refer]"'),
|
|
|
|
|
|
|
|
|
|