|
|
|
@ -6,7 +6,7 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>打印用途管理</title>
|
|
|
|
<title>打印用途管理</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
@ -20,62 +20,75 @@
|
|
|
|
var path = "${path}";
|
|
|
|
var path = "${path}";
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
|
|
<style type="text/css">
|
|
|
|
.leftDiv{
|
|
|
|
.leftDiv {
|
|
|
|
width:25%;
|
|
|
|
border-right: 10px solid #c1d7e3;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #fff
|
|
|
|
background-color:#fff
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.rightDiv{
|
|
|
|
|
|
|
|
width:74%;
|
|
|
|
.rightDiv {
|
|
|
|
height:100%;
|
|
|
|
background-color: #fff
|
|
|
|
margin-left:1%;
|
|
|
|
|
|
|
|
background-color:#fff
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.addbtn{
|
|
|
|
|
|
|
|
width:100%;
|
|
|
|
.addbtn {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.insertbtn{
|
|
|
|
|
|
|
|
width:60%;
|
|
|
|
.insertbtn {
|
|
|
|
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.searcDiv{
|
|
|
|
|
|
|
|
height: 36px;
|
|
|
|
.searcDiv {
|
|
|
|
margin-left: 2%;
|
|
|
|
margin: 10px 20px;
|
|
|
|
margin-top:2%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.form-control{
|
|
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
width:80%;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.input{
|
|
|
|
|
|
|
|
width:90%;
|
|
|
|
.input {
|
|
|
|
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.control-label{
|
|
|
|
|
|
|
|
padding-left:12%!important;
|
|
|
|
.control-label {
|
|
|
|
padding-top:1%;
|
|
|
|
padding-left: 12% !important;
|
|
|
|
|
|
|
|
padding-top: 1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn{
|
|
|
|
|
|
|
|
margin-left:8%;
|
|
|
|
.btn {
|
|
|
|
|
|
|
|
margin-left: 8%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btns{
|
|
|
|
|
|
|
|
height:2%!important;
|
|
|
|
.btns {
|
|
|
|
|
|
|
|
height: 2% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
th td{
|
|
|
|
|
|
|
|
text-align: center!important;
|
|
|
|
th td {
|
|
|
|
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table{
|
|
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
margin-left: 1%;
|
|
|
|
margin-left: 1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*模态框头*/
|
|
|
|
/*模态框头*/
|
|
|
|
.modal-header{
|
|
|
|
.modal-header {
|
|
|
|
background-color: #199ED8;
|
|
|
|
background-color: #199ED8;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.zTreeDemo {
|
|
|
|
|
|
|
|
height: calc(100% - 80px) !important;
|
|
|
|
|
|
|
|
min-height: 394px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-content {
|
|
|
|
|
|
|
|
height: calc(100vh - 43px);
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body style="background-color:#c1d7e3">
|
|
|
|
<body style="background-color:#c1d7e3">
|
|
|
|
<input type="hidden" id="currentId">
|
|
|
|
<input type="hidden" id="currentId">
|
|
|
|
<div class="main">
|
|
|
|
<div class="main">
|
|
|
|
<div class="headDiv">
|
|
|
|
<div class="headDiv">
|
|
|
|
<div class="headSpanDiv">
|
|
|
|
<div class="headSpanDiv">
|
|
|
|
<span class="headspan">
|
|
|
|
<span class="headspan">
|
|
|
|
@ -83,20 +96,30 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="leftDiv left">
|
|
|
|
<div class="row main-content">
|
|
|
|
<!--树-->
|
|
|
|
<!--树-->
|
|
|
|
|
|
|
|
<div class="col-md-3 leftDiv">
|
|
|
|
<div class="searcDiv">
|
|
|
|
<div class="searcDiv">
|
|
|
|
<input type="text" id="key" value="" class="form-control input-sm"
|
|
|
|
<input type="text" id="key" value="" class="form-control input-sm"
|
|
|
|
placeholder="类别名称" maxlength="25"/><br/>
|
|
|
|
placeholder="类别名称" maxlength="25"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<shiro:hasPermission name="/printing/addEmrType">
|
|
|
|
<shiro:hasPermission name="/printing/addEmrType">
|
|
|
|
<div class="row addbtn">
|
|
|
|
<div class="row addbtn">
|
|
|
|
<button type="button" class="btn btn-sm btn-info insertbtn" id="addModle" onclick="addEmrType()">添加</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-info insertbtn" id="addModle" onclick="addEmrType()">
|
|
|
|
|
|
|
|
添加
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<div class="zTreeDemo">
|
|
|
|
<div class="zTreeDemo">
|
|
|
|
<ul id="ztree" class="ztree"></ul>
|
|
|
|
<ul id="ztree" class="ztree"></ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--明细选项-->
|
|
|
|
|
|
|
|
<div class="col-md-9 rightDiv">
|
|
|
|
|
|
|
|
<iframe style="width:100%;height:100%" frameborder="no" border="0" name="iframe" id="iframe" scrolling="yes"
|
|
|
|
|
|
|
|
src="${path}/printing/printManageIframe?id=${emrType.id}"></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- 模态框1(Modal)添加 -->
|
|
|
|
<!-- 模态框1(Modal)添加 -->
|
|
|
|
<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">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
@ -116,7 +139,8 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-sm-4 control-label">类别标志:</label>
|
|
|
|
<label class="col-sm-4 control-label">类别标志:</label>
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<input type="text" class="form-control input-sm input" name="typeFlag" id="typeFlag" maxlength="25">
|
|
|
|
<input type="text" class="form-control input-sm input" name="typeFlag" id="typeFlag"
|
|
|
|
|
|
|
|
maxlength="25">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -125,7 +149,8 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-sm-4 control-label">类别名称:</label>
|
|
|
|
<label class="col-sm-4 control-label">类别名称:</label>
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<input type="text" class="form-control input-sm input" name="typeName" id="typeName2" maxlength="25">
|
|
|
|
<input type="text" class="form-control input-sm input" name="typeName"
|
|
|
|
|
|
|
|
id="typeName2" maxlength="25">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -134,7 +159,8 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-sm-4 control-label">排序:</label>
|
|
|
|
<label class="col-sm-4 control-label">排序:</label>
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<div class="col-sm-7">
|
|
|
|
<input type="number" class="form-control input-sm input" name="typeSort" oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
<input type="number" class="form-control input-sm input" name="typeSort"
|
|
|
|
|
|
|
|
oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -171,17 +197,12 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--明细选项-->
|
|
|
|
<script>
|
|
|
|
<div class="rightDiv left">
|
|
|
|
|
|
|
|
<iframe style="width:100%;height:100%" frameborder="no" border="0" name="iframe" id="iframe" scrolling="yes" src="${path}/printing/printManageIframe?id=${emrType.id}"></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
$(function () {
|
|
|
|
$(function () {
|
|
|
|
$(".modal-dialog").draggable();//为模态对话框添加拖拽
|
|
|
|
$(".modal-dialog").draggable();//为模态对话框添加拖拽
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/printing/printManage.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/printing/printManage.js"></script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|