Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\statistics\sta_rdr_bzcjcount.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>?????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <body class="m-top" > <!-- ????? ??? ??????--> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px; " > <a id="bntSelectFile" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-bar-chart'" onclick="onSearchStatisticsData()">???</a> </div> </div> <div class="body-div-search m-top-3" > <div class="easyui-panel" title="????????????" data-options="fit:true" style="padding: 5px;"> <div class="table-content" style="width: 600px;"> <table class="table-box table-input"> <tr> <td class="div-tr-td">??????</td> <td><input id="export_beg_finstamp" item-type="export_record" handler-type="7" table-type="lib_cir_finelog" class="easyui-datetimebox" style="width:200px;height: 28px;" data-options="prompt:'?????????'"> <input id="export_end_finstamp" item-type="export_record" handler-type="5" table-type="lib_cir_finelog" class="easyui-datetimebox" style="width:200px;height: 28px;" data-options="prompt:'?????????'"></td> </tr> </table> <div style="height: 200px;margin-top: -1px;width: 601px;"> <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center',collapsible:false,border:false" style="width:50%;"> <table id="operid" title="??????????" item-type="export_record" handler-type="3" table-type="lib_cir_finelog" class="easyui-datagrid m-top" data-options="singleSelect:false,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'code',align:'center'" width="16%">???</th> <th data-options="field:'name',align:'center'" width="80%">???</th> </tr> </thead> </table> </div> <div data-options="region:'east',collapsible:false,border:false" style="width:50%; margin-left: -1px;"> <table id="rdrtype" title="????????????" item-type="export_record" handler-type="3" table-type="lib_cir_reader" class="easyui-datagrid m-top" data-options="singleSelect:false,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'code',align:'center'" width="16%">???</th> <th data-options="field:'name',align:'center'" width="80%">???</th> </tr> </thead> </table> </div> </div> </div> <!-- <div style="height: 200px;margin-top: -1px;width: 601px;"> <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center',collapsible:false,border:false" style="width:100%;"> <table id="operaway" title="??????" item-type="export_record" handler-type="3" table-type="lib_cir_reader" class="easyui-datagrid m-top" data-options="singleSelect:false,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'code',align:'center'" width="16%">???</th> <th data-options="field:'name',align:'center'" width="80%">???</th> </tr> </thead> </table> </div> </div> </div> --> <%@ include file="statisticsbartool.jsp" %> </div> </div> </div> <!--?????????--> <%@ include file="statisticsfd.jsp" %> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/statistics/js/sta_rdr_circulationcount.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/statistics/js/statisticsfd.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript"> var jsonFormatDesign = {}; $(function () { $('#export_beg_finstamp').datetimebox('setValue', getAddYMD(null,null,null,"-")+" 00:00:00"); $('#export_end_finstamp').datetimebox('setValue', getAddYMD(null,null,null,"-")+" 23:59:59"); }); function onSearchStatisticsData(){ var jsonData = getJsonDataByTypeHandler(); var jsonText = getJsonCondtionByTypeHandler(); if(jsonText.length>0){ jsonData.jsonText = jsonText; } var timeFmtStatus = getTimeFmtStatus(); if(timeFmtStatus){ if(!jsonData["limit[0].condition"]){ $.messager.confirm('??????', '???????????????,?????????????', function(r){ if (r){ openPostWindow('statistics_bacj.jsp',jsonData); } }); }else{ openPostWindow('statistics_bacj.jsp',jsonData); } } } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de