|
@@ -102,7 +102,7 @@
|
|
|
<li style="background:#EFC1B3;float: left;margin-bottom:10px;">补充录用报名</li>
|
|
|
</a>
|
|
|
@endif
|
|
|
- @if($recruit->id == 38)
|
|
|
+ @if($recruit->id == 38 || $recruit->id == 68)
|
|
|
<a href="{{ route('recruit.material_supplement',array('id'=>$recruit->id)) }}" >
|
|
|
<li style="background:#67C23A;float: left;margin-bottom:10px;">考察审核</li>
|
|
|
</a>
|
|
@@ -110,7 +110,7 @@
|
|
|
<li style="background:#764DB3;float: left;margin-bottom:10px;">择岗</li>
|
|
|
</a>
|
|
|
@endif
|
|
|
- @if($recruit->id == 18 || $recruit->id == 38)
|
|
|
+ @if($recruit->id == 18 || $recruit->id == 38 || $recruit->id == 68)
|
|
|
|
|
|
<a href="{{ route('recruit.supplement_info',array('id'=>$recruit->id)) }}" >
|
|
|
<li style="background:#764DB3;float: left;margin-bottom:10px;">信息采集</li>
|