|
@@ -161,7 +161,7 @@ return array
|
|
|
|
|
|
'option' => $status,
|
|
|
'search' => 'select',
|
|
|
- 'list_name' =>'订单状态<br/>合同签署状态<br/>终审时间',
|
|
|
+ 'list_name' =>'订单状态<br/>合同签署状态<br/>终审时间<br>签署时间',
|
|
|
'list' => 'Dever::load("agent/lib/soft_cash.list",{id})',
|
|
|
|
|
|
),
|
|
@@ -224,6 +224,7 @@ return array
|
|
|
'desc' => '',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'day',
|
|
|
+ 'search' => 'date',
|
|
|
'callback' => 'maketime',
|
|
|
|
|
|
),
|
|
@@ -234,10 +235,22 @@ return array
|
|
|
'name' => '终审时间',
|
|
|
'default' => '',
|
|
|
'match' => 'is_numeric',
|
|
|
-
|
|
|
+ 'search' => 'date',
|
|
|
+ 'desc' => '',
|
|
|
+
|
|
|
+ ),
|
|
|
+
|
|
|
+ 'fdate' => array
|
|
|
+ (
|
|
|
+ 'type' => 'int-11',
|
|
|
+ 'name' => '签署时间',
|
|
|
+ 'default' => '',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'search' => 'date',
|
|
|
'desc' => '',
|
|
|
|
|
|
),
|
|
|
+
|
|
|
'state' => array
|
|
|
(
|
|
|
'type' => 'tinyint-1',
|
|
@@ -255,7 +268,7 @@ return array
|
|
|
'desc' => '',
|
|
|
|
|
|
'insert' => true,
|
|
|
- 'search' => 'date',
|
|
|
+
|
|
|
|
|
|
),
|
|
|
),
|
|
@@ -297,5 +310,19 @@ return array
|
|
|
'col' => '*',
|
|
|
),
|
|
|
|
|
|
+ 'getTotal' => array
|
|
|
+ (
|
|
|
+
|
|
|
+ 'option' => array
|
|
|
+ (
|
|
|
+ 'fstart' => array('yes-zdate', '>='),
|
|
|
+ 'fend' => array('yes-zdate', '<='),
|
|
|
+ 'status' => array('yes', 'in'),
|
|
|
+ 'state' => 1,
|
|
|
+ ),
|
|
|
+ 'type' => 'one',
|
|
|
+ 'col' => 'sum(cash) as total',
|
|
|
+ ),
|
|
|
+
|
|
|
),
|
|
|
);
|