Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\circulation\cir_finelog.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 class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a id="bntFaSearch" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" >???</a> <!-- <a id="bntStartAccept" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-play-circle-o'" onclick="onExportFlie()">??????</a> --> </div> </div> <!-- ????? --> <div class="easyui-panel"> <div class="tool-div-search m-top-3" style="height: 46px;line-height: 40px;"> <div style="margin-left: 10px;"> <label>??????</label> <select id="finsearchfintype" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:180px;height: 28px;" editable="false" data-options=""> </select> ????? <select id="operid" item-type="record" no-limit="" class="easyui-combobox" style="width:300px;height: 24px;" editable="false" data-options=""> </select> ?????? <input id="cirlogbegdate" item-type="record" class="easyui-datetimebox" data-options="onShowPanel:onShowPanelFmt" style="width:180px;height: 28px;"> ?????? <input id="cirlogenddate" item-type="record" class="easyui-datetimebox" style="width:180px;height: 28px;" > </div> </div> <div style="display: none;"> <select id="finsearchpayway" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> <select id="finsearchrectype" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> </div> </div> <div class="cirlog-grid-div m-top"> <table id="finLogDataGridList" class="easyui-datagrid" data-options="fit:true,singleSelect:true,border:true,pagination:true,pageSize:30"> <thead> <tr> <th data-options="field:'operacc'" width="100">?????</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="100">????????</th> <th data-options="field:'type',formatter:onShowFinTypeName" width="80">??????</th> <th data-options="field:'rectype',formatter:onShowRecTypeName" width="80">??????</th> <th data-options="field:'payway',formatter:onShowPayWayName" width="100">??????</th> <th data-options="field:'money',formatter:onShowFmtMoney" width="50">???</th> <th data-options="field:'finstamp',formatter:onShowDateStamp" width="180">??????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'logbarcode'" width="180">??????</th> <th data-options="field:'logloandate',formatter:onShowFmtDate" width="120">??????</th> <th data-options="field:'logreturndate',formatter:onShowFmtDate" width="120">??????</th> <!-- <th data-options="field:'barcode'" width="180">??????</th> --> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="100">?????</th> <th data-options="field:'loccode',formatter:onShowLocationName" width="100">??????</th> </tr> </thead> </table> </div> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/cir_finelog.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de