Edit D:\rfid\libsystem\page\iframe\iframe_per_check.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") ; } %> <!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)" id="saveOrderBibBnt" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="_perCheckObj.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 class="table-content" style="width: 760px;margin: auto;margin-top: 5px;"> <input id="id" item-type="record" hidden="hidden" keep-value="true"></input> <input id="bibid" item-type="record" hidden="hidden" ></input> <div style="display: none;"> <select id="rerFrequencyNum" class="easyui-combobox" style="width:100px;height:26px;"> </select> </div> <table class="table-box rdr-table-input"> <tr> <td class="div-tr-td" > <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> </td> <!-- <td class="div-tr-td" style="width: 80px;"> <div style="width: 58px;">??????</div> </td> <td> <select id="type" item-type="record" init-type="init-data" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> --> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="frequency" 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" >???</td> <td><input id="issuenum" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;"></td> </tr> <tr> <tr> <td class="div-tr-td" >?????</td> <td><input id="year" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;"></td> <td class="div-tr-td" >?????</td> <td><input id="copies" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;"></td> </tr> <tr> <td class="div-tr-td" >???</td> <td><input id="price" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;"></td> <td class="div-tr-td" >???</td> <td><input id="yearprice" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;"></td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="docsources" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >??????</td> <td> <select id="mediatype" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" >???</td> <td> <select id="bookseller" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >?????</td> <td> <select id="operid" item-type="record" disabled="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> </tr> <tr> <td class="div-tr-td"> ?????????? </td> <td> <select id="updateflag" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> <td class="div-tr-td" >?????</td> <td> <input id="shelfno" 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="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"> </td> </tr> </table> <div style="height: 180px;width: 100%;"> <table id="location_eidtorgrid" title="??????" class="easyui-datagrid" > </table> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var _bibId = '<%=bibId%>'; var _id = '<%=id%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/iframe/js/iframe_per_check.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