Commit 89e17ffc by 朱继来

添加运营助理权限

parent 82ea1b07
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
return 6; return 6;
} else if ($department->name == '自营客服') { } else if ($department->name == '自营客服') {
return 7; return 7;
} else if ($department->name == '运营助理') {
return 8;
} else { } else {
return 0; return 0;
} }
......
...@@ -77,8 +77,8 @@ ...@@ -77,8 +77,8 @@
</td> </td>
</tr> </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> <tr>
<td class="check-table-title" width="20%">备注信息:</td> <td class="check-table-title" width="20%">备注信息:</td>
<td> <td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment