function saveRecords(json,obj,backUrl){ var saveUrl = $.pathname() + "/ws/xianlutingyun/XianlutingyunService/create"; var userId = json.user_id; var type = json.report_type; var comp = json.comp_id; //var report_id = json.report_id; var name = json.name; var operate = json.operate; var jsonData = json.json; var dept = json.report_comp; var sendStat = json.sendStat; var roleId = json.roleId; var relVal = ""; var relText =""; ///var relVal = $("#warning").attr("relValue"); /*if(relVal==""){ top.Dialog.alert("请选择选择填报计划"); return; } var relText = $("#warning").attr("relText");*/ var treeObj = $.fn.zTree.getZTreeObj("reportTree"); var checked = treeObj.getCheckedNodes(true); if(checked.length==0){ top.Dialog.alert("请选择选择填报计划"); return ; }else{ for(var i=0;i