Edit D:\rfid\libsystem\page\acquisition\lib_acq_fine.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="searchTNRecord()">???</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-edit '" onclick="updateRecord()">???</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="search_libcode" item-type="search" init-select="" class="easyui-combobox" style="width:140px;height: 24px;" editable="false" data-options=""> </select> ????? <input id="search_billno" item-type="search" style="width:200px;height: 24px;" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'???????????',onClickButton:function(){searchTNRecord()}" style="width:250px;height:26px;"> </div> </div> <div style="display: none;"> <select id="showlibcode" item-type="record" class="easyui-combobox" > </select> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns: true,pagination:true,pageSize:30"> <thead> <tr> <th data-options="field:'libcode',align:'center',formatter:onShowLibName" width="50" >???</th> <th data-options="field:'billno',align:'center'" width="50" >?????</th> <th data-options="field:'billtype',align:'center'" hidden="hidden" width="50" >??????</th> <th data-options="field:'bookseller',align:'center',formatter:onShowBooksellerName" width="50" >???</th> <th data-options="field:'currency',align:'center'" hidden="hidden" width="50">????</th> <th data-options="field:'money',align:'center'" width="50">???</th> <th data-options="field:'bibcount',align:'center'" width="50">???</th> <th data-options="field:'hldcount',align:'center'" width="50">???</th> <th data-options="field:'payway',align:'center'" hidden="hidden" width="50">??????</th> <th data-options="field:'operman',align:'center'" width="50">?????</th> <th data-options="field:'billdate',align:'center'" width="50">??????</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="?????????" style="width:800px;height:350px;padding:10px;" data-options=" modal:true,closed:true,toolbar:'#dlg-toolbar',resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <!--???????????--> <%@ include file="../parameter/com_savebar.jsp"%> <div class="table-content"> <input id="id" item-type="record" hidden="hidden"> <table class="table-box table-input" style="width:750px;"> <tr> <td style="min-width:100px;" >???</td> <td ><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> <td style="min-width:120px;" >?????</td> <td > <input id="billno" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"> </td> </tr> <tr> <td style="min-width:100px;" >???</td> <td ><select id="bookseller" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> <td style="min-width:120px;" >???</td> <td > <input id="money" item-type="record" class="easyui-numberbox" precision="2" style="width:100%;height: 28px;" data-options="prompt:''"> </td> </tr> <tr> <td style="min-width:100px;" >???</td> <td ><input id="bibcount" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> <td style="min-width:120px;" >???</td> <td > <input id="hldcount" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:''"> </td> </tr> <tr> <td style="min-width:100px;" >?????</td> <td ><input id="operman" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> <td style="min-width:120px;" >??????</td> <td > <input id="billdate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;" data-options="prompt:''"> </td> </tr> <tr> <td >???</td> <td colspan="3"><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="acq/fine"></input> <%@ 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/parameter/js/parameter_public.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/lib_acq_fine.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de