|
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
<label class="labelDiv">姓名:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInputElement left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="name">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="name" maxlength="8">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInput left">
|
|
|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
<label class="labelDiv">病案号:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInputElement left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="inpatientNo">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="inpatientNo" maxlength="16">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInput left">
|
|
|
|
|
@ -121,7 +121,7 @@
|
|
|
|
|
<label class="labelDiv">锁定人:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInputElement left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="locker">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="locker" maxlength="8">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -131,10 +131,10 @@
|
|
|
|
|
<label class="labelDiv">锁定时间:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="dateSearchInput left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="startTime1" placeholder="开始时间">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="startTime1" placeholder="开始时间" maxlength="10" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="dateSearchInput left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="endTime1" placeholder="结束时间">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="endTime1" placeholder="结束时间" maxlength="10" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchInput left">
|
|
|
|
|
@ -150,10 +150,10 @@
|
|
|
|
|
<label class="labelDiv">解锁时间:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="dateSearchInput left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="startTime2" placeholder="开始时间">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="startTime2" placeholder="开始时间" maxlength="10" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="dateSearchInput left">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="endTime2" placeholder="结束时间">
|
|
|
|
|
<input type="text" class="form-control input-sm" id="endTime2" placeholder="结束时间" maxlength="10" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="left">
|
|
|
|
|
|