|
|
|
|
@ -13,6 +13,8 @@
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bootstrap-table-fixed-columns.css" type="text/css">
|
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/css/select2.min.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/html5shiv.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
|
|
|
|
@ -20,6 +22,7 @@
|
|
|
|
|
<![endif]-->
|
|
|
|
|
<script type="text/javascript" src="${path}/static/bootstrap-3.3.7/bootstrap-table-fixed-columns.js?time=2019-12-25"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/pinying.js"></script>
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/js/select2.min.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
var path = "${path}";
|
|
|
|
|
</script>
|
|
|
|
|
@ -28,6 +31,9 @@
|
|
|
|
|
margin-right: -15px;
|
|
|
|
|
margin-bottom: -15px;
|
|
|
|
|
}
|
|
|
|
|
.collapse{
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
}
|
|
|
|
|
.labelDiv{
|
|
|
|
|
padding-top: 2%;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
@ -37,10 +43,10 @@
|
|
|
|
|
padding-top: 2%;
|
|
|
|
|
}
|
|
|
|
|
/*搜索区域*/
|
|
|
|
|
.panel-group{
|
|
|
|
|
/*.panel-group{
|
|
|
|
|
height: 254px;
|
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
/*按钮组*/
|
|
|
|
|
.btns{
|
|
|
|
|
width:102%;
|
|
|
|
|
@ -254,13 +260,14 @@
|
|
|
|
|
<label class="control-label">病案号:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="inpatient_no" onkeyup="getInpatientNoContents('inpatient_no')" onfocus="getInpatientNoContents('inpatient_no')" onblur="clearContent('inpatient_no')">
|
|
|
|
|
<div id="inpatient_noDiv">
|
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" id="inpatient_no" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
|
<%--<input type="text" class="form-control input-sm inputValue" id="inpatient_no" onkeyup="getInpatientNoContents('inpatient_no')" onfocus="getInpatientNoContents('inpatient_no')" onblur="clearContent('inpatient_no')">
|
|
|
|
|
<div id="inpatient_noDiv" style="overflow:auto;">
|
|
|
|
|
<table id="inpatient_noContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
|
<tbody id="inpatient_noContent"> </tbody>
|
|
|
|
|
<tbody id="inpatient_noContent"></tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>--%>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|