Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\acquisition\lib_acq_checkduplicate.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> <!-- checkrepeatbib --> <div class="tool-div-para" style="width: 100%;"> <div class="easyui-panel" id="ddddddd" 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="checkRepeatBibCondtion()">???</a> </div> </div> <div class="tool-div-para m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="libcode" item-type="record" no-limit="???<%=globalLibName%>" class="easyui-combobox" style="width:120px;height:26px;" editable="false" data-options=""> </select> <select id="sysid" item-type="page_paramjson" class="easyui-combobox" style="width:120px;height: 28px;" editable="false" data-options=""> </select> <select id="checkrepeatbibindex" class="easyui-combobox" style="width:100px;height:28px;" editable="false" data-options=""> </select> <select id="searchtype" class="easyui-combobox" style="width:80px;height:28px;" editable="false" data-options="panelHeight:'auto',"> <option value="0">??????</option> <option value="1">???????</option> <option value="12">???????</option> </select> ?????? <select id="sortfld" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto',"> <option value="isbn">ISBN??</option> <option value="callno">?????</option> <option value="classno">?????</option> <option value="title">???</option> <option value="author">?????</option> <option value="seriesname">?????</option> </select> ?????? <select id="sorttype" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto',"> <option value="asc">???</option> <option value="desc">???</option> </select> <input class="easyui-textbox" id="checkrepeatbibkey" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){checkRepeatBibCondtion()}" style="width:300px;height:26px;"> </div> </div> <div class="m-top" style="height:290px;"> <table title="" id="checkrepeatEditGrid" class="easyui-datagrid" data-options="iconCls:'e-icon fa fa-table',fit:true,fitColumns:true,border:true,nowrap:false,striped:true"> <thead> <tr> <th data-options="field:'field'" width="10%">?????</th> <th data-options="field:'indicator',formatter:onShowTextWidth" width="6%">?????</th> <th data-options="field:'data',formatter:onShowDataValidator" width="80%">??????</th> </tr> </thead> </table> </div> <div class="m-top my-check-dup" style="height:180px;"> <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 title="" id="checkrepeatDataGridList" class="easyui-datagrid" data-options="iconCls:'e-icon fa fa-table',fit:true,singleSelect:true,fitColumns:true,border:true,pagination:true,striped:true"> <thead> <tr> <th data-options="field:'id'" width="100">?????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="100"><%=globalLibName%>???</th> <th data-options="field:'bibflag',formatter:onShowFlagName" width="100">???</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'isbn'" width="150">ISBN/ISSN??</th> <th data-options="field:'classno'" width="80">?????</th> <th data-options="field:'author'" width="100">????</th> <th data-options="field:'publish'" width="80">?????</th> <th data-options="field:'publishaddress'" width="80">?????</th> </tr> </thead> </table> </div> <div title="??????" style="margin-top: -1px;"> <table title="" id="orderRepeatDataGridList" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true" > <thead> <tr> <th data-options="field:'id'">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80"><%=globalLibName%>???</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:'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 title="??????" style="margin-top: -1px;"> <table title="" id="holdRepeatDataGridList" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true" > <thead> <tr> <th data-options="field:'id'" width="80">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80"><%=globalLibName%>???</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> <th data-options="field:'volumeinfo'" width="80">??????</th> </tr> </thead> </table> </div> </div> </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/global/js/editbibgrid.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/lib_acq_checkduplicate.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de