Edit D:\rfid\libsystem\page\circulation\cirlog.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 href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchCirLogRecord()">???</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 style="display: none;"> <!-- <select id="libcode" item-type="record" class="easyui-combobox" hidden="hidden"> </select> --> </div> <!-- ????? --> <div class="easyui-panel"> <div class="tool-div-search m-top-3" style="height: 46px;line-height: 40px;"> <div style="margin-left: 10px;"> ??? <select id="libcode" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select> <label>??????</label> <select id="cirlogtype" item-type="record" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ????? <select id="operid" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select> ?????? <input id="cirlogbegdate" item-type="record" class="easyui-datebox" style="width:130px;height: 28px;"> ?????? <input id="cirlogenddate" item-type="record" class="easyui-datebox" style="width:130px;height: 28px;" > ??????? <input id="rdrno" item-type="record" class="easyui-textbox" style="width:130px;height: 28px;" > </div> </div> </div> <div class="cirlog-grid-div m-top"> <table id="cirlogDataGridList" class="easyui-datagrid" data-options="fit:true,singleSelect:true,border:true,pagination:true,fitColumns: true,pageSize:30"> <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'logtype',formatter:onShowCirLogtype" width="80">??????</th> <th data-options="field:'logstamp',formatter:onShowDateStamp" width="140">??????</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="80">?????</th> <th data-options="field:'rdrno'" width="80">???????</th> <th data-options="field:'name'" width="80">???????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="100">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="80">????</th> <th data-options="field:'isbn'" width="80">isbn??</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'volumeinfo'" width="80">??????</th> </tr> </thead> </table> </div> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/cirlog.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