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
abbf591c
authored
Sep 18, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_adjust_20180911' into development
parents
31b99803
4b319b50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
abbf591c
...
@@ -340,7 +340,8 @@
...
@@ -340,7 +340,8 @@
</table>
</table>
@endif
@endif
@if (!empty($order_shipping_info))
<!-- 订单或发票物流 -->
@if (!empty($order_shipping_info) || !empty($order_invoice_shipping_info))
<table
class=
"table table-bordered table-hover"
>
<table
class=
"table table-bordered table-hover"
>
<tr
class=
"caption"
>
<tr
class=
"caption"
>
<th
colspan=
"8"
style=
"text-align: center; background: #f9f9f9;"
>
<th
colspan=
"8"
style=
"text-align: center; background: #f9f9f9;"
>
...
@@ -348,6 +349,7 @@
...
@@ -348,6 +349,7 @@
</th>
</th>
</tr>
</tr>
@if (!empty($order_shipping_info))
<tr>
<tr>
<th
width=
"5%"
>
订单物流
</th>
<th
width=
"5%"
>
订单物流
</th>
<th
width=
"5%"
>
快递公司:
</th>
<th
width=
"5%"
>
快递公司:
</th>
...
@@ -369,6 +371,7 @@
...
@@ -369,6 +371,7 @@
<a
class=
"btn btn-xs btn-success view-shipping"
data-type=
"1"
>
查看物流轨迹
</a>
<a
class=
"btn btn-xs btn-success view-shipping"
data-type=
"1"
>
查看物流轨迹
</a>
</td>
</td>
</tr>
</tr>
@endif
@if (!empty($order_invoice_shipping_info))
@if (!empty($order_invoice_shipping_info))
<tr>
<tr>
...
@@ -622,7 +625,8 @@
...
@@ -622,7 +625,8 @@
<a
class=
"btn btn-default self_express"
href=
"javascript:;"
data-id=
"{{$order_info['order_id']}}"
class=
"btn btn-default"
>
填写快递单
</a>
<a
class=
"btn btn-default self_express"
href=
"javascript:;"
data-id=
"{{$order_info['order_id']}}"
class=
"btn btn-default"
>
填写快递单
</a>
@endif
@endif
@if ($order_info['status'] >= 4
&&
in_array('self_order_invoice_express', $userPerms))
<!-- 订单状态大于4,且处于开票状态,且存在权限 -->
@if ($order_info['status'] >= 4
&&
$order_invoice_info['inv_type'] > 1
&&
in_array('self_order_invoice_express', $userPerms))
<a
class=
"btn btn-default self_invoice_express"
data-id=
"{{$order_info['order_id']}}"
href=
"javascript:;"
class=
"btn btn-default"
>
填写发票快递
</a>
<a
class=
"btn btn-default self_invoice_express"
data-id=
"{{$order_info['order_id']}}"
href=
"javascript:;"
class=
"btn btn-default"
>
填写发票快递
</a>
@endif
@endif
</div>
</div>
...
...
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