creatCheckTask.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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 qcList">
  11. <h2>生成核查任务</h2>
  12. <div class="main-body">
  13. <div class="filterBox">
  14. <div class="clearfix">
  15. <span class="filterItem typeFilter clearfix" >
  16. <span class="fl">出院日期:</span>
  17. <span class="datapickerBox fl"><input type="text" code="startDate" placeholder="请选择时间" id="datepicker" autocomplete="off"/></span>
  18. <span class="divide fl">-</span>
  19. <span class="datapickerBox fl"><input type="text" code="endDate" placeholder="请选择时间" id="datepicker2" autocomplete="off"/></span>
  20. </span>
  21. <span class="filterItem">
  22. <span>生成状态:</span>
  23. <span class="selectStatus">
  24. <i>未生成</i>
  25. <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
  26. </span>
  27. <ul class="statusList filterDropList">
  28. <li class="statusItem" data-name="未生成" data-id='0'>未生成</li>
  29. <li class="statusItem" data-name="已生成" data-id='1'>已生成</li>
  30. </ul>
  31. </span>
  32. <span class="filterItem typeFilter">
  33. <span>病人姓名:</span>
  34. <input class="patientName" code="name" type="text" placeholder="病人姓名">
  35. </span>
  36. <span class="filterItem typeFilter">
  37. <span>病人住院序号:</span>
  38. <input class="patientNumInp" code="behospitalCode" type="text" placeholder="病人住院序号">
  39. </span>
  40. <span class="filterItem typeFilter deptListWrap">
  41. <span>科室:</span>
  42. <span class="selectDept">
  43. <i>全部</i>
  44. <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
  45. </span>
  46. <ul class="deptList filterDropList"></ul>
  47. </span>
  48. <span class="filterItem typeFilter">
  49. <span>住院天数:</span>
  50. <input class="mini-inp dayMin" code="smallDay" type="text"> -
  51. <input class="mini-inp dayMax" code="bigDay" type="text"> 天
  52. </span>
  53. <span class="filterItem typeFilter">
  54. <span>医生:</span>
  55. <input class="doctorInp" code="doctorName" type="text" placeholder="医生">
  56. </span>
  57. <span class="filterItem typeFilter">
  58. <span>主诊断:</span>
  59. <input class="mainDiag" code="diagnose" type="text" placeholder="主诊断">
  60. </span>
  61. <span class="filterItem">
  62. <span>病历等级:</span>
  63. <span class="selectLevel">
  64. <i>全部</i>
  65. <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
  66. </span>
  67. <ul class="levelList filterDropList">
  68. <Li class="levelItem" data-name="全部" data-id="全部">全部</Li>
  69. <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
  70. <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
  71. <li class="levelItem" data-name="乙" data-id=乙>乙</li>
  72. <li class="levelItem" data-name="丙" data-id=丙>丙</li>
  73. </ul>
  74. </span>
  75. <span class="filter">查询</span>
  76. <span class="filterclear abnormalClear filterclearT">重置</span>
  77. <!--<span class="export">导出</span>-->
  78. </div>
  79. </div>
  80. <div class="tabBox">
  81. <div class="tabs">
  82. <ul>
  83. <li class="tab"><button class="active" data-code="0">科室任务</button></li>
  84. <li class="tab"><button data-code="2">质控科任务</button></li>
  85. <li class="tab"><button data-code="1">院级任务</button></li>
  86. </ul>
  87. </div>
  88. <button class="creatTask">生成任务</button>
  89. <div class="overAuto">
  90. <table class="qctable">
  91. <thead>
  92. <tr class="tabTitle">
  93. <th class="recordScoreOpera textCenter" style="width: 65px;"></th>
  94. <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
  95. <th class="patientName textCenter" valCode="name" style="width: 100px;">病人姓名</th>
  96. <th class="patientNo textCenter" valCode="fileCode">病案号</th>
  97. <th class="patientSex textCenter" valCode="sex">性别</th>
  98. <th class="patientage textCenter" valCode="age">年龄</th>
  99. <th class="bedNum textCenter" valCode="behospitalDept">科室</th>
  100. <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate">出院日期</th>
  101. <th class="inHospitalDate textCenter" valCode="behospitalDayNum">住院天数</th>
  102. <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
  103. <th class="recordLevel textCenter" valCode="level">病历等级</th>
  104. <th class="diagnose textCenter" valCode="diagnose">主诊断</th>
  105. <th class="doctorName textCenter" valCode="value" code="value">筛选分值</th>
  106. <th class="doctorName textCenter" valCode="creatStatus">生成状态</th>
  107. <th class="deptName textCenter" valCode="jobCreateTime" code="jobCreateTime">生成日期</th>
  108. <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
  109. </tr>
  110. </thead>
  111. <tbody class="tbody">
  112. </tbody>
  113. <tfoot>
  114. </tfoot>
  115. </table>
  116. </div>
  117. <div class="pagination"></div>
  118. </div>
  119. </div>
  120. </div>
  121. <div class="modal-container">
  122. <div class="cover"></div>
  123. <div class="modal-box">
  124. <div class="modal-title">
  125. <span class="title">提示</span>
  126. <a class="close fr">×</a>
  127. </div>
  128. <div class="modal-body">
  129. <p>确定要生成这些任务吗?</p>
  130. </div>
  131. <div class="footer">
  132. <button class="confirm">确定</button>
  133. <button class="cancel">取消</button>
  134. </div>
  135. </div>
  136. </div>
  137. </body>
  138. </html>