| | |
| | | <table id="LAY-app-content-list2" lay-filter="LAY-app-content-list2"></table> |
| | | <!-- #region 自定义表头 --> |
| | | <div class="headerSetIcon"> |
| | | <button class="layui-btn layui-btn-primary layui-btn-sm" data-type="customCols2"> |
| | | <button class="layui-btn layui-btn-primary layui-btn-sm" |
| | | data-type="customCols2"> |
| | | <i class="layui-icon"></i> |
| | | </button> |
| | | </div> |
| | |
| | | sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) { |
| | | if (res.code == 0) { //成功 |
| | | for (var k = 0; k < res.data.length; k++) { |
| | | if(res.data[k].ParentNo == "2400") |
| | | { |
| | | if (res.data[k].ParentNo == "2400") { |
| | | if (res.data[k].MenuName == "撤销") { |
| | | console.log(res.data[k].MenuName); |
| | | $(function() { |
| | |
| | | yemianid = 1; |
| | | }); |
| | | var doing = true; |
| | | //删除 |
| | | //撤销 |
| | | table.on('tool(LAY-app-content-list)', function (obj) { |
| | | console.log(obj); |
| | | if (obj.event === 'del') { |