Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
jd_data_process
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
918d6ef7
authored
Oct 19, 2024
by
larosa
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add READ
parent
32c58b90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
README.md
README.md
View file @
918d6ef7
...
...
@@ -52,5 +52,7 @@ update 更新参数时的注意事项。
1.
admin / 挂在采购部门的采购助理 => 不限制
\
2.
采购经理,采购总监 => 获取自己和下级的名字 => 筛选条件为 purchase_name in (采购员名字列表)
\
3.
二级或者三级部门采购助理 => 获取自己所属部门的所有人员名单 => 筛选条件为 purchase_name in (人员名单)
\
4.
其他人 => 筛选条件为 purchase_name = '本人名字'
4.
其他人 => 筛选条件为 purchase_name = '本人名字'
\
对于采购助理,需要检查他属于那个部门层级的采购助理,如果是一级部门采购部的采购助理,则不限制。
\
但是如果他是二级或者三级的采购助理,就要去获取这个部门的人员名单,然后限制。
\ No newline at end of file
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