Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\statistics\sta_sys_bonusregion.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> <%if(MyJspUtils.checkAuthority(session,"7307t4")){%> <a id="bntFormatDesign" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="onFormatDesign()">??????</a> <%}%> </div> </div> <div class="body-div-search m-top-3" > <input id="infotype" item-type="export_record" table-type="lib_cir_bonuslog" value="1" hidden="hidden"> <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" style="max-width: 120px;width: 120px;"> <div style="width: 120px;"> ??????</div> </td> <td> <select id="acceptFormatDesignIndex" required="true" class="easyui-combobox" style="width:404px;height: 24px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td><select id="keyindex" required="true" class="easyui-combobox" style="width:120px;height: 24px;" editable="false" data-options=""> <option value="lib_cir_reader.id">????????</option> <option value="lib_cir_reader.name">???????</option> <option value="lib_cir_reader.rdrno" selected="selected">???????</option> <option value="lib_cir_reader.idcard">????????</option> <option value="lib_cir_reader.otherno">??????</option> <option value="lib_cir_reader.telephone">??????</option> </select></td> <td><input id="export_beg_keyword" item-type="export_record" handler-type="7" table-type="lib_cir_reader" link-combobox="keyindex" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'???????????????????'"> <input id="export_end_keyword" item-type="export_record" handler-type="5" table-type="lib_cir_reader" link-combobox="keyindex" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'???????????????????'"></td> </tr> <tr> <td class="div-tr-td">??????</td> <td><input id="export_beg_createdate" item-type="export_record" handler-type="7" table-type="lib_cir_reader" class="easyui-datebox" style="width:200px;height: 28px;" data-options="prompt:'?????????'"> <input id="export_end_createdate" item-type="export_record" handler-type="5" table-type="lib_cir_reader" class="easyui-datebox" style="width:200px;height: 28px;" data-options="prompt:'?????????'"></td> </tr> </table> <%@ include file="statisticsbartool.jsp" %> </div> </div> </div> <div style="display: none;"> <select id="rdrfld0" item-type="record" class="easyui-combobox" hidden="hidden"> </select> </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_sys_bonusregion.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"> function setMultilineTextValue(key,type){ if(key == "???"){ return; } /* if(!autoSelect){ */ for(var i = 0; i < initJson.length; i++){ if(key == initJson[i].code){ var param = initJson[i]; if(param.code == "to_char(data2)"){ var rows = [ {"code":"100~150","name":"100???150??"}, {"code":"<100","name":"???100??"}, {"code":">=150","name":"??????150??"}, ]; var html = ""; for(var j = 0; j < rows.length;j++){ html += rows[j].code +"|" + rows[j].name +"\n"; } if(type == 1){ setValue("formatdesign_item_value1",html); }else if(type == 2){ setValue("formatdesign_item_value2",html); } }else{ var url = base_path + 'par/common/getInitData.do'; $.post(url, param, function(data) { var rows = data.rows; if(rows.length > 0){ var html = ""; for(var j = 0; j < rows.length;j++){ html += rows[j].code +"|" + rows[j].name +"\n"; } if(type == 1){ setValue("formatdesign_item_value1",html); }else if(type == 2){ setValue("formatdesign_item_value2",html); } } }, 'json'); } break; } } /* } */ } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de