$(function(){$("#bntNonBarcode").on("click",function(){var b=getValue("export_beg_barcode");var a=getValue("export_end_barcode");if(a&&b){var c={};c.begbarcode=b;c.endbarcode=a;openPostWindow("exportbarcodelist.jsp",c)}else{return openMessageDlg("起始条码号和终止条码都不能为空")}})});