修改权限系统列表乱码

master
hujl 3 years ago
parent a16f04a255
commit 52eb43a050

@ -6,63 +6,68 @@
<head> <head>
<title>科室管理</title> <title>科室管理</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset=utf-8">
<!-- 引入 Bootstrap --> <!-- 引入 Bootstrap -->
<link rel="stylesheet" href="${path}/static/css/comm.css">
<link rel="stylesheet" href="${path}/static/zTree_v3-master/css/zTreeStyle/zTreeStyle.css"> <link rel="stylesheet" href="${path}/static/zTree_v3-master/css/zTreeStyle/zTreeStyle.css">
<style type="text/css"> <style type="text/css">
/*页头*/
.panel-heading{
padding: 0 16px;
}
hr{ hr{
margin:0; margin:0;
} }
.form-group{
margin-left:15px;
}
/*模态框表单*/ /*模态框表单*/
.formDiv{ .formDiv{
width:100%; width:100%;
height:30px; height:30px;
margin-top:10px; margin-top:10px;
} }
.control-label{ .control-label{
width:30%; width:30%;
text-align: right; text-align: right;
padding-top:2px; padding-top:2px;
} }
.input{ .input{
width:50%; width:50%;
float:left; float:left;
} }
/*按钮组*/
.btns{
text-align: right;
margin-bottom: 5px;
}
/*模态框*/ /*模态框*/
.modal-header{ .modal-header{
text-align: center; text-align: center;
} }
.modal-title{ .modal-title{
font-weight: bold; font-weight: bold;
} }
.modelBtns{ .modelBtns{
text-align: center; text-align: center;
} }
.modelBtn{ .modelBtn{
width: 74px; width: 74px;
margin-left: 38px; margin-left: 38px;
margin-bottom: 16px; margin-bottom: 16px;
} }
.operBtns{ .operBtns{
margin-left:10px; margin-left:10px;
} }
.tableDiv{
margin-left:14px;
}
.shortInput{ .shortInput{
width:80px; width:80px;
} }
.warningLabel{ .warningLabel{
margin-left:102px; margin-left:102px;
} }
.warningDiv{ .warningDiv{
margin-left: 134px; margin-left: 134px;
margin-top: -20px; margin-top: -20px;
@ -70,20 +75,16 @@
</style> </style>
</head> </head>
<body> <body>
<div class="mainBody"> <div style="width: 100%">
<div class="main">
<input type="hidden" id="roleId" value="${user.roleId}"> <input type="hidden" id="roleId" value="${user.roleId}">
<input type="hidden" id="checks"> <input type="hidden" id="checks">
<input type="hidden" id="userNames"> <input type="hidden" id="userNames">
<div class="row" style="margin-right: 0px;"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="panel-heading"><h4>基本管理/科室管理</h4> <div class="panel-heading"><h4>基本管理/科室管理</h4></div>
</div>
<hr> <hr>
</div>
<form class="form-inline" style="margin-top: 5px;" role="form"> <form class="form-inline" style="margin-top: 5px;" role="form">
<div class="col-md-12"> <div class="">
<div class="form-group"> <div class="form-group">
<label for="dept_name">科室名</label> <label for="dept_name">科室名</label>
<input type="text" class="form-control input-sm" id="dept_name" maxlength="16"/> <input type="text" class="form-control input-sm" id="dept_name" maxlength="16"/>
@ -113,12 +114,12 @@
<input type="text" class="form-control input-sm" id="creater" maxlength="16"/> <input type="text" class="form-control input-sm" id="creater" maxlength="16"/>
</div> </div>
<div class="form-group"> <div class="form-group">
<button type="button" style="margin-left:20px" id="queryBtn" class="btn btn-info btn-sm">查询 <button type="button" style="margin-left:20px" id="queryBtn" class="btn btn-info btn-sm">查询</button>
</button>
</div> </div>
</div> </div>
</form> </form>
</div> </div>
</div>
<div class="btns"> <div class="btns">
<pm:myPermissions permissions="/dept/add"> <pm:myPermissions permissions="/dept/add">
<button type="button" onclick="add()" class="btn btn-warning btn-sm">增加</button> <button type="button" onclick="add()" class="btn btn-warning btn-sm">增加</button>
@ -134,10 +135,8 @@
<table id="bootstrapTable" class="table text-nowrap table-bordered"></table> <table id="bootstrapTable" class="table text-nowrap table-bordered"></table>
</div> </div>
</div> </div>
</div>
<!-- 模态框Modal --> <!-- 模态框Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
data-backdrop="static" data-keyboard="false">
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
@ -149,8 +148,7 @@
<div class="formDiv"> <div class="formDiv">
<label class="control-label left">科室名:</label> <label class="control-label left">科室名:</label>
<input type="hidden" id="re_deptId" name="deptId"> <input type="hidden" id="re_deptId" name="deptId">
<input type="text" class="form-control input input-sm" id="re_deptName" name="deptName" <input type="text" class="form-control input input-sm" id="re_deptName" name="deptName" maxlength="15">
maxlength="15">
</div> </div>
<div class="formDiv"> <div class="formDiv">
<label for="re_effective" class="control-label left">有效否:</label> <label for="re_effective" class="control-label left">有效否:</label>
@ -165,8 +163,7 @@
</div> </div>
<div class="formDiv"> <div class="formDiv">
<label for="re_remark" class="control-label left">备注:</label> <label for="re_remark" class="control-label left">备注:</label>
<textarea id="re_remark" class="form-control input input-sm" name="remark" <textarea id="re_remark" class="form-control input input-sm" name="remark" maxlength="50"></textarea>
maxlength="50"></textarea>
</div> </div>
</form> </form>
@ -179,8 +176,7 @@
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
</div> </div>
<!-- 模态框Modal1 导入--> <!-- 模态框Modal1 导入-->
<div class="modal fade" id="myModal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" <div class="modal fade" id="myModal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
data-backdrop="static" data-keyboard="false">
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
@ -192,9 +188,7 @@
id="form1"> id="form1">
<div class="formDiv"> <div class="formDiv">
<label class="control-label left">下载模板:</label> <label class="control-label left">下载模板:</label>
<input class="btn btn-primary btn-sm" <input class="btn btn-primary btn-sm" onclick="window.open('${path }/static/template/科室列表导入模板.xls');" type="button" value="下载模板">
onclick="window.open('${path }/static/template/科室列表导入模板.xls');" type="button"
value="下载模板">
</div> </div>
<div class="formDiv"> <div class="formDiv">
<label for="re_effective" class="control-label left">选择文件:</label> <label for="re_effective" class="control-label left">选择文件:</label>
@ -225,7 +219,7 @@
</script> </script>
<script src="${path}/static/zTree_v3-master/js/jquery.ztree.core.js"></script> <script src="${path}/static/zTree_v3-master/js/jquery.ztree.core.js"></script>
<script src="${path}/static/zTree_v3-master/js/jquery.ztree.excheck.js"></script> <script src="${path}/static/zTree_v3-master/js/jquery.ztree.excheck.js"></script>
<script src="${path}/static/js/dept.js?t=2020-08-18"></script> <script src="${path}/static/js/dept.js"></script>
<%@ include file="/WEB-INF/jspf/importExcelJsp.jspf" %> <%@ include file="/WEB-INF/jspf/importExcelJsp.jspf" %>
</body> </body>
</html> </html>

@ -228,7 +228,7 @@
</div> </div>
<div class="rightTitleDiv"> <div class="rightTitleDiv">
<div class="rightTitle" style="margin-top: 5px;"> <div class="rightTitle" style="margin-top: 5px;">
<span>病案归档系统</span> <span>病案无纸化归档系统</span>
</div> </div>
</div> </div>
</div> </div>
@ -244,7 +244,7 @@
</div> </div>
<div class="rightTitleDiv"> <div class="rightTitleDiv">
<div class="rightTitle"> <div class="rightTitle">
<span>档案管理系统</span> <span>病案数码影像信息管理系统</span>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save