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
62b97170
authored
Nov 27, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/zhujilai/Order
into zjl_iteration_20181127
parents
38bcb19d
80c163b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
62b97170
...
...
@@ -587,7 +587,7 @@
@endif
<!-- 已发货之后的状态 -->
@if ($order_info['status']
>= 4
)
@if ($order_info['status']
== 10
)
<a
href=
"{{URL('invShipping', ['order_id'=>$order_info['order_id']])}}"
class=
"btn btn-default"
>
寄送发票
</a>
@endif
...
...
@@ -614,7 +614,7 @@
@endif
@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']}}"
>
填写快递单
</a
>
<
!-- <a class="btn btn-default self_express" href="javascript:;" data-id="{{$order_info['order_id']}}">填写快递单</a> --
>
@endif
<!-- 订单状态大于4,且处于开票状态,且存在权限 -->
...
...
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