Browse Source

卖家云订单号

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

@@ -111,7 +111,7 @@
111 111
                     @foreach($result as $a)
112 112
                         <tr class="text-c" style=" text-align:center;">                           
113 113
                             <td><!--input type="checkbox" name="id[]" value="{{$a['id']}}"--> {{$a['id']}}</td>                            
114
-                            <td>{{$a['orderCode']}}</td>                            
114
+                            <td>{{$a['outerCode']}}</td>                            
115 115
                             <td>{{$a['customerName']}}</td>                            
116 116
                             <td>{{$a['receiverName']}}</td>                            
117 117
                             <td>{{$a['receiverMobile']}}</td>