Edit D:\rfid\libsystem\page\periodical\sys_per_bind.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; //String sysid_type = request.getParameter("type"); %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>???????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <div class="tool-div m-top"> <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="searchRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="insertRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="saveRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteRecord()" >???</a> </div> </div> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto'"> <option value="batchno" selected="selected">???</option> <option value="id">????????</option> <option value="barcode">?????</option> <option value="bibid">????????</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){searchRecord()}" style="width:250px;height:26px;"> <input id="id" item-type="record" disabled="true" class="easyui-textbox" style="width:120px;height:26px;"></input> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <!-- ????????? --> <div class="table-content" class="m-top"> <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;"> <div style="width: 58px;">??????</div> </td> <td> <input id="batchno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"> </td> <td class="div-tr-td" >?????</td> <td ><input id="barcode" required="true" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> <td class="div-tr-td" >?????</td> <td> <input id="callno" 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 > <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> <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=""> </select> </td> <td class="div-tr-td">??????</td> <td> <select id="loccode" item-type="record" required="true" 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="binding" 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 > <select id="docsources" 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> <select id="finsources" 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> <select id="mediatype" 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="operid" item-type="record" disabled="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <!-- <input id="operid" item-type="record" class="easyui-textbox" disabled="true" style="width:100%;height: 28px;" > --> </td> <td class="div-tr-td" >??????</td> <td><input id="binddate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;"></td> <td class="div-tr-td" >??????</td> <td colspan="3"> <input id="volinfo" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"> </td> </tr> <tr> <td class="div-tr-td" >???</td> <td colspan="7"> <input id="note" 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="bibid" item-type="record" required="true" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> <td class="div-tr-td">ISBN</td> <td><input id="showisbn" item-type="showrecord" disabled="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'ISBN??'"></td> <td class="div-tr-td">???</td> <td><input id="showtitle" item-type="showrecord" disabled="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> <td class="div-tr-td">????</td> <td><input id="showtitle" item-type="showrecord" disabled="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????'"></td> </tr> </table> </div> <!-- ?????? --> <div class="datagrid-div m-top"> <table title="" id="bindDataGridList" 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">??????</th> <th data-options="field:'bibid',hidden:true">????????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'batchno'" width="80">???</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'totalprice'" width="80">???</th> <th data-options="field:'doctype',formatter:onShowDocTypeName" width="80">??????</th> <th data-options="field:'loccode',formatter:onShowLocationName" width="80">??????</th> <th data-options="field:'binding',formatter:onShowBindingName" width="80">??????</th> <th data-options="field:'docsources',formatter:onShowDocSourcesName" width="80">??????</th> <th data-options="field:'finsources',formatter:onShowFinSourcesName" width="80">??????</th> <th data-options="field:'mediatype',formatter:onShowMediaTypeName" width="80">??????</th> <th data-options="field:'binddate'" width="80">??????</th> <th data-options="field:'volinfo'" width="80">??????</th> <th data-options="field:'note'" width="80">???</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="80">?????</th> </tr> </thead> </table> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var vType = "bind"; </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/periodical/js/per_handler.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