|
@@ -200,6 +200,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
|
|
|
'sync' => array('cash_id', 'id'),
|
|
|
+ 'search' => 'select',
|
|
|
'list' => true,
|
|
|
'option' => $cash_status,
|
|
|
'list_order' => 9,
|
|
@@ -228,6 +229,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'radio',
|
|
|
'option' => $manage_status,
|
|
|
+ 'mul' => true,
|
|
|
),
|
|
|
|
|
|
'audit_desc' => array
|
|
@@ -293,6 +295,7 @@ return array
|
|
|
'insert' => false,
|
|
|
'delete' => false,
|
|
|
'edit' => false,
|
|
|
+ 'mul' => true,
|
|
|
'list_button' => array
|
|
|
(
|
|
|
'list' => array('查看详情', '"push_cash&project=bill&id={cash_id}&page_type=1"'),
|