$(function(){overLoadInitData()});function overLoadInitData(){initLocationGrid();var a=[];_myPage.prototype.initData(a)}function initLocationGrid(){var a={};a.orderBy=" libcode desc ";$("#loccode").datagrid({url:base_path+"par/location/list.do",queryParams:a,onLoadSuccess:function(b){},method:"post"})}function saveRecord(){var a=getJsonData(null,"record");if(!a){openMessageDlg("记录异常");return}if(verifyRequiredFields()){openMessageDlg("必填字段不能为空!");return}if(a.loccode){var c=$("#loccode").datagrid("getChecked")}var b=$('[insert-check="repeat"]');if(b.length>0){verifyRepeatData(a,b)}else{saveRecordOk(a)}};