Commit 4364c5db authored by hujun's avatar hujun

成交报告全部

parent 968804c2
......@@ -172,9 +172,9 @@ class Finance extends Basic
$is_show = 0;
break;
case 10 :
//成交报告列表-待撤销-第三级审核
//成交报告列表-全部
$where['a.status'] = ['IN','10,11,13'];
$is_show = 0;
$is_show = $is_show==1 ? 1:0;
break;
default :
//成交报告列表-第一级审核
......
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