Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\export\transNewOrder.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <div id="newOrderDlgButtons" style="padding:2px 0"> <table cellpadding="0" cellspacing="0" style="width:100%"> <tr> <td style="padding-left:2px"> <a id="bntFormatDesign" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-arrow-circle-right'" onclick="onTransNewOrder()">????????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-close'" onclick="javascript:$('#newOrderDlg').dialog('close')">???</a> </td> </tr> </table> </div> <div id="newOrderDlg" class="easyui-dialog" title="????????" style="width:460px;height:220px;padding:10px;" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-cog', toolbar: '#newOrderDlgButtons' "> <div> <div class="easyui-panel" data-options="border:true"> <table class=" table-box table-disabled" style="width: 424px;"> <tr> <td width="20%" style="min-width: 80px;">?????????????</td> <td > <select id="bookseller" class="easyui-combobox" editable="false" style="width:100%;height: 28px;" data-options=""> </select> </td> </tr> <tr> <td width="20%" style="min-width: 80px;">?????</td> <td > <select id="neworderbatchno" class="easyui-combobox" editable="false" style="width:200px;height: 28px;" data-options=""> </select> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setParaBatchNo('0')">??????</a> </td> </tr> </table> </div> </div> </div> <!-- ??? --> <%@ include file="../iframe/dialog/dlg_batchno.jsp" %> <script type="text/javascript"> function openTransNewOrder(){ var acceptFormatDesignIndex = getValue("acceptFormatDesignIndex"); if(acceptFormatDesignIndex.length == 0){ return openMessageDlg("?????????????"); } $('#newOrderDlg').window('open'); } function onTransNewOrder(){ var url = base_path + "acq/order/transToNewOrder.do"; var param = {}; param.batchno = getValue("neworderbatchno"); param.bookseller = getValue("bookseller"); if(!param.batchno){ return openMessageDlg("???????????"); } var orderList = getValue("orderList"); if(orderList.length == 0){ return openMessageDlg("????????????????????"); } var checkList = getValue("checkList"); if(checkList.length == 0){ return openMessageDlg("????????????????????"); } param['tablelimit'] = getSqlTableLimit(getCheckList("checkList")); param["limit[0].condition"] = "lib_acq_order.batchno"; param['limit[0].value'] = getCheckList("orderList"); param['limit[0].typeHandler'] = "3"; var acceptFormatDesignIndex = getValue("acceptFormatDesignIndex"); if(acceptFormatDesignIndex.length == 0){ return openMessageDlg("?????????????"); } param.keycode = acceptFormatDesignIndex; console.log(param); $.post(url, param, function(data) { if(data.status == "0") { alert(data.message); $('#newOrderDlg').dialog('close'); }else{ alert(data.message); } }, 'json'); } function getSqlTableLimit(value){ var conditon = ""; var arr = value.split(","); for(var i = 0 ;i<arr.length;i++){ if(arr[i]){ conditon +="'"+arr[i]+"',"; } } conditon = conditon.substr(0, conditon.length-1); return conditon; } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de