Edit D:\rfid\apache-tomcat-8.5.32\webapps\opac\page\reader\loanlog.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <title>????????</title> <%@ include file="../global/linkcss.jsp" %> <link rel="stylesheet" href="${ctx}/css/selectFilter.css"/> </head> <body> <!-- ?????? --> <%@ include file="../../page/global/mylib-header.jsp" %> <!-- ???????? --> <div class="mylib-box"> <!-- ???????????? --> <%@ include file="../../page/global/mylib-menu.jsp" %> <!-- ????????? --> <div class="mylib-box-right"> <div class="reader-info-box"> <div class="reader-header-title"> <h2>????????????</h2> </div> <div class="reader-body" style="height: 600px;"> <div class="reader-body-bnt"> <div style="width: 120px;float: left;margin-right: 10px;"> <div class="filter-box"> <div class="filter-text"> <input class="filter-title" type="text" readonly placeholder="????????" /> <i class="icon icon-filter-arrow"></i> <select id="cirlogtype"> <option value="">???</option> <option value="101">???</option> <option value="102">????</option> <option value="201">???</option> <option value="202">???</option> <option value="203">???</option> </select> </div> </div> </div> <input id="cirlogbegdate" type="text" name="" class="date-arrow" readonly="readonly" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})" placeholder="???????"/> <span class="space">-</span> <input id="cirlogenddate" type="text" name="" class="date-arrow" readonly="readonly" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})" placeholder="??????"/> <a href="JavaScript:searcLoanlog()" class="bnt">???</a> </div> <table class="table-black" > <thead> <tr> <th >??????</th> <th >??????</th> <th >?????</th> <th >?????</th> <th >???</th> <th >????</th> <th >ISBN??</th> <th >???</th> </tr> </thead> <tbody> </tbody> </table> <%@ include file="../global/paging.jsp" %> </div> </div> </div> </div> <!-- ??? --> <%@ include file="../global/footer.jsp" %> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${ctx}/third-party/js/selectFilter.js"></script> <script type="text/javascript" src="${ctx}/js/DatePicker/WdatePicker.js"></script> <script type="text/javascript"> var josnRecord=[ {"key":"logtype","width":"80","type":"logtype","convert":"code"}, {"key":"logstamp","width":"140","type":"logstamp"}, {"key":"barcode","width":"80","type":""}, {"key":"callno","width":"80","type":""}, {"key":"title","width":"220","type":""}, {"key":"author","width":"120","type":""}, {"key":"isbn","width":"100","type":""}, {"key":"price","width":"40","type":"price"} ]; var page = 1; // ????????? var rows = 10; // ????????? $(function () { //?????????? showNameByCode["logtypeRows"] = [ {"code":"101","name":"???"}, {"code":"102","name":"????"}, {"code":"201","name":"???"}, {"code":"202","name":"???"}, {"code":"203","name":"???"} ]; //????????? $('.filter-box').selectFilter({ callBack : function (val){ //?????????? } }); }); function searcLoanlog(){ var url = ctx+'/cir/cirlog/pageUnion.do'; var param = {}; param.page=page; param.rows=rows; param.rdrid=rdrid; if($("#cirlogtype").val().length > 0) param.logtype = $("#cirlogtype").val(); if($("#cirlogbegdate").val().length > 0 && $("#cirlogenddate").val().length > 0){ param['limit[0].condition'] = 'logdate'; param['limit[0].typeHandler'] = '2'; param['limit[0].value'] = $("#cirlogbegdate").val().replace(new RegExp('-', 'g'), ''); param['limit[0].secondValue'] = $("#cirlogenddate").val().replace(new RegExp('-', 'g'), ''); } dataPagingByQuery(page,rows,url,param); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de