Edit D:\rfid\libsystem\page\acquisition\acq_fastordercheckbib.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="_myOrderCheck.prototype.serach()">????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="_myOrderCheck.prototype.set()">???</a> </div> </div> <div class="tool-div-search m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="libcodeSelect" item-type="record" no-limit="??????" class="easyui-combobox" style="width:160px;height:26px;" editable="false" data-options=""> </select> <select id="orderbatchno" item-type="record" class="easyui-combobox" style="width:160px;height:26px;" editable="false" data-options=""> </select> <select id="bibindex" item-type="record" init-type="init-data" init-num="0" init-select="ISBN" class="easyui-combobox" style="width:150px;height:26px;" editable="false" data-options=""> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){_myOrderCheck.prototype.serach()}" style="width:250px;height:26px;"> </div> </div> <div style="display: none;"> <input id="callno" class="easyui-textbox" style="width:250px;height:26px;"> </div> <div style="height: 300px;width: auto;" class="m-top-3"> <div class="easyui-panel" data-options="fit:true,border:false"> <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center'" class="eidt-grid-layout" style="width:50%;"> <table id="acqDataGridList" title="??????" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,border:false"> <thead> <tr> <th data-options="field:'id'" width="60">?????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'status',formatter:onShowBibStatusName,styler:stylerFormatBibStatus" hidden="hidden" width="80">????</th> <th data-options="field:'isbn'" width="80">ISBN??</th> <th data-options="field:'classno'" width="80">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="100">????</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'publish'" width="80">?????</th> <th data-options="field:'publishaddress'" width="80">?????</th> </tr> </thead> </table> </div> <div data-options="region:'east',collapsible:false" class="center-grid-layout" style="width:50%; "> <table title="??????" id="orderDataGridList" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,border:false"> <thead> <tr> <th data-options="field:'id'">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'bibid',hidden:true">????????</th> <th data-options="field:'batchno'" width="80">???</th> <th data-options="field:'copies'" width="80">?????</th> <th data-options="field:'ncy'" width="80">??????</th> <th data-options="field:'orderncy'" width="80">??????</th> <th data-options="field:'price'" width="80">??????</th> <th data-options="field:'orderprice'" width="80">??????</th> <th data-options="field:'totalprice'" width="80">??????</th> <th data-options="field:'ordertotalprice'" width="80">??????</th> <th data-options="field:'orderdate'" width="80">??????</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="80">?????</th> </tr> </thead> </table> </div> </div> </div> </div> <div style="height: 600px;width: auto;" class="m-top-3"> <div class="easyui-panel" data-options="fit:true,border:false"> <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center'" title="??????" class="eidt-grid-layout" style="width:50%;"> <table title="" id="checkDataGridList" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,border:false"> <thead> <tr> <th data-options="field:'id'" width="80">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'bibid',hidden:true">????????</th> <th data-options="field:'batchno'" width="80">???</th> <th data-options="field:'copies'" width="80">?????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'ncy'" width="80">??????</th> <th data-options="field:'orderncy'" width="80">??????</th> <th data-options="field:'price'" width="80">??????</th> <th data-options="field:'orderprice'" width="80">??????</th> <th data-options="field:'totalprice'" width="80">??????</th> <th data-options="field:'ordertotalprice'" width="80">??????</th> <th data-options="field:'checkdate'" width="80">??????</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="80">?????</th> </tr> </thead> </table> </div> <div data-options="region:'east',collapsible:false" title="??????" class="center-grid-layout" style="width:50%; "> <table title="" id="holdDataGridList" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,border:false"> <thead> <tr> <th data-options="field:'id'" width="80">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'location',formatter:onShowLocationName" width="80">??????</th> <th data-options="field:'doctype',formatter:onShowDocTypeName" width="80">??????</th> <th data-options="field:'docsources',formatter:onShowDocSourcesName" width="80">??????</th> <th data-options="field:'status',formatter:onShowHoldStatusName" width="80">???????</th> </tr> </thead> </table> </div> </div> </div> </div> <!-- ??? --> <%@ include file="../iframe/dialog/dlg_batchno.jsp" %> <!-- ?????? --> <%@ include file="fastcheckparam.jsp" %> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/iframe/js/com_bib_loadIframe.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/acq_fastordercheckbib.js?version=<%=MyJspUtils.getVersion() %>"></script> <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/global/js/bib_rate_priec_other.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de