Commit cd3a0381 by 杨树贤

暂时隐藏部分功能,因为存在数据的问题

parent 14e185fb
Showing with 2 additions and 2 deletions
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
@endif @endif
@if(checkPerm('OperateSku')) @if(checkPerm('OperateSku'))
@if (checkPerm('BatchUpdateEncoded')) @if (checkPerm('BatchUpdateEncoded'))
<button type="button" class="layui-btn layui-btn-sm" id="batch_update_encoded">批量修改内部编码</button> {{-- <button type="button" class="layui-btn layui-btn-sm" id="batch_update_encoded">批量修改内部编码</button>--}}
@endif @endif
{{-- <button type="button" class="layui-btn layui-btn-sm" id="set_prefer">设置精选</button>--}} {{-- <button type="button" class="layui-btn layui-btn-sm" id="set_prefer">设置精选</button>--}}
{{-- <button type="button" class="layui-btn layui-btn-sm" id="cancel_set_prefer">取消精选</button>--}} {{-- <button type="button" class="layui-btn layui-btn-sm" id="cancel_set_prefer">取消精选</button>--}}
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
@if(checkPerm('UpdateSku')) @if(checkPerm('UpdateSku'))
<button type="button" class="layui-btn layui-btn-sm" id="update_sku">修改商品信息</button> <button type="button" class="layui-btn layui-btn-sm" id="update_sku">修改商品信息</button>
@endif @endif
<button type="button" class="layui-btn layui-btn-sm" id="update_goods_label">设置SKU显示类型</button> {{-- <button type="button" class="layui-btn layui-btn-sm" id="update_goods_label">设置SKU显示类型</button>--}}
</div> </div>
<table class="layui-table" id="skuList" lay-filter="skuList"></table> <table class="layui-table" id="skuList" lay-filter="skuList"></table>
......
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