Browse Source

增加复试生成才显示按钮

zmw 4 months ago
parent
commit
4b729ee11e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/themes/default/views/app/recruit/show.blade.php

+ 1 - 1
public/themes/default/views/app/recruit/show.blade.php

@@ -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>