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
f09cc940
authored
Sep 18, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整填写发票快递按钮
parent
4ec7d23f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
f09cc940
...
...
@@ -339,15 +339,17 @@
</tr>
</table>
@endif
@if (!empty($order_shipping_info))
<!-- 订单或发票物流 -->
@if (!empty($order_shipping_info) || !empty($order_invoice_shipping_info))
<table
class=
"table table-bordered table-hover"
>
<tr
class=
"caption"
>
<th
colspan=
"8"
style=
"text-align: center; background: #f9f9f9;"
>
物流信息
</th>
</tr>
@if (!empty($order_shipping_info))
<tr>
<th
width=
"5%"
>
订单物流
</th>
<th
width=
"5%"
>
快递公司:
</th>
...
...
@@ -369,6 +371,7 @@
<a
class=
"btn btn-xs btn-success view-shipping"
data-type=
"1"
>
查看物流轨迹
</a>
</td>
</tr>
@endif
@if (!empty($order_invoice_shipping_info))
<tr>
...
...
@@ -621,8 +624,9 @@
@if ($order_info['status'] == 4
&&
in_array('self_order_express', $userPerms))
<a
class=
"btn btn-default self_express"
href=
"javascript:;"
data-id=
"{{$order_info['order_id']}}"
class=
"btn btn-default"
>
填写快递单
</a>
@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>
@endif
</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