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
7c7f99ec
authored
Dec 05, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' into development
parents
72613237
c97ed66e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
7c7f99ec
...
...
@@ -606,13 +606,13 @@
@elseif (isset($_REQUEST['tags'])
&&
$_REQUEST['tags'] == 'self'
&&
$action_name != 'changeOrder')
<p
style=
"padding-left: 5px;"
>
操作
</p>
<div
class=
"tabs-box"
>
<!-- 判断状态和权限 -->
@if ($order_info['status'] == 1
&&
in_array('add_offline_audit', $userPerms))
<!-- 判断状态和权限
$extend-自营线下订单
-->
@if ($order_info['status'] == 1
&&
in_array('add_offline_audit', $userPerms)
&&
$extend
)
<a
class=
"btn btn-success self-check"
data-id=
"{{$order_info['order_id']}}"
>
内部订单审核
</a>
@endif
<!-- 订单审单 -->
@if (in_array($order_info['status'], [1, 2])
&&
in_array('self_check_order', $userPerms))
@if (in_array($order_info['status'], [1, 2])
&&
in_array('self_check_order', $userPerms)
&&
!$extend
)
<a
class=
"btn btn-info"
href=
"/change/{{$order_info['order_id']}}?tags=self"
>
人工审单
</a>
@endif
...
...
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