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,11 +15,12 @@ ...@@ -15,11 +15,12 @@
?> ?>
</div> </div>
<table class="table table-bordered"> <div class="table-responsive">
<table class="table table-bordered text-nowrap">
<tr> <tr>
<th width="15%">收货人</th> <th width="15%">收货人</th>
<th width="15%">联系电话/手机</th> <th width="18%">联系电话/手机</th>
<th width="10%">配送方式</th> <th width="15%">配送方式</th>
<?php if ($order_info['order_shipping_type'] == 2) { ?> <?php if ($order_info['order_shipping_type'] == 2) { ?>
<th>自提地址</th> <th>自提地址</th>
<?php } else { ?> <?php } else { ?>
...@@ -41,4 +42,6 @@ ...@@ -41,4 +42,6 @@
</td> </td>
<?php } ?> <?php } ?>
</tr> </tr>
</table> </table>
</div>
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
<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">
<table class="table table-bordered text-nowrap">
<tr> <tr>
<th width="15%">收票人</th> <th width="15%">收票人</th>
<th width="15%">联系电话/手机</th> <th width="18%">联系电话/手机</th>
<th>收票地址</th> <th>收票地址</th>
</tr> </tr>
...@@ -16,4 +17,5 @@ ...@@ -16,4 +17,5 @@
<?= $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