Commit 45f8bb28 by 朱继来

调整

parent e907007b
......@@ -27,7 +27,9 @@
<th>支付方式</th>
<th>支付状态</th>
<th>支付类型</th>
<th>发货方式</th>
@if ($order_info['order_goods_type'] == 1)
<th>发货方式</th>
@endif
<th>发货状态</th>
<th>物流单号</th>
<th>京东订单编号</th>
......@@ -101,7 +103,9 @@
}
?>
</td>
<td>{{ $order_temp_info['zy_delivery_type'] == 1 ? '现货发货' : '拼单发货' }}</td>
@if ($order_info['order_goods_type'] == 1)
<td>{{ $order_temp_info['zy_delivery_type'] == 1 ? '现货发货' : '拼单发货' }}</td>
@endif
<td>
<?php
if ($order_shipping_info) {
......
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