123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme() + "://"
- + request.getServerName() + ":" + request.getServerPort()
- + path + "/";
- %>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <base href="<%=basePath%>">
- <!-- jsp文件头和头部 -->
- <%@ include file="../index/top.jsp"%>
- </head>
- <body class="no-skin">
- <!-- /section:basics/navbar.layout -->
- <div class="main-container" id="main-container">
- <!-- /section:basics/sidebar -->
- <div class="main-content">
- <div class="main-content-inner">
- <div class="page-content">
- <div class="row">
- <div class="col-xs-12">
- <table style="margin-top: 8px;">
- <tr height="35">
- <c:if test="${QX.add == 1 }">
- <td style="width:69px;"><a href="javascript:addRole(0);" class="btn btn-sm btn-success">新增组</a></td>
- </c:if>
- <c:choose>
- <c:when test="${not empty roleList}">
- <c:forEach items="${roleList}" var="role" varStatus="vs">
- <td style="width:100px;" class="center" <c:choose><c:when test="${pd.ROLE_ID == role.ROLE_ID}">bgcolor="#FFC926" onMouseOut="javascript:this.bgColor='#FFC926';"</c:when><c:otherwise>bgcolor="#E5E5E5" onMouseOut="javascript:this.bgColor='#E5E5E5';"</c:otherwise></c:choose> onMouseMove="javascript:this.bgColor='#FFC926';" >
- <a href="role.do?ROLE_ID=${role.ROLE_ID }" style="text-decoration:none; display:block;"><i class="menu-icon fa fa-users"></i><font color="#666666">${role.ROLE_NAME }</font></a>
- </td>
- <td style="width:5px;"></td>
- </c:forEach>
- </c:when>
- <c:otherwise>
- <tr>
- <td colspan="100">没有相关数据</td>
- </tr>
- </c:otherwise>
- </c:choose>
- <td></td>
- </tr>
- </table>
-
- <table>
- <tr height="7px;"><td colspan="100"></td></tr>
- <tr>
- <td><font color="#808080">本组:</font></td>
- <td>
- <c:if test="${QX.edit == 1 }">
- <a class="btn btn-mini btn-info" onclick="editRole('${pd.ROLE_ID }');">修改组名称<i class="icon-arrow-right icon-on-right"></i></a>
- </c:if>
- <c:choose>
- <c:when test="${pd.ROLE_ID == '99'}">
- </c:when>
- <c:otherwise>
- <c:if test="${QX.edit == 1 }">
- <a class="btn btn-mini btn-purple" onclick="editRights('${pd.ROLE_ID }');">
- <i class="icon-pencil"></i>
- <c:if test="${pd.ROLE_ID == '1'}">Admin 菜单权限</c:if>
- <c:if test="${pd.ROLE_ID != '1'}">组菜单权限</c:if>
- </a>
- </c:if>
- </c:otherwise>
- </c:choose>
- <c:choose>
- <c:when test="${pd.ROLE_ID == '1' or pd.ROLE_ID == '2'}">
- </c:when>
- <c:otherwise>
- <c:if test="${QX.del == 1 }">
- <a class='btn btn-mini btn-danger' title="删除" onclick="delRole('${pd.ROLE_ID }','z','${pd.ROLE_NAME }');"><i class='ace-icon fa fa-trash-o bigger-130'></i></a>
- </c:if>
- </c:otherwise>
- </c:choose>
- </td>
- </tr>
- </table>
-
- <table id="dynamic-table" class="table table-striped table-bordered table-hover" style="margin-top:7px;">
- <thead>
- <tr>
- <th class="center" style="width: 50px;">序号</th>
- <th>角色</th>
- <th>编码</th>
- <%-- <c:if test="${QX.edit == 1 }">
- <th class="center">增</th>
- <th class="center">删</th>
- <th class="center">改</th>
- <th class="center">查</th>
- </c:if> --%>
- <th style="width:155px;" class="center">操作</th>
- </tr>
- </thead>
- <c:choose>
- <c:when test="${not empty roleList_z}">
- <c:if test="${QX.cha == 1 }">
- <c:forEach items="${roleList_z}" var="var" varStatus="vs">
-
- <tr>
- <td class='center' style="width:30px;">${vs.index+1}</td>
- <td id="ROLE_NAMETd${var.ROLE_ID }">${var.ROLE_NAME }</td>
- <td>${var.RNUMBER }</td>
- <%-- <c:if test="${QX.edit == 1 }">
- <td style="width:30px;"><a onclick="roleButton('${var.ROLE_ID }','add_qx');" class="btn btn-warning btn-mini" title="分配新增权限"><i class="ace-icon fa fa-wrench bigger-110 icon-only"></i></a></td>
- <td style="width:30px;"><a onclick="roleButton('${var.ROLE_ID }','del_qx');" class="btn btn-warning btn-mini" title="分配删除权限"><i class="ace-icon fa fa-wrench bigger-110 icon-only"></i></a></td>
- <td style="width:30px;"><a onclick="roleButton('${var.ROLE_ID }','edit_qx');" class="btn btn-warning btn-mini" title="分配修改权限"><i class="ace-icon fa fa-wrench bigger-110 icon-only"></i></a></td>
- <td style="width:30px;"><a onclick="roleButton('${var.ROLE_ID }','cha_qx');" class="btn btn-warning btn-mini" title="分配查看权限"><i class="ace-icon fa fa-wrench bigger-110 icon-only"></i></a></td>
- </c:if> --%>
- <td style="width:155px;">
- <c:if test="${QX.edit != 1 && QX.del != 1 }">
- <div style="width:100%;" class="center">
- <span class="label label-large label-grey arrowed-in-right arrowed-in"><i class="ace-icon fa fa-lock" title="无权限"></i></span>
- </div>
- </c:if>
- <c:if test="${QX.edit == 1 }">
- <a class="btn btn-mini btn-purple" onclick="editRights('${var.ROLE_ID }');"><i class="icon-pencil"></i>菜单权限</a>
- <c:if test="${var.ROLE_ID != 'fhadminzhuche' }"><!-- 注册用户角色不能修改 -->
- <a class='btn btn-mini btn-info' title="编辑" onclick="editRole('${var.ROLE_ID }');"><i class='ace-icon fa fa-pencil-square-o bigger-130'></i></a>
- </c:if>
- </c:if>
- <c:choose>
- <c:when test="${var.ROLE_ID == '2' or var.ROLE_ID == '1'}">
- </c:when>
- <c:otherwise>
- <c:if test="${QX.del == 1 }">
- <c:if test="${var.ROLE_ID != 'fhadminzhuche' }"><!-- 注册用户角色不能删除 -->
- <a class='btn btn-mini btn-danger' title="删除" onclick="delRole('${var.ROLE_ID }','c','${var.ROLE_NAME }');"><i class='ace-icon fa fa-trash-o bigger-130'></i></a>
- </c:if>
- </c:if>
- </c:otherwise>
- </c:choose>
- </td>
- </tr>
- </c:forEach>
- </c:if>
- <c:if test="${QX.cha == 0 }">
- <tr>
- <td colspan="100" class="center">您无权查看</td>
- </tr>
- </c:if>
- </c:when>
- <c:otherwise>
- <tr>
- <td colspan="100" class="center" >没有相关数据</td>
- </tr>
- </c:otherwise>
- </c:choose>
- </table>
- <div>
- <c:if test="${QX.add == 1 }">
- <a class="btn btn-sm btn-success" onclick="addRole('${pd.ROLE_ID }');">新增角色</a>
- </c:if>
- </div>
-
- </div>
- <!-- /.col -->
- </div>
- <!-- /.row -->
- </div>
- <!-- /.page-content -->
- </div>
- </div>
- <!-- /.main-content -->
- <!-- 返回顶部 -->
- <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
- <i class="ace-icon fa fa-angle-double-up icon-only bigger-110"></i>
- </a>
- </div>
- <!-- /.main-container -->
- <!-- basic scripts -->
- <!-- 页面底部js¨ -->
- <%@ include file="../index/foot.jsp"%>
- <!-- 删除时确认窗口 -->
- <script src="static/ace/js/bootbox.js"></script>
- <!-- ace scripts -->
- <script src="static/ace/js/ace/ace.js"></script>
- <!-- inline scripts related to this page -->
- <script type="text/javascript">
- $(top.hangge());
-
- //新增组
- function addRole(pid){
- top.jzts();
- var diag = new top.Dialog();
- diag.Drag=true;
- diag.Title ="新增";
- diag.URL = '<%=basePath%>role/toAdd.do?parent_id='+pid;
- diag.Width = 222;
- diag.Height = 100;
- diag.CancelEvent = function(){ //关闭事件
- if(diag.innerFrame.contentWindow.document.getElementById('zhongxin').style.display == 'none'){
- top.jzts();
- setTimeout("self.location.reload()",100);
- }
- diag.close();
- };
- diag.show();
- }
-
- //修改
- function editRole(ROLE_ID){
- top.jzts();
- var diag = new top.Dialog();
- diag.Drag=true;
- diag.Title ="编辑";
- diag.URL = '<%=basePath%>role/toEdit.do?ROLE_ID='+ROLE_ID;
- diag.Width = 222;
- diag.Height = 100;
- diag.CancelEvent = function(){ //关闭事件
- if(diag.innerFrame.contentWindow.document.getElementById('zhongxin').style.display == 'none'){
- top.jzts();
- setTimeout("self.location.reload()",100);
- }
- diag.close();
- };
- diag.show();
- }
-
- //删除
- function delRole(ROLE_ID,msg,ROLE_NAME){
- bootbox.confirm("确定要删除["+ROLE_NAME+"]吗?", function(result) {
- if(result) {
- var url = "<%=basePath%>role/delete.do?ROLE_ID="+ROLE_ID+"&guid="+new Date().getTime();
- top.jzts();
- $.get(url,function(data){
- if("success" == data.result){
- if(msg == 'c'){
- top.jzts();
- document.location.reload();
- }else{
- top.jzts();
- window.location.href="role.do";
- }
-
- }else if("false" == data.result){
- top.hangge();
- bootbox.dialog({
- message: "<span class='bigger-110'>删除失败,请先删除下级角色!</span>",
- buttons:
- {
- "button" :
- {
- "label" : "确定",
- "className" : "btn-sm btn-success"
- }
- }
- });
- }else if("false2" == data.result){
- top.hangge();
- bootbox.dialog({
- message: "<span class='bigger-110'>删除失败,此角色已被使用!</span>",
- buttons:
- {
- "button" :
- {
- "label" : "确定",
- "className" : "btn-sm btn-success"
- }
- }
- });
- }
- });
- }
- });
- }
-
- //菜单权限
- function editRights(ROLE_ID){
- top.jzts();
- var diag = new top.Dialog();
- diag.Drag = true;
- diag.Title = "菜单权限";
- diag.URL = '<%=basePath%>role/menuqx.do?ROLE_ID='+ROLE_ID;
- diag.Width = 320;
- diag.Height = 450;
- diag.CancelEvent = function(){ //关闭事件
- diag.close();
- };
- diag.show();
- }
-
- //按钮权限(增删改查)
- function roleButton(ROLE_ID,msg){
- top.jzts();
- if(msg == 'add_qx'){
- var Title = "授权新增权限(此角色下打勾的菜单拥有新增权限)";
- }else if(msg == 'del_qx'){
- Title = "授权删除权限(此角色下打勾的菜单拥有删除权限)";
- }else if(msg == 'edit_qx'){
- Title = "授权修改权限(此角色下打勾的菜单拥有修改权限)";
- }else if(msg == 'cha_qx'){
- Title = "授权查看权限(此角色下打勾的菜单拥有查看权限)";
- }
- var diag = new top.Dialog();
- diag.Drag = true;
- diag.Title = Title;
- diag.URL = '<%=basePath%>role/b4Button.do?ROLE_ID='+ROLE_ID+'&msg='+msg;
- diag.Width = 330;
- diag.Height = 450;
- diag.CancelEvent = function(){ //关闭事件
- diag.close();
- };
- diag.show();
- }
- </script>
- </body>
- </html>
|