|
@@ -0,0 +1,55 @@
|
|
|
+<!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="managerContainer mukuai">
|
|
|
+ <div class="partTitle">
|
|
|
+ <p>医疗质量控制指标</p>
|
|
|
+ <div class="dateDetail fr">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="partTitleT"></div>
|
|
|
+ <div class="main-body">
|
|
|
+ <div class="filterBox">
|
|
|
+ <span class="filterItem">
|
|
|
+ <span>指标名称:</span>
|
|
|
+ <input type="text" class="selectModuleType" value="全部">
|
|
|
+ <ul class="moduleTypeList filterDropList moduleLisWid"></ul>
|
|
|
+ </span>
|
|
|
+ <span class="filterItem typeFilter clearfix dataSelectLight">
|
|
|
+ <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="filter">查询</span>
|
|
|
+ <span class="filterclear abnormalClear">重置</span>
|
|
|
+ </div>
|
|
|
+ <table>
|
|
|
+ <thead>
|
|
|
+ <th class="moduleName" style="width: 65px;">序号</th>
|
|
|
+ <th class="moduleItemName">病案管理专业医疗质量控制指标</th>
|
|
|
+ <th class="moduleScore desc" style="width: 125px;">数据统计</th>
|
|
|
+ </thead>
|
|
|
+ <tbody class="tbody">
|
|
|
+
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <div class="pagination"></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|