Commit 439eb348 by 朱继来

调整明细

parent 7aec11d6
Showing with 3 additions and 3 deletions
...@@ -503,16 +503,16 @@ ...@@ -503,16 +503,16 @@
<td>{{$v['brand_name']}}</td> <td>{{$v['brand_name']}}</td>
<td id="goods_number_{{$v['rec_id']}}">{{$v['goods_number']}}</td> <td id="goods_number_{{$v['rec_id']}}">{{$v['goods_number']}}</td>
<td> <td>
<span id="{{$v['rec_id']}}">{{$v['goods_price_format']}}</span> <span id="{{$v['rec_id']}}">{{$v['goods_price']}}</span>
</td> </td>
@if (in_array($order_info['order_type'], [2, 3])) @if (in_array($order_info['order_type'], [2, 3]))
<td>{{ $currency . number_format($v['goods_price'] * $v['goods_number'], 4, '.', '') }}</td> <td>{{ $currency . number_format($v['goods_price'] * $v['goods_number'], 2, '.', '') }}</td>
@elseif ($username != 'vpadmin@ichunt.com') @elseif ($username != 'vpadmin@ichunt.com')
<td>{{$v['single_pre_price_format']}}</td> <td>{{$v['single_pre_price_format']}}</td>
<td>{{$v['single_pre_price_amount']}}</td> <td>{{$v['single_pre_price_amount']}}</td>
@else @else
<td>{{ $currency . number_format($v['goods_price'] * $v['goods_number'], 4, '.', '') }}</td> <td>{{ $currency . number_format($v['goods_price'] * $v['goods_number'], 2, '.', '') }}</td>
@endif @endif
<td>{{$v['delivery_time']}}</td> <td>{{$v['delivery_time']}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment