|
@@ -151,25 +151,27 @@
|
|
|
<a class="close fr">×</a>
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
- <table class="qctable taskTable">
|
|
|
- <thead>
|
|
|
- <tr class="tabTitle">
|
|
|
- <th class="patientName textCenter" style="width: 100px;" valCode="name">病人姓名</th>
|
|
|
- <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
|
|
|
- <th class="deptName textCenter" valCode="behospitalDept">科室</th>
|
|
|
- <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
|
|
|
- <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" code="leaveHospitalDate">出院日期</th>
|
|
|
- <th class="recordScore textCenter" valCode="value" code="value">筛选分值</th>
|
|
|
- <th class="recordScore textCenter" valCode="jobDistributorName" code="jobDistributorName">分配人</th>
|
|
|
- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody class="tbody">
|
|
|
+ <div class="task-table-cont">
|
|
|
+ <table class="qctable taskTable">
|
|
|
+ <thead>
|
|
|
+ <tr class="tabTitle">
|
|
|
+ <th class="patientName textCenter" style="width: 100px;" valCode="name">病人姓名</th>
|
|
|
+ <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
|
|
|
+ <th class="deptName textCenter" valCode="behospitalDept">科室</th>
|
|
|
+ <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
|
|
|
+ <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" code="leaveHospitalDate">出院日期</th>
|
|
|
+ <th class="recordScore textCenter" valCode="value" code="value">筛选分值</th>
|
|
|
+ <th class="recordScore textCenter" valCode="jobDistributorName" code="jobDistributorName">分配人</th>
|
|
|
+ <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody class="tbody">
|
|
|
|
|
|
- </tbody>
|
|
|
- <tfoot>
|
|
|
- </tfoot>
|
|
|
- </table>
|
|
|
+ </tbody>
|
|
|
+ <tfoot>
|
|
|
+ </tfoot>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|