Edit D:\rfid\libsystem\page\circulation\cir_curfine.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="serachFine()">????</a> <!-- <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="addFineRecord()">???</a> --> <a id="saveBibRecord" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="saveFineRecord()">???</a> <a id="deleteBibRecord" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteFineRecord()">???</a> </div> </div> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options=""> <option value="lib_cir_curfine.fineid" selected="selected">????????</option> <option value="lib_cir_curfine.rdrid">????????</option> <option value="lib_cir_curfine.hldid">????????</option> <option value="lib_cir_curfine.bibid">????????</option> </select> <input id="keyword" class="easyui-textbox" handler-type="0" link-combobox="index" item-type="export_record" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){serachFine()}" style="width:250px;height:26px;"> <input id="fineid" item-type="record" disabled="true" class="easyui-textbox" style="width:120px;height:26px;"></input> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <!-- ????????? --> <div class="table-content" class="m-top"> <table class="table-box rdr-table-input" data-options="fit:true"> <tr > <td class="div-tr-td" style="width: 6%;">??????</td> <td style="width: 14%;"> <select id="loccode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="width: 6%;">??????</td> <td style="width: 14%;"> <select id="type" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="width: 6%;">???</td> <td style="width: 14%;"> <input id="money" item-type="record" required="true" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'???'"> </td> <td class="div-tr-td" style="width: 6%;">???</td> <td style="width: 14%;"> <input id="findate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;" data-options="prompt:'???'"> </td> <td class="div-tr-td" style="width: 6%;">???</td> <td> <input id="fintime" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'" > </td> </tr> <tr> <td class="div-tr-td" style="width: 6%;">?????</td> <td style="width: 14%;"> <select id="operid" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="width: 6%;">????????</td> <td style="width: 14%;"> <input id="hldid" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'" > </td> <td class="div-tr-td">???</td> <td colspan="5"><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> </tr> <tr> <td class="div-tr-td" >????????</td> <td><input id="rdrid" item-type="record" required="true" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> <td class="div-tr-td">???????</td> <td> <label id="showrdrno" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">???????</td> <td> <label id="showname" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">???</td> <td> <label id="showemail" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">???</td> <td> <label id="showtelphone" item-type="showrecord" class="my-html" ></label> </td> </tr> <tr> <td class="div-tr-td" >????????</td> <td><input id="bibid" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> <td class="div-tr-td">ISBN</td> <td> <label id="showisbn" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">???</td> <td> <label id="showtitle" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">?????</td> <td> <label id="showclassno" item-type="showrecord" class="my-html" ></label> </td> <td class="div-tr-td">???</td> <td> <label id="showprice" item-type="showrecord" class="my-html" ></label> </td> </tr> </table> </div> </div> <!-- ????????? --> <div class="datagrid-div m-top"> <table id="fineDataGridList" class="easyui-datagrid" data-options="fit:true,singleSelect:true,fitColumns:true,border:true,pagination:true"> <thead> <tr> <th data-options="field:'fineid'" width="80">????????</th> <th data-options="field:'rdrid'" width="80">????????</th> <th data-options="field:'loccode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'type',formatter:onShowFinTypeName" width="80">??????</th> <th data-options="field:'money'" width="100">???</th> <th data-options="field:'findate',formatter:onShowFmtDate" width="100">???</th> <th data-options="field:'fintime',formatter:onShowFmtTime" width="100">???</th> <th data-options="field:'operid'" width="80">?????</th> <th data-options="field:'bibid'" width="80">????????</th> <th data-options="field:'hldid'" width="80">????????</th> <th data-options="field:'note'" width="80">???</th> </tr> </thead> </table> </div> <%@ 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/circulation/js/cir_curfine.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