|
@@ -82,7 +82,7 @@
|
|
|
<li style="background:#bc3fbb;float: left;margin-bottom:10px;">面试通知书打印</li>
|
|
|
</a>
|
|
|
@endif
|
|
|
- @if(in_array(6,explode(',',$recruit->step)))
|
|
|
+ @if(in_array(6,explode(',',$recruit->step)) && $recruit->reexamine_ticket_type == 1)
|
|
|
<a href="javascript:void(0)" id="reexamine_ticket" data-id="{{$info->id}}" >
|
|
|
<li style="background:#eb0b50;float: left;margin-bottom:10px;">复试通知书打印</li>
|
|
|
</a>
|