qcList.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>病历质控评分</title>
  8. </head>
  9. <body>
  10. <div class="container">
  11. <h2>质控评分</h2>
  12. <div class="main-body">
  13. <div class="filterBox clearfix">
  14. <span class="filterItem typeFilter">
  15. <span>病历号:</span>
  16. <input class="patientNumInp" type="text" placeholder="请输入病历号">
  17. </span>
  18. <span class="filterItem typeFilter">
  19. <span>病人姓名:</span>
  20. <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
  21. </span>
  22. <span class="filterItem typeFilter clearfix">
  23. <span class="fl">入院日期:</span>
  24. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
  25. <span class="divide fl">-</span>
  26. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" /></span>
  27. </span>
  28. <span class="filterItem">
  29. <span>病历等级:</span>
  30. <span class="selectLevel">全部</span>
  31. <ul class="levelList filterDropList">
  32. <Li class="levelItem" data-name="全部" data-id="">全部</Li>
  33. <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
  34. <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
  35. <li class="levelItem" data-name="乙" data-id=乙>乙</li>
  36. <li class="levelItem" data-name="丙" data-id=丙>丙</li>
  37. </ul>
  38. </span>
  39. <span class="filter">查询</span>
  40. </div>
  41. <div>
  42. <table>
  43. <thead>
  44. <th class="textCenter" ></th>
  45. <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
  46. <th class="beHospitalId textCenter">病历号</th>
  47. <th class="patientNo textCenter">病案号</th>
  48. <th class="patientName textCenter" style="width: 100px;">病人姓名</th>
  49. <th class="patientSex textCenter">性别</th>
  50. <th class="patientage textCenter">年龄</th>
  51. <th class="bedNum textCenter">床号</th>
  52. <th class="inHospitalDate textCenter">入院日期</th>
  53. <th class="outHospitalDate textCenter">出院日期</th>
  54. <th class="doctorName textCenter">主治医生</th>
  55. <th class="deptName textCenter">科室</th>
  56. <th class="recordLevel textCenter">病历等级</th>
  57. <th class="recordScore textCenter">病历得分</th>
  58. <th class="scoreTime textCenter">评分时间</th>
  59. </thead>
  60. <tbody>
  61. </tbody>
  62. <tfoot>
  63. <tr>
  64. <td colspan="15">
  65. <div class="tabFoot">
  66. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
  67. <span class="recordScoreBtn">评分</span>
  68. </div>
  69. </td>
  70. </tr>
  71. </tfoot>
  72. </table>
  73. </div>
  74. <!--<div class="tabFoot">
  75. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
  76. <span class="recordScoreBtn">评分</span>
  77. </div>-->
  78. <div class="pagination"></div>
  79. </div>
  80. </div>
  81. </body>
  82. </html>