|
@@ -101,10 +101,7 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
<td>{{$a['is_rebate']?'【赠品】':''}}{{$a['order_code']}}</td>
|
|
|
<td>{{$a['snowflake_id']}}</td>
|
|
|
<td><a href="{{url('admin/custom/index?'.http_build_query(['custom_code'=>$a['custom_code']]))}}">{{$a['custom_name']}}</a></td>
|
|
|
- <td>@foreach($a['product'] as $product)
|
|
|
- {{$product['product_name'].'*'.$product['buy_num']}}<br/>
|
|
|
- @endforeach
|
|
|
- </td>
|
|
|
+ <td>{{$a['product_name']}} * {{$a['buy_num']}}</td>
|
|
|
<td>¥{{$a['price_total']}}</td>
|
|
|
<td>¥{{$a['pay_total']}}</td>
|
|
|
<td>{{$a['contact_name']}}</td>
|