Commit d922196c by 朱继来

根据供应商ID判断

parent bcfb747d
Showing with 2 additions and 2 deletions
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<tbody> <tbody>
@foreach ($order_items_info as $v) @foreach ($order_items_info as $v)
<tr data-sup="{{$v['supplier_name']}}"> <tr data-sup="{{$v['canal'] ? $v['supplier_id'].'.'.$v['canal'] : $v['supplier_id']}}">
<td> <td>
<p>{{$v['supplier_name']}}</p> <p>{{$v['supplier_name']}}</p>
</td> </td>
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<?php $extend_fee_items = json_decode($order_temp_info['extend_fee_items'], true); ?> <?php $extend_fee_items = json_decode($order_temp_info['extend_fee_items'], true); ?>
@foreach ($extend_fee_items as $k => $v) @foreach ($extend_fee_items as $k => $v)
<tr data-sup="{{$v['supplier_name']}}"> <tr data-sup="{{$k}}">
<td> <td>
@if (strpos($k, '.') !== false) @if (strpos($k, '.') !== false)
<p> <p>
......
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