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
90be815f
authored
Oct 17, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_add_role_20181017' into development
parents
7d380eae
89e17ffc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
app/Http/Controllers/PermController.php
resources/views/detail/sendSales.blade.php
app/Http/Controllers/PermController.php
View file @
90be815f
...
...
@@ -57,6 +57,8 @@
return
6
;
}
else
if
(
$department
->
name
==
'自营客服'
)
{
return
7
;
}
else
if
(
$department
->
name
==
'运营助理'
)
{
return
8
;
}
else
{
return
0
;
}
...
...
resources/views/detail/sendSales.blade.php
View file @
90be815f
...
...
@@ -77,8 +77,8 @@
</td>
</tr>
<!-- 查看权限:当前推送人或管理员、经理、测试 -->
@if ($sale_id == $order_info['sale_id'] || in_array($role, [1, 2, 5]))
<!-- 查看权限:当前推送人或管理员、经理、测试
、运营助理
-->
@if ($sale_id == $order_info['sale_id'] || in_array($role, [1, 2, 5
, 8
]))
<tr>
<td
class=
"check-table-title"
width=
"20%"
>
备注信息:
</td>
<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