Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\acquisition\acq_order.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" %> <% String toolid ="1502"; %> </head> <body> <div class="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> <%if(MyJspUtils.checkAuthority(session,""+toolid+"t1")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="insertRecord()">???</a> <%}%> <%-- <%if(MyJspUtils.checkAuthority(session,""+toolid+"t2")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="saveRecord()">???</a> <%}%> --%> <%if(MyJspUtils.checkAuthority(session,""+toolid+"t3")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteRecord()" >???????</a> <%}%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="cancelOrder(1)" >???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-check'" onclick="cancelOrder(2)" >???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-list'" onclick="cancelOrder(3)" >???????</a> </div> </div> <div class="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=""> <option value="LIB_ACQ_ORDER.batchno" selected="selected">???</option> <option value="LIB_ACQ_ORDER.id">????????</option> <option value="LIB_ACQ_ORDER.orderno">?????</option> <option value="LIB_ACQ_ORDER.bibid">????????</option> <option value="LIB_ACQ_ORDER.operid">?????</option> <option value="lib_bibliography.title">???</option> <option value="lib_bibliography.author">????</option> <option value="lib_bibliography.isbn">isbn</option> <option value="lib_bibliography.classno">?????</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',cls:'my-cls-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;" data-options="prompt:'?????'"></input> </div> </div> <div class="show-count-info" style="display: none;width: 100%;height: 30px;"> <div class="easyui-panel m-top" style="padding: 5px;width: 100%;" data-options="fit:true"> <div class="show-batchno" style="float: left;width: 50%;text-align: left;"></div> <div class="show-orderinfo" style="float: right;width: 50%;text-align: right;"></div> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <div class="datagrid-div m-top" > <div class="easyui-panel" style="width:100%;" data-options="fit:true"> <table id="orderDataGridList" class="easyui-datagrid" data-options="border:false,singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,pageSize:20,selectOnCheck:false,checkOnSelect:false"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'libcode',formatter:onShowLibName" width="120"><%=globalLibName%></th> <th data-options="field:'isbn'" width="120">ISBN??</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="120">????</th> <th data-options="field:'publish'" width="100">?????</th> <th data-options="field:'publishdate'" width="100">??????</th> <!-- <th data-options="field:'CLASSNO'" width="150">?????</th> --> <th data-options="field:'price'" width="100">??????</th> <th data-options="field:'batchno'" width="100">???</th> <th data-options="field:'copies'" width="100">?????</th> <th data-options="field:'ordstatus',formatter:onShowOrdStatusName" width="100">???????</th> <th data-options="field:'orderprice'" width="100">??????</th> <th data-options="field:'orderdate'" width="100">??????</th> </tr> </thead> </table> </div> </div> </div> <div id="win" class="easyui-dialog" title="??????" style="width:1000px;height:500px;padding:10px;" data-options=" modal:true,toolbar:'#dlg-toolbar',closed:true,resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <div id="dlg-toolbar" style="padding:2px 0"> <table cellpadding="0" cellspacing="0" style="width:100%"> <tr> <td style="padding-left:2px"> <a id="saveRecord" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:' fa fa-save'" onclick="saveRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:' fa fa-close'" onclick="closeWin()">???</a> </td> </tr> </table> </div> <div class="table-content"> <!-- ????????? --> <div class="table-content" class="m-top" style="width: 95%;"> <table class="table-box rdr-table-input" > <tr> <td class="div-tr-td" > <div style="width: 58px;"><%=globalLibName%>???</div> </td> <td style="width: 100px;"> <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 style="width: 100px;"> <input id="batchno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"> </td> <td class="div-tr-td" > <div style="width: 58px;">?????</div> </td> <td style="width: 100px;"><input id="copies" required="true" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????????????'"></td> </tr> <tr> <td class="div-tr-td" >?????</td> <td> <select id="ncy" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >?????</td> <td><input id="price" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> <td class="div-tr-td" >?????</td> <td><input id="totalprice" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> </tr> <tr> <td class="div-tr-td">??????</td> <td> <select id="orderncy" 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="orderprice" item-type="record" required="true" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> <td class="div-tr-td" >??????</td> <td><input id="ordertotalprice" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></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="finsources" 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="docsources" 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="mediatype" 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="binding" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >?????</td> <td><input id="volumes" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> </tr> <tr> <td class="div-tr-td" >??????</td> <td><input id="volumes" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> <td class="div-tr-td" >?????</td> <td><input id="billno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> <td class="div-tr-td" >??????</td> <td><input id="paydate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;"></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="orderdate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;"></td> <td class="div-tr-td" >?????</td> <td><input id="orderno" 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="5"> <input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"> </td> </tr> <tr style="display: none;"> <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> <td class="div-tr-td">?????</td> <td><input id="showclassno" 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="showprice" item-type="showrecord" disabled="true" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> --> </tr> </table> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var vType = "order"; </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/selectGridRecord.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/acq_order.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de