|
@@ -100,13 +100,12 @@
|
|
<thead>
|
|
<thead>
|
|
<tr class="tabTitle">
|
|
<tr class="tabTitle">
|
|
<th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
<th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
- <th class="patientName textCenter" style="width: 100px;">病人姓名</th>
|
|
|
|
- <th class="beHospitalId textCenter">病人住院序号</th>
|
|
|
|
- <th class="deptName textCenter">科室</th>
|
|
|
|
- <th class="doctorName textCenter">主管医生</th>
|
|
|
|
- <th class="outHospitalDate textCenter desc" code="leaveHospitalDate">出院日期</th>
|
|
|
|
- <th class="recordScore textCenter" code="value">筛选分值</th>
|
|
|
|
- <th class="patientNo textCenter" code="file_code">状态</th>
|
|
|
|
|
|
+ <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>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody class="tbody">
|
|
<tbody class="tbody">
|
|
@@ -120,7 +119,35 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="modal-container">
|
|
|
|
+ <div class="cover"></div>
|
|
|
|
+ <div class="modal-box">
|
|
|
|
+ <div class="modal-title">
|
|
|
|
+ <span class="title">任务</span>
|
|
|
|
+ <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="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody class="tbody">
|
|
|
|
|
|
|
|
+ </tbody>
|
|
|
|
+ <tfoot>
|
|
|
|
+ </tfoot>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
|
|
|