|
|
|
@ -7,20 +7,21 @@
|
|
|
|
<!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">
|
|
|
|
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
|
|
|
<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 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" />
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/css/select2.min.css" rel="stylesheet"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/html5shiv.min.js"></script>
|
|
|
|
<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>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/respond.min.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
<![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/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 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 src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/js/select2.min.js"></script>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
@ -31,39 +32,45 @@
|
|
|
|
margin-right: -15px;
|
|
|
|
margin-right: -15px;
|
|
|
|
margin-bottom: -15px;
|
|
|
|
margin-bottom: -15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* .collapse{
|
|
|
|
/* .collapse{
|
|
|
|
overflow-y:scroll;
|
|
|
|
overflow-y:scroll;
|
|
|
|
}*/
|
|
|
|
}*/
|
|
|
|
.labelDiv{
|
|
|
|
.labelDiv {
|
|
|
|
padding-top: 2%;
|
|
|
|
padding-top: 2%;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.radioDiv{
|
|
|
|
|
|
|
|
|
|
|
|
.radioDiv {
|
|
|
|
padding-top: 2%;
|
|
|
|
padding-top: 2%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*搜索区域*/
|
|
|
|
/*搜索区域*/
|
|
|
|
/*.panel-group{
|
|
|
|
/*.panel-group{
|
|
|
|
height: 254px;
|
|
|
|
height: 254px;
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
}*/
|
|
|
|
}*/
|
|
|
|
/*按钮组*/
|
|
|
|
/*按钮组*/
|
|
|
|
.btns{
|
|
|
|
.btns {
|
|
|
|
width:102%;
|
|
|
|
width: 102%;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
margin-top:5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn{
|
|
|
|
|
|
|
|
margin-left:-1%;
|
|
|
|
.btn {
|
|
|
|
|
|
|
|
margin-left: -1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*tableDiv*/
|
|
|
|
/*tableDiv*/
|
|
|
|
.tableDiv{
|
|
|
|
.tableDiv {
|
|
|
|
/*margin-top: 1%;*/
|
|
|
|
/*margin-top: 1%;*/
|
|
|
|
width:100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*多选下拉框*/
|
|
|
|
/*多选下拉框*/
|
|
|
|
.dropdown-menu {
|
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
@ -85,69 +92,87 @@
|
|
|
|
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
|
|
|
|
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.TableView{
|
|
|
|
|
|
|
|
margin-left:2%;
|
|
|
|
.TableView {
|
|
|
|
|
|
|
|
margin-left: 2%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pagination{
|
|
|
|
.pagination {
|
|
|
|
margin:0!important;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.form-group{
|
|
|
|
|
|
|
|
width:110%;
|
|
|
|
.form-group {
|
|
|
|
|
|
|
|
width: 110%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**级联病案号内容*/
|
|
|
|
/**级联病案号内容*/
|
|
|
|
.mouseOver{
|
|
|
|
.mouseOver {
|
|
|
|
background-color: #708090;
|
|
|
|
background-color: #708090;
|
|
|
|
color:#FFFAFA;
|
|
|
|
color: #FFFAFA;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mouseOut{
|
|
|
|
|
|
|
|
|
|
|
|
.mouseOut {
|
|
|
|
background-color: #FFFAFA;
|
|
|
|
background-color: #FFFAFA;
|
|
|
|
color:#000000;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*模态框头*/
|
|
|
|
/*模态框头*/
|
|
|
|
.modal-header{
|
|
|
|
.modal-header {
|
|
|
|
background-color: #199ED8;
|
|
|
|
background-color: #199ED8;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*搜索按钮div*/
|
|
|
|
/*搜索按钮div*/
|
|
|
|
.searchDiv{
|
|
|
|
.searchDiv {
|
|
|
|
margin-left: 33px;
|
|
|
|
margin-left: 33px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*清空按钮div*/
|
|
|
|
/*清空按钮div*/
|
|
|
|
.clearDiv{
|
|
|
|
.clearDiv {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.col-sm-1,.col-sm-4{
|
|
|
|
|
|
|
|
padding-left: 0!important;
|
|
|
|
.col-sm-1, .col-sm-4 {
|
|
|
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
label{
|
|
|
|
|
|
|
|
font-weight:normal!important;
|
|
|
|
label {
|
|
|
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**表格鼠标悬停样式*/
|
|
|
|
/**表格鼠标悬停样式*/
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**固定列样式*/
|
|
|
|
/**固定列样式*/
|
|
|
|
.fixed-table-body-columns{
|
|
|
|
.fixed-table-body-columns {
|
|
|
|
top:336px!important;
|
|
|
|
top: 336px !important;
|
|
|
|
/*height:226px!important;*/
|
|
|
|
/*height:226px!important;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fht-cell{width:18px!important;}
|
|
|
|
|
|
|
|
|
|
|
|
.fht-cell {
|
|
|
|
|
|
|
|
width: 18px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.checkBoxClass{
|
|
|
|
|
|
|
|
|
|
|
|
.checkBoxClass {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.row{
|
|
|
|
|
|
|
|
width:100%;
|
|
|
|
.row {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bootstrap-select{
|
|
|
|
|
|
|
|
margin-left: 3px!important;
|
|
|
|
.bootstrap-select {
|
|
|
|
height: 30px!important;
|
|
|
|
margin-left: 3px !important;
|
|
|
|
line-height: 30px!important;
|
|
|
|
height: 30px !important;
|
|
|
|
|
|
|
|
line-height: 30px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
@ -171,7 +196,7 @@
|
|
|
|
</h5>
|
|
|
|
</h5>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="b" class="panel-collapse collapse in">
|
|
|
|
<div id="b" class="panel-collapse collapse in">
|
|
|
|
<div class="panel-body" >
|
|
|
|
<div class="panel-body">
|
|
|
|
<form>
|
|
|
|
<form>
|
|
|
|
<!--查询的sql-->
|
|
|
|
<!--查询的sql-->
|
|
|
|
<input type="hidden" id="sql">
|
|
|
|
<input type="hidden" id="sql">
|
|
|
|
@ -200,11 +225,14 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--表格头-->
|
|
|
|
<!--表格头-->
|
|
|
|
<input type="hidden" id="tableThNames" value="病案号,ID号,住院次数,姓名,性别,年龄_岁,年龄_月,联系地址,入院日期,出院日期,出院科室,主诊ICD码,主诊名称,主诊转归,住院天数,主治医生,是否有手术">
|
|
|
|
<input type="hidden" id="tableThNames"
|
|
|
|
|
|
|
|
value="病案号,ID号,住院次数,姓名,性别,年龄_岁,年龄_月,联系地址,入院日期,出院日期,出院科室,主诊ICD码,主诊名称,主诊转归,住院天数,主治医生,是否有手术">
|
|
|
|
<!--查询字段-->
|
|
|
|
<!--查询字段-->
|
|
|
|
<input type="hidden" id="englishFields" value="commomtable.inpatient_no,commomtable.admiss_id,commomtable.admiss_times,commomtable.name,commomtable.sex,commomtable.age,commomtable.age_month,commomtable.home_addr,commomtable.admiss_date,commomtable.dis_date,commomtable.dis_dept,commomtable.main_diag_code,commomtable.main_diag_name,commomtable.main_dis_thing,commomtable.admiss_days,commomtable.attending,commomtable.is_oper">
|
|
|
|
<input type="hidden" id="englishFields"
|
|
|
|
|
|
|
|
value="commomtable.inpatient_no,commomtable.admiss_id,commomtable.admiss_times,commomtable.name,commomtable.sex,commomtable.age,commomtable.age_month,commomtable.home_addr,commomtable.admiss_date,commomtable.dis_date,commomtable.dis_dept,commomtable.main_diag_code,commomtable.main_diag_name,commomtable.main_dis_thing,commomtable.admiss_days,commomtable.attending,commomtable.is_oper">
|
|
|
|
<!--数据字段-->
|
|
|
|
<!--数据字段-->
|
|
|
|
<input type="hidden" id="fields" value="inpatientNo,admissId,admissTimes,name,sex,age,ageMonth,homeAddr,admissDate,disDate,disDept,mainDiagCode,mainDiagName,mainDisThing,admissDays,attending,isOper">
|
|
|
|
<input type="hidden" id="fields"
|
|
|
|
|
|
|
|
value="inpatientNo,admissId,admissTimes,name,sex,age,ageMonth,homeAddr,admissDate,disDate,disDept,mainDiagCode,mainDiagName,mainDisThing,admissDays,attending,isOper">
|
|
|
|
<!--显示字段-->
|
|
|
|
<!--显示字段-->
|
|
|
|
<input type="hidden" id="fieldCns">
|
|
|
|
<input type="hidden" id="fieldCns">
|
|
|
|
<!--查询总行数-->
|
|
|
|
<!--查询总行数-->
|
|
|
|
@ -216,7 +244,8 @@
|
|
|
|
<label class="control-label">姓名:</label>
|
|
|
|
<label class="control-label">姓名:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="name" maxlength="16">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="name"
|
|
|
|
|
|
|
|
maxlength="16">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -226,11 +255,13 @@
|
|
|
|
<label class="control-label">年龄:</label>
|
|
|
|
<label class="control-label">年龄:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="float:left;width:20%;margin-left:4%">
|
|
|
|
<div style="float:left;width:20%;margin-left:4%">
|
|
|
|
<input type="number" class="form-control input-sm inputValue" id="age1" min="0" oninput="if(value.length>9)value=value.slice(0,9)">
|
|
|
|
<input type="number" class="form-control input-sm inputValue" id="age1" min="0"
|
|
|
|
|
|
|
|
oninput="if(value.length>9)value=value.slice(0,9)">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="float:left;width:3%;margin-left:2%">-</div>
|
|
|
|
<div style="float:left;width:3%;margin-left:2%">-</div>
|
|
|
|
<div style="float:left;width:20%">
|
|
|
|
<div style="float:left;width:20%">
|
|
|
|
<input type="number" class="form-control input-sm inputValue" id="age2" min="0" oninput="if(value.length>9)value=value.slice(0,9)">
|
|
|
|
<input type="number" class="form-control input-sm inputValue" id="age2" min="0"
|
|
|
|
|
|
|
|
oninput="if(value.length>9)value=value.slice(0,9)">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="float:left;width:20%;margin-left:2%">
|
|
|
|
<div style="float:left;width:20%;margin-left:2%">
|
|
|
|
<select class="form-control input-sm" id="ageType">
|
|
|
|
<select class="form-control input-sm" id="ageType">
|
|
|
|
@ -247,7 +278,8 @@
|
|
|
|
<label class="control-label">性别:</label>
|
|
|
|
<label class="control-label">性别:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-3 radioDiv">
|
|
|
|
<div class="col-sm-3 radioDiv">
|
|
|
|
<input type="radio" id="all" name="sex" checked value="" class="sexInput"><label for="all" class="checkBoxClass">全部</label>
|
|
|
|
<input type="radio" id="all" name="sex" checked value="" class="sexInput"><label
|
|
|
|
|
|
|
|
for="all" class="checkBoxClass">全部</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="sex"></div>
|
|
|
|
<div id="sex"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -260,8 +292,10 @@
|
|
|
|
<label class="control-label">病案号:</label>
|
|
|
|
<label class="control-label">病案号:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<%--<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"
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="inpatient_no" onkeyup="getInpatientNoContents('inpatient_no')" onfocus="getInpatientNoContents('inpatient_no')" onblur="clearContent('inpatient_no')">
|
|
|
|
onkeyup="getInpatientNoContents('inpatient_no')"
|
|
|
|
|
|
|
|
onfocus="getInpatientNoContents('inpatient_no')"
|
|
|
|
|
|
|
|
onblur="clearContent('inpatient_no')">
|
|
|
|
<div id="inpatient_noDiv" style="position: absolute;z-index: 2000">
|
|
|
|
<div id="inpatient_noDiv" style="position: absolute;z-index: 2000">
|
|
|
|
<table id="inpatient_noContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
<table id="inpatient_noContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
@ -277,7 +311,8 @@
|
|
|
|
<label class="control-label">ID号:</label>
|
|
|
|
<label class="control-label">ID号:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="admiss_id" maxlength="16">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="admiss_id"
|
|
|
|
|
|
|
|
maxlength="16">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -287,7 +322,9 @@
|
|
|
|
<label class="control-label">出院科室:</label>
|
|
|
|
<label class="control-label">出院科室:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" multiple id="dis_dept" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" multiple
|
|
|
|
|
|
|
|
id="dis_dept" style="max-height:400px!important;overflow:scroll;"
|
|
|
|
|
|
|
|
data-live-search="true"></select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -310,7 +347,8 @@
|
|
|
|
<label class="control-label">入院日期:</label>
|
|
|
|
<label class="control-label">入院日期:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-4 inputDiv">
|
|
|
|
<div class="col-sm-4 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="startTime1" style="margin-left: 15px">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="startTime1"
|
|
|
|
|
|
|
|
style="margin-left: 15px">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1" style="padding-top:2%">
|
|
|
|
<div class="col-sm-1" style="padding-top:2%">
|
|
|
|
至
|
|
|
|
至
|
|
|
|
@ -326,7 +364,8 @@
|
|
|
|
<label class="control-label">出院日期:</label>
|
|
|
|
<label class="control-label">出院日期:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-4 inputDiv">
|
|
|
|
<div class="col-sm-4 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="startTime2" style="margin-left: 15px">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="startTime2"
|
|
|
|
|
|
|
|
style="margin-left: 15px">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1" style="padding-top:2%">
|
|
|
|
<div class="col-sm-1" style="padding-top:2%">
|
|
|
|
至
|
|
|
|
至
|
|
|
|
@ -344,14 +383,19 @@
|
|
|
|
<label class="control-label">主诊ICD码:</label>
|
|
|
|
<label class="control-label">主诊ICD码:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" id="diag_code" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
<%--<select class="selectpicker form-control input-sm inputValue" id="diag_code"
|
|
|
|
<%--<input type="text" class="form-control input-sm otherTable diagTable inputValue" id="diag_code" onkeyup="getDiagCodeContents('diag_code')" onfocus="getDiagCodeContents('diag_code')" onblur="clearContent('diag_code')" maxlength="16">
|
|
|
|
style="max-height:400px!important;overflow:scroll;"
|
|
|
|
<div id="diag_codeDiv">
|
|
|
|
data-live-search="true"></select>--%>
|
|
|
|
|
|
|
|
<input type="text" class="form-control input-sm otherTable diagTable inputValue"
|
|
|
|
|
|
|
|
id="diag_code" onkeyup="getDiagCodeContents('diag_code')"
|
|
|
|
|
|
|
|
onfocus="getDiagCodeContents('diag_code')"
|
|
|
|
|
|
|
|
onblur="clearContent('diag_code')" maxlength="16">
|
|
|
|
|
|
|
|
<div id="diag_codeDiv" style="position: absolute;z-index: 2000">
|
|
|
|
<table id="diag_codeContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
<table id="diag_codeContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
<tbody id="diag_codeContent"> </tbody>
|
|
|
|
<tbody id="diag_codeContent"></tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>--%>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -361,8 +405,19 @@
|
|
|
|
<label class="control-label">主诊名称:</label>
|
|
|
|
<label class="control-label">主诊名称:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" id="diag_name" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
<%--<select class="selectpicker form-control input-sm inputValue" id="diag_name"
|
|
|
|
<%--<input type="text" class="form-control input-sm otherTable inputValue" id="diag_name" maxlength="16">--%>
|
|
|
|
style="max-height:400px!important;overflow:scroll;"
|
|
|
|
|
|
|
|
data-live-search="true"></select>--%>
|
|
|
|
|
|
|
|
<input type="text" class="form-control input-sm otherTable diagTable inputValue"
|
|
|
|
|
|
|
|
id="diag_name" onkeyup="getDiagNameContents('diag_name')"
|
|
|
|
|
|
|
|
onfocus="getDiagNameContents('diag_name')"
|
|
|
|
|
|
|
|
onblur="clearContent('diag_name')" maxlength="16">
|
|
|
|
|
|
|
|
<div id="diag_nameDiv" style="position: absolute;z-index: 2000">
|
|
|
|
|
|
|
|
<table id="diag_nameContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
|
|
|
|
<tbody id="diag_nameContent"></tbody>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -372,14 +427,19 @@
|
|
|
|
<label class="control-label">手术编码:</label>
|
|
|
|
<label class="control-label">手术编码:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" id="operate_code" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
<%--<select class="selectpicker form-control input-sm inputValue" id="operate_code"
|
|
|
|
<%--<input type="text" class="form-control input-sm otherTable operTable inputValue" id="operate_code" onkeyup="getOperateCodeContents('operate_code')" onfocus="getOperateCodeContents('operate_code')" onblur="clearContent('operate_code')" maxlength="16">
|
|
|
|
style="max-height:400px!important;overflow:scroll;"
|
|
|
|
<div id="operate_codeDiv">
|
|
|
|
data-live-search="true"></select>--%>
|
|
|
|
|
|
|
|
<input type="text" class="form-control input-sm otherTable operTable inputValue"
|
|
|
|
|
|
|
|
id="operate_code" onkeyup="getOperateCodeContents('operate_code')"
|
|
|
|
|
|
|
|
onfocus="getOperateCodeContents('operate_code')"
|
|
|
|
|
|
|
|
onblur="clearContent('operate_code')" maxlength="16">
|
|
|
|
|
|
|
|
<div id="operate_codeDiv" style="position: absolute;z-index: 2000">
|
|
|
|
<table id="operate_codeContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
<table id="operate_codeContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
<tbody id="operate_codeContent"> </tbody>
|
|
|
|
<tbody id="operate_codeContent"></tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>--%>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -391,8 +451,19 @@
|
|
|
|
<label class="control-label">手术名称:</label>
|
|
|
|
<label class="control-label">手术名称:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<select class="selectpicker form-control input-sm inputValue" id="operate_name" style="max-height:400px!important;overflow:scroll;" data-live-search="true"></select>
|
|
|
|
<%--<select class="selectpicker form-control input-sm inputValue" id="operate_name"
|
|
|
|
<%--<input type="text" class="form-control input-sm otherTable operTable inputValue" id="operate_name" maxlength="16">--%>
|
|
|
|
style="max-height:400px!important;overflow:scroll;"
|
|
|
|
|
|
|
|
data-live-search="true"></select>--%>
|
|
|
|
|
|
|
|
<input type="text" class="form-control input-sm otherTable operTable inputValue"
|
|
|
|
|
|
|
|
id="operate_name" onkeyup="getOperateNameContents('operate_name')"
|
|
|
|
|
|
|
|
onfocus="getOperateNameContents('operate_name')"
|
|
|
|
|
|
|
|
onblur="clearContent('operate_name')" maxlength="16">\
|
|
|
|
|
|
|
|
<div id="operate_nameDiv" style="position: absolute;z-index: 2000">
|
|
|
|
|
|
|
|
<table id="operate_nameContent_table" bgcolor="#FFFAFA" border="0"
|
|
|
|
|
|
|
|
cellspacing="0" cellpadding="0">
|
|
|
|
|
|
|
|
<tbody id="operate_nameContent"></tbody>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -402,16 +473,17 @@
|
|
|
|
<label class="control-label">主治医生:</label>
|
|
|
|
<label class="control-label">主治医生:</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm diagTable inputValue" id="attending" maxlength="6">
|
|
|
|
<input type="text" class="form-control input-sm diagTable inputValue"
|
|
|
|
|
|
|
|
id="attending" maxlength="6">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<%--<div class="col-sm-1 labelDiv">
|
|
|
|
|
|
|
|
</div>--%>
|
|
|
|
|
|
|
|
<div class="col-sm-8 inputDiv" style="padding-top:2%;padding-left:6%">
|
|
|
|
<div class="col-sm-8 inputDiv" style="padding-top:2%;padding-left:6%">
|
|
|
|
<input type="checkbox" id="isOper" class="otherTable operTable isOperInput"><label for="isOper" class="checkBoxClass">限手术</label>
|
|
|
|
<input type="checkbox" id="isOper"
|
|
|
|
|
|
|
|
class="otherTable operTable isOperInput"><label for="isOper"
|
|
|
|
|
|
|
|
class="checkBoxClass">限手术</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -491,12 +563,15 @@
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/addApplyApprove">
|
|
|
|
<shiro:hasPermission name="/commom/addApplyApprove">
|
|
|
|
<div class="btn">
|
|
|
|
<div class="btn">
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" id="borrowings" onclick="borrowings()">批量借阅申请</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" id="borrowings" onclick="borrowings()">批量借阅申请
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<div class="btn">
|
|
|
|
<div class="btn">
|
|
|
|
<button type="button" class="btn btn-sm btn-success" id="downBorrowings" onclick="downBorrowings()">批量下载申请</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-success" id="downBorrowings" onclick="downBorrowings()">
|
|
|
|
|
|
|
|
批量下载申请
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/addLockByPatientId">
|
|
|
|
<shiro:hasPermission name="/commom/addLockByPatientId">
|
|
|
|
@ -540,7 +615,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" id="effeTime" name="effeTime" maxlength="10">
|
|
|
|
<input type="text" class="form-control input-sm input" id="effeTime" name="effeTime"
|
|
|
|
|
|
|
|
maxlength="10">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -549,7 +625,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" id="effeDays" name="effeDays" oninput="if(value.length>3)value=value.slice(0,3)">
|
|
|
|
<input type="number" class="form-control input-sm input" id="effeDays"
|
|
|
|
|
|
|
|
name="effeDays" oninput="if(value.length>3)value=value.slice(0,3)">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -558,7 +635,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">
|
|
|
|
<select class="form-control input-sm input" name="applyType" id="applyType"></select>
|
|
|
|
<select class="form-control input-sm input" name="applyType"
|
|
|
|
|
|
|
|
id="applyType"></select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -567,7 +645,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">
|
|
|
|
<textarea class="form-control input-sm input" id="applyReason" name="applyReason" maxlength="250"></textarea>
|
|
|
|
<textarea class="form-control input-sm input" id="applyReason" name="applyReason"
|
|
|
|
|
|
|
|
maxlength="250"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|