appealCheck.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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 appealHistory">
  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" placeholder="请选择时间" id="datepicker"
  18. autocomplete="off" readonly /></span>
  19. <span class="divide fl">-</span>
  20. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2"
  21. autocomplete="off" readonly /></span>
  22. </span>
  23. <span class="filterItem typeFilter">
  24. <span>所属科室:</span>
  25. <span class="selectDept">
  26. 全部
  27. </span>
  28. <ul class="deptList filterDropList"></ul>
  29. </span>
  30. <span class="filterItem">
  31. <span>申诉模块:</span>
  32. <span class="selectModular ellipsis">全部</span>
  33. <ul class="modularList filterDropList">
  34. <!-- <Li class="modularItem" data-name="全部" data-id="">全部</Li>
  35. <Li class="modularItem" data-name="病案首页" data-id="病案首页">病案首页</Li>
  36. <Li class="modularItem" data-name="入院记录" data-id="入院记录">入院记录</Li>
  37. <li class="modularItem" data-name="出院记录" data-id=出院记录>出院记录</li> -->
  38. </ul>
  39. </span>
  40. <span class="filterItem typeFilter">
  41. <span>申诉人:</span>
  42. <input class="name" type="text" placeholder="请输入申诉人" maxlength="10">
  43. </span>
  44. <span class="filterItem">
  45. <span>操作类型:</span>
  46. <span class="selectType">全部</span>
  47. <ul class="typeList filterDropList">
  48. <!-- <Li class="typeItem" data-name="全部" data-id="">全部</Li>
  49. <Li class="typeItem" data-name="删除条目" data-id="0">删除条目</Li>
  50. <Li class="typeItem" data-name="新增已有条目" data-id="1">新增已有条目</Li>
  51. <li class="typeItem" data-name="新增缺失条目" data-id=2>新增缺失条目</li>
  52. <li class="typeItem" data-name="恢复条目" data-id=3>恢复条目</li> -->
  53. </ul>
  54. </span>
  55. <span class="filterItem">
  56. <span>状态:</span>
  57. <span class="qcSelectCheck">全部</span>
  58. <ul class="qcCheckList filterDropList">
  59. <!-- <Li class="qcCheckItem" data-name="全部" data-id="">全部</Li>
  60. <Li class="qcCheckItem" data-name="待审核" data-id="0">待审核</Li>
  61. <Li class="qcCheckItem" data-name="审核通过" data-id="2">审核通过</Li>
  62. <li class="qcCheckItem" data-name="已驳回" data-id="1">已驳回</li> -->
  63. </ul>
  64. </span>
  65. <span class="filter">查询</span>
  66. <span class="filterclear abnormalClear filterclearT">重置</span>
  67. <span class="export">导出</span>
  68. </div>
  69. </div>
  70. <div class="overAuto">
  71. <table class="qctable">
  72. <thead>
  73. <tr class="tabTitle">
  74. <th class="recordScoreOpera textCenter" style="width: 65px;">申诉人</th>
  75. <th class="beHospitalId textCenter" >所属科室</th>
  76. <th class="patientNo textCenter" >申诉时间</th>
  77. <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
  78. <th class="patientSex textCenter" >患者姓名</th>
  79. <th class="patientage textCenter" >申诉模块</th>
  80. <th class="bedNum textCenter" >缺陷详情</th>
  81. <th class="inHospitalDate textCenter" >审核人</th>
  82. <th class="outHospitalDate textCenter " >审核时间</th>
  83. <th class="diagnose textCenter" >操作类型</th>
  84. <th class="doctorName textCenter" >状态</th>
  85. <th class="doctorName textCenter" >操作</th>
  86. </tr>
  87. </thead>
  88. <tbody class="tbody">
  89. </tbody>
  90. </table>
  91. </div>
  92. <div class="pagination"></div>
  93. </div>
  94. </div>
  95. </body>
  96. </html>