|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<c:set value="${pageContext.request.contextPath}" var="path" scope="page"/>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>扫描上传记录报表</title>
|
|
|
|
|
<title>采集器状态</title>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<!-- 解决部分兼容性问题,如果安装了GCF,则使用GCF来渲染页面,如果未安装GCF,则使用最高版本的IE内核进行渲染。 -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
<div class="headDiv">
|
|
|
|
|
<div class="headSpanDiv">
|
|
|
|
|
<span class="headspan">
|
|
|
|
|
扫描上传记录报表
|
|
|
|
|
采集器状态
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -46,79 +46,84 @@
|
|
|
|
|
<!--搜索-->
|
|
|
|
|
<form>
|
|
|
|
|
<div class="form-inline" style="margin-left:5px;margin-top:5px;margin-bottom: 0!important;">
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<select class="form-control" id="dateFlag">
|
|
|
|
|
<option value="1">按日查询</option>
|
|
|
|
|
<option value="2">按月查询</option>
|
|
|
|
|
<option value="3">按年查询</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8" id="day">
|
|
|
|
|
<label>出院日查询:</label>
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="text" class="input-sm form-control" id="startTime1" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off" value="${startDate}"/>
|
|
|
|
|
<span class="input-group-addon">-</span>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="endTime1" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off" value="${endDate}"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8" id="month" style="display: none">
|
|
|
|
|
<label>出院月查询:</label>
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="text" class="input-sm form-control" id="startTime3" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off"/>
|
|
|
|
|
<span class="input-group-addon">-</span>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="endTime3" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8" id="year" style="display: none">
|
|
|
|
|
<label>出院年查询:</label>
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="text" class="input-sm form-control" id="startTime4" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off"/>
|
|
|
|
|
<span class="input-group-addon">-</span>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="endTime4" style="text-align: center"
|
|
|
|
|
maxlength="10" autocomplete="off"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss" id="dateRange">
|
|
|
|
|
<label>扫描时段:</label>
|
|
|
|
|
<select class="form-control input-sm" id="timeInterval"
|
|
|
|
|
onchange="loadTableByTime(this.options[this.options.selectedIndex].value,'startTime1','endTime1','table')">
|
|
|
|
|
<div class="form-group divCss">
|
|
|
|
|
<label>业务系统:</label>
|
|
|
|
|
<select class="form-control input-sm" id="collectorKey">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="15">电子病历系统采集服务-嘉禾美康</option>
|
|
|
|
|
<option value="06">LIS系统采集服务</option>
|
|
|
|
|
<option value="3">PACS系统采集服务</option>
|
|
|
|
|
<option value="12">心理测量报告采集器服务</option>
|
|
|
|
|
<option value="01">移动护理系统采集服务</option>
|
|
|
|
|
<option value="08">电子病历系统采集服务-长临医嘱</option>
|
|
|
|
|
<option value="04">电生理系统采集服务</option>
|
|
|
|
|
<option value="03">pacs</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label>扫描人:</label>
|
|
|
|
|
<input type="text" class="form-control input-sm" id="name" maxlength="8">
|
|
|
|
|
</div>
|
|
|
|
|
<%--<div class="form-group divCss8" id="day">--%>
|
|
|
|
|
<%--<label>出院日查询:</label>--%>
|
|
|
|
|
<%--<div class="input-group">--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="startTime1" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off" value="${startDate}"/>--%>
|
|
|
|
|
<%--<span class="input-group-addon">-</span>--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="endTime1" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off" value="${endDate}"/>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--<div class="form-group divCss8" id="month" style="display: none">--%>
|
|
|
|
|
<%--<label>出院月查询:</label>--%>
|
|
|
|
|
<%--<div class="input-group">--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="startTime3" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off"/>--%>
|
|
|
|
|
<%--<span class="input-group-addon">-</span>--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="endTime3" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off"/>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--<div class="form-group divCss8" id="year" style="display: none">--%>
|
|
|
|
|
<%--<label>出院年查询:</label>--%>
|
|
|
|
|
<%--<div class="input-group">--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="startTime4" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off"/>--%>
|
|
|
|
|
<%--<span class="input-group-addon">-</span>--%>
|
|
|
|
|
<%--<input type="text" class="input-sm form-control" id="endTime4" style="text-align: center"--%>
|
|
|
|
|
<%--maxlength="10" autocomplete="off"/>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--<div class="form-group divCss" id="dateRange">--%>
|
|
|
|
|
<%--<label>扫描时段:</label>--%>
|
|
|
|
|
<%--<select class="form-control input-sm" id="timeInterval"--%>
|
|
|
|
|
<%--onchange="loadTableByTime(this.options[this.options.selectedIndex].value,'startTime1','endTime1','table')">--%>
|
|
|
|
|
<%--</select>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--<div class="form-group divCss8">--%>
|
|
|
|
|
<%--<label>扫描人:</label>--%>
|
|
|
|
|
<%--<input type="text" class="form-control input-sm" id="name" maxlength="8">--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm divCss" id="searchBtn">查询</button>
|
|
|
|
|
<button type="button" class="btn btn-info btn-sm divCss" id="excelBtn">条件导出</button>
|
|
|
|
|
<%--<button type="button" class="btn btn-info btn-sm divCss" id="excelBtn">条件导出</button>--%>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<!--数据表格-->
|
|
|
|
|
<table id="table" class="table table-striped"></table>
|
|
|
|
|
<div id="toolbar" class="btn-group pull-right" style="margin-right: 20px;">
|
|
|
|
|
<div class="columns columns-right btn-group pull-right">
|
|
|
|
|
<div class="btn-group btn-info">
|
|
|
|
|
<select id="sel_exportoption" class="form-control">
|
|
|
|
|
<option value="">导出当前页面数据</option>
|
|
|
|
|
|
|
|
|
|
<option value="all">导出全部数据</option>
|
|
|
|
|
|
|
|
|
|
<option value="selected">导出选中数据</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<button class=" btn btn-success" style="height: 34px" type="button" id="refreshBtn" name="refresh"
|
|
|
|
|
aria-label="Refresh"
|
|
|
|
|
title="Refresh">
|
|
|
|
|
<i class="glyphicon glyphicon-refresh icon-refresh"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<%--<div id="toolbar" class="btn-group pull-right" style="margin-right: 20px;">--%>
|
|
|
|
|
<%--<div class="columns columns-right btn-group pull-right">--%>
|
|
|
|
|
<%--<div class="btn-group btn-info">--%>
|
|
|
|
|
<%--<select id="sel_exportoption" class="form-control"> --%>
|
|
|
|
|
<%--<option value="">导出当前页面数据</option>--%>
|
|
|
|
|
<%-- --%>
|
|
|
|
|
<%--<option value="all">导出全部数据</option>--%>
|
|
|
|
|
<%-- --%>
|
|
|
|
|
<%--<option value="selected">导出选中数据</option>--%>
|
|
|
|
|
<%--</select>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--<button class=" btn btn-success" style="height: 34px" type="button" id="refreshBtn" name="refresh"--%>
|
|
|
|
|
<%--aria-label="Refresh"--%>
|
|
|
|
|
<%--title="Refresh">--%>
|
|
|
|
|
<%--<i class="glyphicon glyphicon-refresh icon-refresh"></i>--%>
|
|
|
|
|
<%--</button>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|