123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>病历质控申诉发起</title>
- </head>
- <body>
- <div class="container appealHistory">
- <h2>申诉信息 > 申诉审核</h2>
- <div class="main-body">
- <div class="filterBox">
- <div class="clearfix">
- <span class="filterItem typeFilter clearfix">
- <span class="fl">申诉时间:</span>
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker"
- autocomplete="off" readonly /></span>
- <span class="divide fl">-</span>
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2"
- autocomplete="off" readonly /></span>
- </span>
- <span class="filterItem typeFilter">
- <span>所属科室:</span>
- <span class="selectDept">
- 全部
- </span>
- <ul class="deptList filterDropList"></ul>
- </span>
- <span class="filterItem">
- <span>申诉模块:</span>
- <span class="selectModular ellipsis">全部</span>
- <ul class="modularList filterDropList">
- <!-- <Li class="modularItem" data-name="全部" data-id="">全部</Li>
- <Li class="modularItem" data-name="病案首页" data-id="病案首页">病案首页</Li>
- <Li class="modularItem" data-name="入院记录" data-id="入院记录">入院记录</Li>
- <li class="modularItem" data-name="出院记录" data-id=出院记录>出院记录</li> -->
- </ul>
- </span>
- <span class="filterItem typeFilter">
- <span>申诉人:</span>
- <input class="name" type="text" placeholder="请输入申诉人" maxlength="10">
- </span>
- <span class="filterItem">
- <span>操作类型:</span>
- <span class="selectType">全部</span>
- <ul class="typeList filterDropList">
- <!-- <Li class="typeItem" data-name="全部" data-id="">全部</Li>
- <Li class="typeItem" data-name="删除条目" data-id="0">删除条目</Li>
- <Li class="typeItem" data-name="新增已有条目" data-id="1">新增已有条目</Li>
- <li class="typeItem" data-name="新增缺失条目" data-id=2>新增缺失条目</li>
- <li class="typeItem" data-name="恢复条目" data-id=3>恢复条目</li> -->
- </ul>
- </span>
- <span class="filterItem">
- <span>状态:</span>
- <span class="qcSelectCheck">全部</span>
- <ul class="qcCheckList filterDropList">
- <!-- <Li class="qcCheckItem" data-name="全部" data-id="">全部</Li>
- <Li class="qcCheckItem" data-name="待审核" data-id="0">待审核</Li>
- <Li class="qcCheckItem" data-name="审核通过" data-id="2">审核通过</Li>
- <li class="qcCheckItem" data-name="已驳回" data-id="1">已驳回</li> -->
- </ul>
- </span>
- <span class="filter">查询</span>
- <span class="filterclear abnormalClear filterclearT">重置</span>
- <span class="export">导出</span>
- </div>
- </div>
- <div class="overAuto">
- <table class="qctable">
- <thead>
- <tr class="tabTitle">
- <th class="recordScoreOpera textCenter" style="width: 65px;">申诉人</th>
- <th class="beHospitalId textCenter" >所属科室</th>
- <th class="patientNo textCenter" >申诉时间</th>
- <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
- <th class="patientSex textCenter" >患者姓名</th>
- <th class="patientage textCenter" >申诉模块</th>
- <th class="bedNum textCenter" >缺陷详情</th>
- <th class="inHospitalDate textCenter" >审核人</th>
- <th class="outHospitalDate textCenter " >审核时间</th>
- <th class="diagnose textCenter" >操作类型</th>
- <th class="doctorName textCenter" >状态</th>
- <th class="doctorName textCenter" >操作</th>
- </tr>
- </thead>
- <tbody class="tbody">
- </tbody>
- </table>
- </div>
- <div class="pagination"></div>
- </div>
- </div>
- </body>
- </html>
|