|
@@ -179,7 +179,7 @@ return array
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
# 读取另外表的关联方式
|
|
# 读取另外表的关联方式
|
|
'sync' => array('cash_id', 'id'),
|
|
'sync' => array('cash_id', 'id'),
|
|
- 'search' => 'select',
|
|
|
|
|
|
+ // 'search' => 'select',
|
|
//'list' => true,
|
|
//'list' => true,
|
|
'option' => $cash_status,
|
|
'option' => $cash_status,
|
|
//'list_name' => '交易状态<br />发放状态',
|
|
//'list_name' => '交易状态<br />发放状态',
|
|
@@ -262,7 +262,16 @@ return array
|
|
// 'list' => '"{operdate}" > 0 ? date("Y-m-d H:i", {operdate}) : "-"',
|
|
// 'list' => '"{operdate}" > 0 ? date("Y-m-d H:i", {operdate}) : "-"',
|
|
// 'list_order' => 11,
|
|
// 'list_order' => 11,
|
|
),
|
|
),
|
|
-
|
|
|
|
|
|
+ 'audit_admin' => array
|
|
|
|
+ (
|
|
|
|
+ 'type' => 'int-11',
|
|
|
|
+ 'name' => '操作人',
|
|
|
|
+ 'default' => '',
|
|
|
|
+ 'match' => 'is_numeric',
|
|
|
|
+ 'desc' => '操作人',
|
|
|
|
+ 'list' => '"{audit_admin}" > 0 ? Dever::load("manage/admin-find#username", {audit_admin}) : "-"',
|
|
|
|
+ // 'list_order' => 8,
|
|
|
|
+ ),
|
|
'state' => array
|
|
'state' => array
|
|
(
|
|
(
|
|
'type' => 'tinyint-1',
|
|
'type' => 'tinyint-1',
|
|
@@ -293,6 +302,10 @@ return array
|
|
'edit' => false,
|
|
'edit' => false,
|
|
'mul' => $mul,
|
|
'mul' => $mul,
|
|
'list_button' => $list_button,
|
|
'list_button' => $list_button,
|
|
|
|
+ 'button' => array
|
|
|
|
+ (
|
|
|
|
+ '数据导出' => array('excel', 'bill/lib/manage.tixian_out'),
|
|
|
|
+ ),
|
|
),
|
|
),
|
|
|
|
|
|
'request' => array
|
|
'request' => array
|
|
@@ -375,5 +388,18 @@ return array
|
|
'bill-cash-status'=>'yes',
|
|
'bill-cash-status'=>'yes',
|
|
),
|
|
),
|
|
),
|
|
),
|
|
|
|
+ 'getExcelAll' => array
|
|
|
|
+ (
|
|
|
|
+ # 匹配的正则或函数 选填项
|
|
|
|
+ 'option' => array
|
|
|
|
+ (
|
|
|
|
+ 'start' => array('yes-cdate', '>='),
|
|
|
|
+ 'end' => array('yes-cdate', '<='),
|
|
|
|
+ 'status' => array('yes', 'in'),
|
|
|
|
+ 'state' => 1,
|
|
|
|
+ ),
|
|
|
|
+ 'type' => 'All',
|
|
|
|
+ 'col' => '*',
|
|
|
|
+ ),
|
|
),
|
|
),
|
|
);
|
|
);
|