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
6d5e60c4
authored
Jul 23, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
temp
parent
14cfcd96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
6d5e60c4
...
...
@@ -48,6 +48,7 @@
<th>
支付方式
</th>
<th>
支付类型
</th>
<th>
支付状态
</th>
<th>
支付时间
</th>
</tr>
<tr>
...
...
@@ -161,6 +162,8 @@
}
?>
</td>
<td>
{{ $order_info['pay_time'] ? date('Y-m-d H:i:s', $order_info['pay_time']) : '' }}
</td>
</tr>
</table>
...
...
@@ -186,6 +189,7 @@
</tr>
<tr>
<th>
订单编号
</th>
<th>
京东订单编号
</th>
<th>
会员账号
</th>
<th>
收货人
</th>
<th>
联系电话/手机
</th>
...
...
@@ -197,9 +201,8 @@
@endif
</tr>
<tr>
<td>
{{$order_info['order_sn']}}
</td>
<td>
{{$order_info['order_sn']}}
</td>
<td>
{{ $order_temp_info['jd_order_id'] }}
</td>
<td>
@if ($user_mobile)
...
...
@@ -496,7 +499,10 @@
<th>
小计
</th>
<th>
货期
</th>
<th>
供应商
</th>
@if ($user_info['mobile'] != '15011111111')
<th>
供应商
</th>
@endif
<?php
if
(
$action_name
==
'changeOrder'
&&
count
(
$order_items_info
)
>
1
&&
in_array
(
$order_info
[
'status'
],
[
1
,
2
]))
{
...
...
@@ -533,7 +539,10 @@
@endif
<td>
{{$v['delivery_time']}}
</td>
<td>
{{$v['supplier_name']}}
</td>
@if ($user_info['mobile'] != '15011111111')
<td>
{{$v['supplier_name']}}
</td>
@endif
@if ($action_name == 'changeOrder'
&&
count($order_items_info) > 1
&&
in_array($order_info['status'], [1, 2]))
<td><a
class=
"btn btn-danger deletegoods"
href=
"javascript:;"
data-id=
"{{$v['rec_id']}}"
>
删除
</a></td>
...
...
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