Commit d4763767 by 杨树贤

手动同步按钮

parent 8059ad50
Showing with 5 additions and 0 deletions
...@@ -42,6 +42,11 @@ ...@@ -42,6 +42,11 @@
一体化同步 一体化同步
</button> </button>
@endif @endif
@if(request()->user->userId==1000 || checkPerm('ManualSyncToUnited'))
<button type="button" class="layui-btn layui-btn-sm" title="该操作可以将供应商同步到一体化" id="sync_supplier_to_united">
一体化同步
</button>
@endif
@if(checkPerm('ApplySupplierShare')) @if(checkPerm('ApplySupplierShare'))
{{-- @if(checkPerm('BlockSupplier'))--}} {{-- @if(checkPerm('BlockSupplier'))--}}
<button type="button" class="layui-btn layui-btn-sm" id="apply_supplier_share"> <button type="button" class="layui-btn layui-btn-sm" id="apply_supplier_share">
......
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