Edit D:\rfid\apache-tomcat-8.5.32\webapps\opac\page\reader\finlog.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"> <input id="finsearchbegdate" type="text" name="" class="date-arrow" readonly="readonly" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})" placeholder="???????"/> <span class="space">-</span> <input id="finsearchenddate" 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 >?????</th> <th >?????</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}/js/DatePicker/WdatePicker.js"></script> <script type="text/javascript"> var josnRecord=[ {"key":"finstamp","width":"140","type":"logstamp"}, {"key":"loccode","width":"80","type":"libcode","convert":"code"}, {"key":"type","width":"80","type":"fintype","convert":"code"}, {"key":"rectype","width":"80","type":"rectype","convert":"code"}, {"key":"payway","width":"80","type":"payway","convert":"code"}, {"key":"money","width":"40","type":"price"}, {"key":"barcode","width":"100","type":""}, {"key":"callno","width":"40","type":""}, {"key":"title","width":"200","type":""} ]; var josnPara = [ {"key": "libcode"}, {"key": "fintype"}, {"key": "rectype"}, {"key": "payway"} ]; var page = 1; // ????????? var rows = 10; // ????????? $(function () { //?????????? initShowNameByCode(josnPara,0); }); function searcLoanlog(){ var url = ctx+'/cir/fine/pageUnion.do'; var param = {}; param.page=page; param.rows=rows; param.rdrid=rdrid; if(getValue("finsearchbegdate").length > 0){ param['limit[0].condition'] = 'findate'; param['limit[0].typeHandler'] = '7'; param['limit[0].value'] = getValue("finsearchbegdate").replace(new RegExp('-', 'g'), ''); } if(getValue("finsearchenddate").length > 0){ param['limit[1].condition'] = 'findate'; param['limit[1].typeHandler'] = '5'; param['limit[1].value'] = getValue("finsearchenddate").replace(new RegExp('-', 'g'), ''); } dataPagingByQuery(page,rows,url,param); } function getValue(obj){ return $("#"+obj).val().toString(); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de