Commit c94d225f by 杨树贤

复审罗盘

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