Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c5c56f15
authored
Jun 19, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
be7277ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/detail/return.blade.php
resources/views/detail/return.blade.php
View file @
c5c56f15
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment