Commit 4707b1b6 by 朱继来

添加退款金额

parent 3ff48615
Showing with 9 additions and 0 deletions
......@@ -509,6 +509,15 @@
</tr>
@endif
@if (isset($order_price_info['refund_price']) && $order_price_info['refund_price'] != 0)
<tr>
<td>退款金额:</td>
<td class="edit-parent-td">
{{$currency}}<span id="other_money">{{$order_price_info['refund_price']}}</span>
</td>
</tr>
@endif
<tr>
<td>{{ isset($order_temp_info) && $order_temp_info['order_type'] == 3 ? '(自营内部采购下单享95折优惠)' : '' }}订单总额:</td>
<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