Commit 81fc52c2 authored by hujun's avatar hujun

费用列表

parent be4057ac
......@@ -185,17 +185,17 @@ class Cost extends Basic
if (isset($param['check_status'])) {
switch($param['check_status']) {
case 0 :
$where['a.status'] = 0;break;
$where['a.status'] = 0;break; //总监审核
case 1 :
$where['a.status'] = 1;break;
$where['a.status'] = 5;break; //财务一审
case 2 :
$where['a.status'] = 2;break;
$where['a.status'] = 2;break; //财务二审
case 3 :
$where['a.status'] = 3;break;
$where['a.status'] = 3;break; //出纳审核
case 4 :
$where['a.status'] = 4;break;
$where['a.status'] = 4;break; //已出账
case 5 :
$where['a.status'] = 5;break;
$where['a.status'] = 1;break; //行政审核
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment