Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
9851d46f
authored
Jun 03, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
权限
parent
cb4d42e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
resources/views/web/SupplierList.blade.php
storage/framework/views/5238497145456f693cc29f1fe0a7ff8fb43fd269.php
resources/views/web/SupplierList.blade.php
View file @
9851d46f
...
...
@@ -16,7 +16,9 @@
@if(checkPerm('BatchAllocatePurchaseUser'))
{{-- <button type="
button
" class="
layui
-
btn
layui
-
btn
-
sm
" id="
batch_allocate_purchase_user
">批量分配数据维护员</button>--}}
<button type="
button
" class="
layui
-
btn
layui
-
btn
-
sm
" id="
batch_allocate_purchase_user
">分配数据维护员</button>
<button type="
button
" class="
layui
-
btn
layui
-
btn
-
sm
" id="
batch_allocate_reverse_purchaser
">分配逆向采购员</button>
@endif
@if(checkPerm('BatchAllocateReversePurchaser'))
<button type="
button
" class="
layui
-
btn
layui
-
btn
-
sm
" id="
batch_allocate_reverse_purchaser
">分配逆向采购员</button>
@endif
@if(checkPerm('AllocateChannelUser'))
<button type="
button
" class="
layui
-
btn
layui
-
btn
-
sm
" id="
allocate_channel_user
">分配采购员</button>
...
...
storage/framework/views/5238497145456f693cc29f1fe0a7ff8fb43fd269.php
View file @
9851d46f
...
...
@@ -16,7 +16,9 @@
<?php
if
(
checkPerm
(
'BatchAllocatePurchaseUser'
))
:
?>
<?php
/* <button type="button" class="layui-btn layui-btn-sm" id="batch_allocate_purchase_user">批量分配数据维护员</button>*/
?>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"batch_allocate_purchase_user"
>
分配数据维护员
</button>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"batch_allocate_reverse_purchaser"
>
分配逆向采购员
</button>
<?php
endif
;
?>
<?php
if
(
checkPerm
(
'BatchAllocateReversePurchaser'
))
:
?>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"batch_allocate_reverse_purchaser"
>
分配逆向采购员
</button>
<?php
endif
;
?>
<?php
if
(
checkPerm
(
'AllocateChannelUser'
))
:
?>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"allocate_channel_user"
>
分配采购员
</button>
...
...
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