Browse Source

A仓B仓商品展示

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

@@ -117,7 +117,7 @@
117 117
                             <td>{{$a['receiverMobile']}}</td>                                                                                    
118 118
                             <td>{{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}}</td>                            
119 119
                             <td>
120
-                                @if( is_array($a['goods']) && $a['warehouse'] == 3)
120
+                                @if( is_array($a['goods']) )
121 121
                                     @foreach($a['goods'] as $good)
122 122
                                         <p>{{$good}}</p>
123 123
                                     @endforeach