Commit 38c297b4 by 朱继来

调整地址信息

parent 2573ebfa
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
?> ?>
<!-- 收货、发票等信息 --> <!-- 收货、发票等信息 -->
<div class="tabs-box table-responsive"> <div class="tabs-box table-responsive" style="width: 100%;">
@include('detail.detail_multi_info') @include('detail.detail_multi_info')
</div> </div>
......
...@@ -15,30 +15,33 @@ ...@@ -15,30 +15,33 @@
?> ?>
</div> </div>
<table class="table table-bordered"> <div class="table-responsive">
<tr> <table class="table table-bordered text-nowrap">
<th width="15%">收货人</th> <tr>
<th width="15%">联系电话/手机</th> <th width="15%">收货人</th>
<th width="10%">配送方式</th> <th width="18%">联系电话/手机</th>
<?php if ($order_info['order_shipping_type'] == 2) { ?> <th width="15%">配送方式</th>
<th>自提地址</th> <?php if ($order_info['order_shipping_type'] == 2) { ?>
<?php } else { ?> <th>自提地址</th>
<th>收货地址</th> <?php } else { ?>
<?php } ?> <th>收货地址</th>
</tr> <?php } ?>
<tr> </tr>
<td><?= $order_address_info['consignee'] ?></td> <tr>
<td><?= $order_address_info['consignee'] ?></td>
<td><?= $order_address_info['mobile'] ?></td> <td><?= $order_address_info['mobile'] ?></td>
<?php if ($order_info['order_shipping_type'] == 2) { ?>
<td>客户自提</td>
<td><?= $order_address_info['address'] ?></td>
<?php } else { ?>
<td>快递送货</td>
<td>
<?= $order_address_info['province_val'] ?>&nbsp;&nbsp;<?= $order_address_info['city_val'] ?>&nbsp;&nbsp;<?= $order_address_info['district_val'] ?>&nbsp;&nbsp;<?= $order_address_info['address'] ?>
</td>
<?php } ?>
</tr>
</table>
</div>
<?php if ($order_info['order_shipping_type'] == 2) { ?>
<td>客户自提</td>
<td><?= $order_address_info['address'] ?></td>
<?php } else { ?>
<td>快递送货</td>
<td>
<?= $order_address_info['province_val'] ?>&nbsp;&nbsp;<?= $order_address_info['city_val'] ?>&nbsp;&nbsp;<?= $order_address_info['district_val'] ?>&nbsp;&nbsp;<?= $order_address_info['address'] ?>
</td>
<?php } ?>
</tr>
</table>
...@@ -2,18 +2,20 @@ ...@@ -2,18 +2,20 @@
<h3 style="float: left; width: 100px;">发票收货信息</h3> <h3 style="float: left; width: 100px;">发票收货信息</h3>
</div> </div>
<table class="table table-bordered"> <div class="table-responsive">
<tr> <table class="table table-bordered text-nowrap">
<th width="15%">收票人</th> <tr>
<th width="15%">联系电话/手机</th> <th width="15%">收票人</th>
<th>收票地址</th> <th width="18%">联系电话/手机</th>
</tr> <th>收票地址</th>
</tr>
<tr> <tr>
<td><?= $order_invoice_address_info['consignee'] ?></td> <td><?= $order_invoice_address_info['consignee'] ?></td>
<td><?= $order_invoice_address_info['mobile'] ?></td> <td><?= $order_invoice_address_info['mobile'] ?></td>
<td> <td>
<?= $order_invoice_address_info['province_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['city_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['district_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['address'] ?> <?= $order_invoice_address_info['province_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['city_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['district_val'] ?>&nbsp;&nbsp;<?= $order_invoice_address_info['address'] ?>
</td> </td>
</tr> </tr>
</table> </table>
\ No newline at end of file </div>
\ No newline at end of file
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