|
@@ -25,26 +25,26 @@
|
|
|
</span>
|
|
|
<span class="filterItem typeFilter deptListWrap">
|
|
|
<span>科室:</span>
|
|
|
- <input type="text" class="selectDept canEditDept" value="全部">
|
|
|
+ <input type="text" code="behDeptId" class="selectDept canEditDept" value="全部">
|
|
|
<ul class="deptList filterDropList"></ul>
|
|
|
</span>
|
|
|
<span class="filterItem">
|
|
|
<span>病人姓名:</span>
|
|
|
- <input type="text" id="name" placeholder="病人姓名">
|
|
|
+ <input type="text" id="name" code="name" placeholder="病人姓名">
|
|
|
</span>
|
|
|
<span class="filterItem">
|
|
|
<span>病人住院序号:</span>
|
|
|
- <input type="text" id="behospitalCode" placeholder="病人住院序号">
|
|
|
+ <input type="text" id="behospitalCode" code="behospitalCode" placeholder="病人住院序号">
|
|
|
</span>
|
|
|
<span class="filterItem">
|
|
|
<span>医生:</span>
|
|
|
- <input type="text" id="doctorName" placeholder="医生">
|
|
|
+ <input type="text" code="doctorName" id="doctorName" placeholder="医生">
|
|
|
</span>
|
|
|
<span class="filterItem typeFilter clearfix" >
|
|
|
<span class="fl">分配日期:</span>
|
|
|
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly /></span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" code="jobDistributionTimeStart" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly /></span>
|
|
|
<span class="divide fl">-</span>
|
|
|
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" code="jobDistributionTimeEnd" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
|
|
|
</span>
|
|
|
<span class="filterItem">
|
|
|
<span>病历等级:</span>
|
|
@@ -67,20 +67,20 @@
|
|
|
<table class="qctable">
|
|
|
<thead>
|
|
|
<tr class="tabTitle">
|
|
|
- <th class="beHospitalId textCenter" >病人住院序号</th>
|
|
|
- <th class="scoreTime textCenter" >任务月份</th>
|
|
|
- <th class="doctorName textCenter" >病历核查状态</th>
|
|
|
- <th class="deptName textCenter">科室</th>
|
|
|
- <th class="patientName textCenter" style="width: 100px;">病人姓名</th>
|
|
|
- <th class="patientNo textCenter" >病案号</th>
|
|
|
- <th class="doctorName textCenter">主管医生</th>
|
|
|
- <th class="outHospitalDate textCenter desc" >出院日期</th>
|
|
|
+ <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
|
|
|
+ <th class="scoreTime textCenter" valCode="month">任务月份</th>
|
|
|
+ <th class="doctorName textCenter" valCode="status" >病历核查状态</th>
|
|
|
+ <th class="deptName textCenter" valCode="behDeptName">科室</th>
|
|
|
+ <th class="patientName textCenter" valCode="name" style="width: 100px;">病人姓名</th>
|
|
|
+ <th class="patientNo textCenter" valCode="fileCode" >病案号</th>
|
|
|
+ <th class="doctorName textCenter" valCode="doctorName">主管医生</th>
|
|
|
+ <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" >出院日期</th>
|
|
|
<th class="inHospitalDate textCenter" code="jobDistributionTime">分配日期</th>
|
|
|
- <th class="patientSex textCenter" code="sex">核查日期</th>
|
|
|
- <th class="patientage textCenter">核查员</th>
|
|
|
- <th class="bedNum textCenter" code="score">任务数</th>
|
|
|
- <th class="recordLevel textCenter" >病历等级</th>
|
|
|
- <th class="recordScore textCenter" >病历得分</th>
|
|
|
+ <th class="patientSex textCenter" code="checkTime">核查日期</th>
|
|
|
+ <th class="patientage textCenter" valCode="checkName">核查员</th>
|
|
|
+ <th class="bedNum textCenter" valCode="" code="casesEntryNum">任务数</th>
|
|
|
+ <th class="recordLevel textCenter" valCode="level" >病历等级</th>
|
|
|
+ <th class="recordScore textCenter" valCode="scoreRes" >病历得分</th>
|
|
|
<!-- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th> -->
|
|
|
</tr>
|
|
|
</thead>
|