Commit c5c56f15 by 朱继来

调整

parent be7277ff
Showing with 3 additions and 3 deletions
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<input type="hidden" name="return_info[user_id]" value="{{$order_info['user_id']}}"> <input type="hidden" name="return_info[user_id]" value="{{$order_info['user_id']}}">
<input type="hidden" class="order_goods_type" name="return_info[order_goods_type]" value="{{$order_info['order_goods_type']}}"> <input type="hidden" class="order_goods_type" name="return_info[order_goods_type]" value="{{$order_info['order_goods_type']}}">
<input type="hidden" name="return_info[currency]" value="{{$order_info['currency']}}"> <input type="hidden" name="return_info[currency]" value="{{$order_info['currency']}}">
<input type="hidden" name="return_info[mobile]" value="{{$user_info['mobile'] ? $user_info['mobile'] : $user_mobile}}"> <input type="hidden" name="return_info[mobile]" value="{{isset($user_info['mobile']) ? $user_info['mobile'] : $user_mobile}}">
<input type="hidden" name="return_info[email]" value="{{$user_info['email']}}"> <input type="hidden" name="return_info[email]" value="{{isset($user_info['email']) ? $user_info['email'] : ''}}">
<input type="hidden" name="return_info[company_name]" value="{{ isset($company_info['com_name']) ? $company_info['com_name'] : '' }}"> <input type="hidden" name="return_info[company_name]" value="{{ isset($company_info['com_name']) ? $company_info['com_name'] : '' }}">
<input type="hidden" name="return_info[pay_amount]" value="{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}"> <input type="hidden" name="return_info[pay_amount]" value="{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}">
<input type="hidden" name="pay_id" value="{{$order_pay_log[0]['pay_id']}}"> <input type="hidden" name="pay_id" value="{{$order_pay_log[0]['pay_id']}}">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<th width="20%">供应商</th> <th width="20%">供应商</th>
<th>型号</th> <th>型号</th>
<th>出库数量</th> <th>出库数量</th>
<th>均摊后单价</th> <th>均摊后单价(包含支付优惠)</th>
<th>退货数量</th> <th>退货数量</th>
<th width="10%">小计</th> <th width="10%">小计</th>
<th>已申请数量</th> <th>已申请数量</th>
......
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