Edit D:\rfid\libsystem\page\periodical\per_batchorder.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="serachOrderBib()">????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-first-order'" onclick="orderBacthRecord(0)">???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-reorder'" onclick="orderBacthRecord(1)">???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-pause-circle-o'" onclick="orderBacthRecord(2)">???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setPerPara()">???</a> </div> </div> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;margin-top: -1px;"> <strong>?????</strong>??<label class="orderyear"></label>?? <select id="perindex" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options=""> <option value="orderno">?????</option> <option value="batchno">???</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){serachOrderBib()}" style="width:250px;height:26px;"> </div> </div> <!-- ?????? --> <%@ include file="../periodical/persetpara.jsp" %> <!-- ??? --> <%@ include file="../iframe/dialog/dlg_batchno.jsp" %> <!-- tab ????????? --> <div class="order-bacth-box"> <div id="tabsGrid" class="easyui-tabs" data-options="tools:'#tabGrid-tools',fit:true,border:false" style="margin-top: -1px;"> <!-- <div title="????????" style="margin-top: -1px;"> <table id="acqDataGridList" title="" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,selectOnCheck:false,checkOnSelect:false" > <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'id'" width="60">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'cmdnum'" 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:'orderno'" width="100">??????</th> <th data-options="field:'unifiedno'" 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> <th data-options="field:'linkid'" width="80">????????</th> </tr> </thead> </table> </div> --> <div title="??????" style="margin-top: -1px;"> <th data-options="field:'ck',checkbox:true" width="4%"></th> <table title="" id="orderDataGridList" class="easyui-datagrid" data-options="singleSelect:false,fit:true,fitColumns:true,pagination:true,striped:true,pageSize:30," > <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'id'">????????</th> <th data-options="field:'orderno'" width="100">??????</th> <th data-options="field:'unifiedno'" width="100">??????</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:'bibid',hidden:true">????????</th> <th data-options="field:'orderno'" width="80">?????</th> <th data-options="field:'batchno'" width="80">???</th> <th data-options="field:'copies'" 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'" width="80">?????</th> </tr> </thead> </table> </div> <%-- <div title="??????" style="margin-top: -1px;"> <%@ include file="../global/grid/holdgrid.jsp" %> </div> --%> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var vCurPageFlag = "per"; function colseIframeDlg(obj,type,code){ if(type&&code){ if(type == 0 ||type == 2) setValue("page_order_batchno",code); else if(type == 1 || type == 3) setValue("page_check_batchno",code); else if(type == 4){ setValue("page_bind_batchno",code); } } $('#'+ obj +'').dialog('close'); } </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/periodical/js/per_batchorder.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/iframe/js/com_bib_loadIframe.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de