sunhao 5 years ago
parent
commit
66b434d4c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/order/orderlist.blade.php

+ 1 - 1
resources/views/order/orderlist.blade.php

@@ -43,7 +43,7 @@
43 43
         </div>
44 44
         
45 45
         <div class="mt-20">
46
-            @if($overtime)
46
+            @if($overtime && $self_role !='销售')
47 47
                 <font color='red'>
48 48
                 超一天未发订单量:【{{$overtime['count']}}单】&nbsp; 订单ID:【
49 49
                     @foreach($overtime['list'] as $k=>$oid)