Browse Source

已审核不能编辑

sunhao 5 years ago
parent
commit
b7afe22f21
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

@@ -136,7 +136,7 @@
136 136
                                     @endforeach
137 137
                                 @endif
138 138
 
139
-                                @if($self_role =='销售' && $a['status']>0)
139
+                                @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0)
140 140
 
141 141
                                 @else
142 142
                                 <a style="text-decoration:none" onClick='order_edit("编辑","{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>