Edit D:\rfid\libsystem\page\iframe\iframe_catahold.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String bibId = "0"; if(request.getParameter("bibId") != null){ bibId = request.getParameter("bibId") ; } String id = "0"; if(request.getParameter("id") != null){ id = request.getParameter("id") ; } String type = "0"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>??????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body > <!-- checkrepeatbib --> <div class="tool-div-para"> <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-save'" onclick="_cataHoldObj.prototype.save()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="colseParentDlg()">???</a> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <div style="padding: 2px;" class="orderbib_tip"></div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <div style="padding: 2px;" class="tip"></div> <div class="table-content" style="width: 760px;margin: auto;margin-top: 5px;"> <input id="type" hidden="hidden" ></input> <input id="id" item-type="record" hidden="hidden" keep-value="true"></input> <input id="bibid" item-type="record" hidden="hidden" ></input> <table class="table-box rdr-table-input"> <tr> <td class="div-tr-td" style="width: 80px;"> <div style="width: 58px;">??????</div> </td> <td style="width: 270px;"> <select id="libcode" item-type="record" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="width: 80px;"> ????? </td> <td> <input id="barcode" required="true" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td > <select id="doctype" item-type="record" required="true" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'100px',"> </select> </td> <td class="div-tr-td">??????</td> <td> <select id="location" item-type="record" required="true" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'100px',"> </select> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="bindtype" item-type="record" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'100px',"> </select> </td> <td class="div-tr-td" >??????</td> <td > <select id="docsources" item-type="record" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'100px',"> </select> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="mediatype" item-type="record" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'100px',"> </select> </td> <td class="div-tr-td" >??????</td> <td><input id="senddate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;"></td> </tr> <tr> <td class="div-tr-td">???</td> <td > <input id="price" item-type="record" required="true" precision="2" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"> </td> <td class="div-tr-td" >??? </td> <td > <input id="totalprice" item-type="record" precision="2" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"> </td> </tr> <tr> <td class="div-tr-td" >?????</td> <td><input id="volumenum" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" ></td> <td class="div-tr-td" >?????</td> <td> <input id="callno" required="true" item-type="record" class="easyui-textbox" style="width:100px;height: 28px;" data-options="prompt:'?????????'"> <a href="javascript:void(0)" class="easyui-linkbutton" title="????????????,????????????/[??:A1/],??????????????" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setCheckCallNo()">???????????</a> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <input id="volumeinfo" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"> </td> <td class="div-tr-td" >????? </td> <td > <input id="assetno" item-type="record" precision="2" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????'"> </td> </tr> </table> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var _bibId = '<%=bibId%>'; var _id = '<%=id%>'; var _type = '<%=type%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/iframe/js/iframe_catahold.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