|
|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<title>借阅审批管理</title>
|
|
|
|
|
<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">
|
|
|
|
|
@ -22,75 +22,93 @@
|
|
|
|
|
margin-right: -15px;
|
|
|
|
|
margin-bottom: -15px;
|
|
|
|
|
}
|
|
|
|
|
.left{
|
|
|
|
|
float:left;
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.mainDiv{
|
|
|
|
|
|
|
|
|
|
.mainDiv {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
height:100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**搜索区*/
|
|
|
|
|
.searchDiv{
|
|
|
|
|
padding-top:1%;
|
|
|
|
|
.searchDiv {
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.searchDiv1{
|
|
|
|
|
padding-top:2%;
|
|
|
|
|
|
|
|
|
|
.searchDiv1 {
|
|
|
|
|
padding-top: 2%;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.tableDiv{
|
|
|
|
|
width:100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
|
|
|
|
|
.tableDiv {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
margin-left: 1%;
|
|
|
|
|
}
|
|
|
|
|
.dateSearchDiv{
|
|
|
|
|
width:29%;
|
|
|
|
|
|
|
|
|
|
.dateSearchDiv {
|
|
|
|
|
width: 29%;
|
|
|
|
|
}
|
|
|
|
|
.dateSearchInput{
|
|
|
|
|
width:30%;
|
|
|
|
|
margin-left:3%;
|
|
|
|
|
|
|
|
|
|
.dateSearchInput {
|
|
|
|
|
width: 30%;
|
|
|
|
|
margin-left: 3%;
|
|
|
|
|
}
|
|
|
|
|
.dateLabelDiv{
|
|
|
|
|
|
|
|
|
|
.dateLabelDiv {
|
|
|
|
|
width: 30%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.searchInput{
|
|
|
|
|
width:22%;
|
|
|
|
|
|
|
|
|
|
.searchInput {
|
|
|
|
|
width: 22%;
|
|
|
|
|
}
|
|
|
|
|
.searchElement{
|
|
|
|
|
|
|
|
|
|
.searchElement {
|
|
|
|
|
width: 40%;
|
|
|
|
|
}
|
|
|
|
|
.searchInputElement{
|
|
|
|
|
|
|
|
|
|
.searchInputElement {
|
|
|
|
|
width: 60%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.labelDiv{
|
|
|
|
|
padding-top:4%;
|
|
|
|
|
|
|
|
|
|
.labelDiv {
|
|
|
|
|
padding-top: 4%;
|
|
|
|
|
margin-left: 2%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**查询按钮组*/
|
|
|
|
|
.btnsDiv{
|
|
|
|
|
height:5%;
|
|
|
|
|
.btnsDiv {
|
|
|
|
|
height: 5%;
|
|
|
|
|
}
|
|
|
|
|
.btn{
|
|
|
|
|
margin-right:3%;
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
margin-right: 3%;
|
|
|
|
|
margin-left: 2%;
|
|
|
|
|
}
|
|
|
|
|
.btns{
|
|
|
|
|
float:right;
|
|
|
|
|
margin-right:3%;
|
|
|
|
|
|
|
|
|
|
.btns {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 3%;
|
|
|
|
|
margin-bottom: 1%;
|
|
|
|
|
}
|
|
|
|
|
.pagination{
|
|
|
|
|
margin:0!important;
|
|
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**批准驳回按钮组*/
|
|
|
|
|
.approveBtns{
|
|
|
|
|
margin-left:110px;
|
|
|
|
|
.approveBtns {
|
|
|
|
|
margin-left: 110px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*模态框头*/
|
|
|
|
|
.modal-header{
|
|
|
|
|
.modal-header {
|
|
|
|
|
background-color: #199ED8;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
@ -133,7 +151,8 @@
|
|
|
|
|
<label class="labelDiv">申请天数:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInputElement left">
|
|
|
|
|
<input type="number" class="form-control input-sm" id="effeDaysSearch" oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
<input type="number" class="form-control input-sm" id="effeDaysSearch"
|
|
|
|
|
oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInput left">
|
|
|
|
|
@ -147,7 +166,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchDiv1">
|
|
|
|
|
<div class="searchInput left" style="margin-left: 10px;">
|
|
|
|
|
<div class="searchElement left" >
|
|
|
|
|
<div class="searchElement left">
|
|
|
|
|
<label class="labelDiv">审核状态:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInputElement left">
|
|
|
|
|
@ -181,6 +200,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btnsDiv">
|
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" onclick="refreshTable()">查询</button>
|
|
|
|
|
<shiro:hasPermission name="/approve/updateApprove">
|
|
|
|
|
<button type="button" class="btn btn-sm btn-warning btnl" onclick="addApprovesMore()" data-toggle="modal" data-target="#myModal2"> + 批量审批</button>
|
|
|
|
|
</shiro:hasPermission>
|
|
|
|
|
<shiro:hasPermission name="/approve/exportExcelApproveList">
|
|
|
|
|
<button type="button" class="btn btn-sm btn-primary btns" onclick="exportExcel()"><i class="fa fa-reply"></i>导出</button>
|
|
|
|
|
</shiro:hasPermission>
|
|
|
|
|
@ -212,7 +234,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">申请人:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="applyer" maxlength="16">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="applyer"
|
|
|
|
|
maxlength="16">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -230,7 +253,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">申请天数:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<input type="number" class="form-control input-sm input" readonly id="effeDays" oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
<input type="number" class="form-control input-sm input" readonly id="effeDays"
|
|
|
|
|
oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -249,7 +273,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">申请原因:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<textarea class="form-control input-sm input" id="applyReason" readonly maxlength="250"></textarea>
|
|
|
|
|
<textarea class="form-control input-sm input" id="applyReason" readonly
|
|
|
|
|
maxlength="250"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -268,7 +293,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">批注:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<textarea class="form-control input-sm input" id="approveNotes" name="approveNotes" maxlength="250"></textarea>
|
|
|
|
|
<textarea class="form-control input-sm input" id="approveNotes" name="approveNotes"
|
|
|
|
|
maxlength="250"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -277,7 +303,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label collectLabel">病案号:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="inpatientNo" maxlength="16">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="inpatientNo"
|
|
|
|
|
maxlength="16">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -286,7 +313,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label collectLabel">患者姓名:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="name" maxlength="16">
|
|
|
|
|
<input type="text" class="form-control input-sm input" readonly id="name"
|
|
|
|
|
maxlength="16">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -295,7 +323,8 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label collectLabel">住院次数:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<input type="number" class="form-control input-sm input" readonly id="admissTimes" oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
<input type="number" class="form-control input-sm input" readonly id="admissTimes"
|
|
|
|
|
oninput="if(value.length>4)value=value.slice(0,4)">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -309,6 +338,64 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<%-- 模态框2 批量审批--%>
|
|
|
|
|
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabe2" aria-hidden="true">
|
|
|
|
|
<div class="modal-dialog">
|
|
|
|
|
<div class="modal-content" style="width:80%">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|
|
|
|
×
|
|
|
|
|
</button>
|
|
|
|
|
<h4 class="modal-title" style="font-weight: bold">
|
|
|
|
|
批量审批信息
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body" style="height:700px">
|
|
|
|
|
<form class="form-horizontal" id="form2">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">批注模板:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<select class="form-control input-sm input" id="moreParentId" name="parentId">
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">批注:</label>
|
|
|
|
|
<div class="col-sm-7">
|
|
|
|
|
<textarea class="form-control input-sm input" id="moreApproveNotes" name="approveNotes" maxlength="250"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="">
|
|
|
|
|
<button type="button" class="btn btn-sm btn-primary approveBtns" onclick="moreAdd(1)">批准</button>
|
|
|
|
|
<button type="button" class="btn btn-sm btn-danger approveBtns" onclick="moreAdd(2)">驳回</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<div id="tabDiv" style="height: 490px;overflow: auto;">
|
|
|
|
|
<table id="moreApproveTable" class="table table-striped" bgcolor="#FFFAFA" border="0" cellspacing="0" cellpadding="0">
|
|
|
|
|
<caption>所选批量审批信息</caption>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>病案号</th>
|
|
|
|
|
<th>姓名</th>
|
|
|
|
|
<th>入院次数</th>
|
|
|
|
|
<th>申请人</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="moreApproveBody">
|
|
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
$(function () {
|
|
|
|
|
$(".modal-dialog").draggable();//为模态对话框添加拖拽
|
|
|
|
|
|