Commit c94d225f by 杨树贤

复审罗盘

parent 2cf543c5
...@@ -20,8 +20,8 @@ class SupplierStatisticsService ...@@ -20,8 +20,8 @@ class SupplierStatisticsService
return $result; return $result;
} }
$total = $this->getStatisticsCount('all'); $total = $this->getStatisticsCount('all');
// //待复审 //待复审
// $needReview = $this->getStatisticsCount('need_review'); $needReview = $this->getStatisticsCount('need_review');
// //待提审 // //待提审
// $pending = $this->getStatisticsCount('pending'); // $pending = $this->getStatisticsCount('pending');
// //审核中 // //审核中
...@@ -62,7 +62,7 @@ class SupplierStatisticsService ...@@ -62,7 +62,7 @@ class SupplierStatisticsService
//缺少品质协议(线上) //缺少品质协议(线上)
$result = [ $result = [
'total' => $total, 'total' => $total,
// 'need_review' => $needReview, 'need_review' => $needReview,
// 'pending' => $pending, // 'pending' => $pending,
// 'in_review' => $inReview, // 'in_review' => $inReview,
// 'passed' => $passed, // 'passed' => $passed,
......
...@@ -220,7 +220,7 @@ return [ ...@@ -220,7 +220,7 @@ return [
'CompassMenuMap' => [ 'CompassMenuMap' => [
'total' => '全部', 'total' => '全部',
// 'pending' => '待提审', // 'pending' => '待提审',
// 'need_review' => '待复审', 'need_review' => '待复审',
// 'in_review' => '审核中', // 'in_review' => '审核中',
// 'draft' => '草稿', // 'draft' => '草稿',
// 'passed' => '已通过', // 'passed' => '已通过',
......
...@@ -144,6 +144,11 @@ ...@@ -144,6 +144,11 @@
</a> </a>
</div> </div>
@endif @endif
<div class="layui-row">
<a class="main_filter" title="待复审" id="need_review">
待复审
</a>
</div>
</div> </div>
<div class="split-item" id="s7" style="text-align: center"> <div class="split-item" id="s7" style="text-align: center">
<div class="layui-row"> <div class="layui-row">
......
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 sign in to comment