@@ -280,11 +280,14 @@ return array
'delete' => false,
'edit' => false,
'button' => $button,
+ 'mul' => true,
'list_button' => array
(
'list' => array('查看详情', '"push_cash&project=bill&id={id}&page_type=1"'),
'fast' => array('审核', '"cash&where_id={id}&col=audit,audit_desc&oper_save_jump=cash&oper_table=cash&oper_parent=cash"', '{status} == 1'),
+
+ //'fast1' => array('发放', '"tixian&where_id={id}&col=audit,audit_desc,pic&oper_save_jump=tixian&oper_table=tixian&oper_parent=tixian"', '{status} == 2'),
),
@@ -19,6 +19,7 @@ class Cron
if ($data) {
foreach ($data as $k => $v) {
if ($v['num'] > 0) {
+ $w = array();
$w['mid'] = $v['mid'];
$w['month'] = $where['start'];
$info = Dever::db('bill/sell_stat')->find($w);