Commit 9851d46f by 杨树贤

权限

parent cb4d42e1
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
@if(checkPerm('BatchAllocatePurchaseUser')) @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_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 @endif
@if(checkPerm('AllocateChannelUser')) @if(checkPerm('AllocateChannelUser'))
<button type="button" class="layui-btn layui-btn-sm" id="allocate_channel_user">分配采购员</button> <button type="button" class="layui-btn layui-btn-sm" id="allocate_channel_user">分配采购员</button>
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
<?php if(checkPerm('BatchAllocatePurchaseUser')): ?> <?php if(checkPerm('BatchAllocatePurchaseUser')): ?>
<?php /* <button type="button" class="layui-btn layui-btn-sm" id="batch_allocate_purchase_user">批量分配数据维护员</button>*/ ?> <?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_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 endif; ?>
<?php if(checkPerm('AllocateChannelUser')): ?> <?php if(checkPerm('AllocateChannelUser')): ?>
<button type="button" class="layui-btn layui-btn-sm" id="allocate_channel_user">分配采购员</button> <button type="button" class="layui-btn layui-btn-sm" id="allocate_channel_user">分配采购员</button>
......
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