|
@@ -15,14 +15,18 @@
|
|
|
<div class="main-body">
|
|
|
<div class="filterBox">
|
|
|
<span class="filterItem typeFilter">
|
|
|
- <span>输入搜索:</span>
|
|
|
+ <span>病案号:</span>
|
|
|
<input class="patientNumInp" type="text" placeholder="请输入病案号">
|
|
|
+ </span>
|
|
|
+ <span class="filterItem typeFilter">
|
|
|
+ <span>病人姓名:</span>
|
|
|
<input class="patientNameInp" type="text" placeholder="请输入病人姓名">
|
|
|
</span>
|
|
|
- <span class="filterItem">
|
|
|
- <span>出院日期</span>
|
|
|
- <span class="datapickerBox"><input type="text" id="datepicker" autocomplete="off" /></span> -
|
|
|
- <span class="datapickerBox"><input type="text" id="datepicker2" autocomplete="off" /></span>
|
|
|
+ <span class="filterItem typeFilter clearfix">
|
|
|
+ <span class="fl">出院日期:</span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" id="datepicker" autocomplete="off" /></span>
|
|
|
+ <span class="divide fl">-</span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" id="datepicker2" autocomplete="off" /></span>
|
|
|
</span>
|
|
|
|
|
|
<span class="filter">查询</span>
|