123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <!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 qcList">
- <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" code="startDate" placeholder="请选择时间" id="datepicker" autocomplete="off"/></span>
- <span class="divide fl">-</span>
- <span class="datapickerBox fl"><input type="text" code="endDate" placeholder="请选择时间" id="datepicker2" autocomplete="off"/></span>
- </span>
- <span class="filterItem">
- <span>生成状态:</span>
- <span class="selectStatus">
- <i>未生成</i>
- <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
- </span>
- <ul class="statusList filterDropList">
- <li class="statusItem" data-name="未生成" data-id='0'>未生成</li>
- <li class="statusItem" data-name="已生成" data-id='1'>已生成</li>
- </ul>
- </span>
- <span class="filterItem typeFilter">
- <span>病人姓名:</span>
- <input class="patientName" code="name" type="text" placeholder="病人姓名">
- </span>
- <span class="filterItem typeFilter">
- <span>病人住院序号:</span>
- <input class="patientNumInp" code="behospitalCode" type="text" placeholder="病人住院序号">
- </span>
- <span class="filterItem typeFilter deptListWrap">
- <span>科室:</span>
- <span class="selectDept">
- <i>全部</i>
- <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
- </span>
- <ul class="deptList filterDropList"></ul>
- </span>
- <span class="filterItem typeFilter">
- <span>住院天数:</span>
- <input class="mini-inp dayMin" code="smallDay" type="text"> -
- <input class="mini-inp dayMax" code="bigDay" type="text"> 天
- </span>
- <span class="filterItem typeFilter">
- <span>医生:</span>
- <input class="doctorInp" code="doctorName" type="text" placeholder="医生">
- </span>
- <span class="filterItem typeFilter">
- <span>主诊断:</span>
- <input class="mainDiag" code="diagnose" type="text" placeholder="主诊断">
- </span>
- <span class="filterItem">
- <span>病历等级:</span>
- <span class="selectLevel">
- <i>全部</i>
- <img class="arrow" src="./../images/arrow_down.png" alt="下拉">
- </span>
- <ul class="levelList filterDropList">
- <Li class="levelItem" data-name="全部" data-id="全部">全部</Li>
- <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
- <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
- <li class="levelItem" data-name="乙" data-id=乙>乙</li>
- <li class="levelItem" data-name="丙" data-id=丙>丙</li>
- </ul>
- </span>
- <span class="filter">查询</span>
- <span class="filterclear abnormalClear filterclearT">重置</span>
- <!--<span class="export">导出</span>-->
- </div>
- </div>
- <div class="tabBox">
- <div class="tabs">
- <ul>
- <li class="tab"><button class="active" data-code="0">科室任务</button></li>
- <li class="tab"><button data-code="2">质控科任务</button></li>
- <li class="tab"><button data-code="1">院级任务</button></li>
- </ul>
- </div>
- <button class="creatTask">生成任务</button>
- <div class="overAuto">
- <table class="qctable">
- <thead>
- <tr class="tabTitle">
- <th class="recordScoreOpera textCenter" style="width: 65px;"></th>
- <th class="beHospitalId textCenter" valCode="behospitalCode">病人住院序号</th>
- <th class="patientName textCenter" valCode="name" style="width: 100px;">病人姓名</th>
- <th class="patientNo textCenter" valCode="fileCode">病案号</th>
- <th class="patientSex textCenter" valCode="sex">性别</th>
- <th class="patientage textCenter" valCode="age">年龄</th>
- <th class="bedNum textCenter" valCode="behospitalDept">科室</th>
- <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate">出院日期</th>
- <th class="inHospitalDate textCenter" valCode="behospitalDayNum">住院天数</th>
- <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
- <th class="recordLevel textCenter" valCode="level">病历等级</th>
- <th class="diagnose textCenter" valCode="diagnose">主诊断</th>
- <th class="doctorName textCenter" valCode="value" code="value">筛选分值</th>
- <th class="doctorName textCenter" valCode="creatStatus">生成状态</th>
- <th class="deptName textCenter" valCode="jobCreateTime" code="jobCreateTime">生成日期</th>
- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
- </tr>
- </thead>
- <tbody class="tbody">
- </tbody>
- <tfoot>
- </tfoot>
- </table>
- </div>
- <div class="pagination"></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">
- <p>确定要生成这些任务吗?</p>
- </div>
- <div class="footer">
- <button class="confirm">确定</button>
- <button class="cancel">取消</button>
- </div>
- </div>
- </div>
- </body>
- </html>
|