CINXE.COM

山东省档案查询利用平台

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="0"> <title>山东省档案查询利用平台</title> <!-- coral4 css start --> <link rel="stylesheet" href="/res/cui/cui.min.css"/> <link rel="stylesheet" href="/res/cui/icon-font/style.css"/> <!-- coral4 css end --> <!-- app css define start --> <link rel="stylesheet" type="text/css" href="/res/css/common.css"> <link rel="stylesheet" type="text/css" href="/res/css/index.css"> <link rel="stylesheet" type="text/css" href="/res/css/style.css"> <link rel="icon" href="/res/images/shouye/daxx-img.png" type="image/x-icon"> <style type="text/css"> .header{ background: url(../images/login1/logo.png) left center no-repeat; } </style> <!-- app css define end --> <!-- coral4 js start --> <script src="/res/jquery-cui/js/jquery-1.11.3.min.js"></script> <script src="/res/cui/cui.js"></script> <!-- coral4 js end --> <!-- app js define start --> <script src="/res/js/common/common.js"></script> <script src="/res/js/common/function.js"></script> <script src="/res/js/common/echarts.min.js"></script> <script src="/res/js/common/nav.js"></script> <script src="/res/js/login/logout.js"></script> <script src="/res/js/login/login.js"></script> <!-- <script src="/res/map/api.js"></script>--> <script src="/res/js/common/ajax.js"></script> <style type="text/css"> .coral-dialog{ z-index:10000; } #selfe{ width: 320px; } #myCss{ font-size: 16px; color: #333333; width: 300px; display: inline-block; white-space: normal; text-overflow: ellipsis; overflow: hidden; margin-right: 49px; } #myCss2{ font-size: 16px; color: #333333; width: 635px; display: inline-block; white-space: normal; text-overflow: ellipsis; overflow: hidden; margin-right: 49px; line-height: 2.1; } </style> <link rel="stylesheet" type="text/css" href="/res/css/common_shouye.css"> <link rel="stylesheet" type="text/css" href="/res/css/shouye.css"> </head> <body> <img src="/res/images/shouye/bg.png" class="sdda-bg"> <div class="wrapper"> <style> .user-info{ font-size: 17px; } .yhzx .shortcut-item-num { position: absolute; right: 181px; top: -4px; width: 20px; height: 20px; line-height: 21px; border-radius: 50%; background: #fe0000; color: #fff; text-align:center; display:block; align-items:center; font-size: 14px; } </style> <script src="/res/js/login/logout.js"></script> <script type="text/javascript" src="/static/xarch/js/Xarch.js"></script> <script src="/res/js/zj/kgcx/idCard.js"></script> <div class="sdda-top clearfix"> <div id="ylogin"> <div class="top-right"> <a href="javascript:f_usercenter_no();" class="yhzx"> <img src="/res/images/shouye/username-icon.png">用户中心<span class="shortcut-item-num" id = "new-mes-num-shouye"></span> </a> <div class="user-info" style="display:inline"> <span class="welcome">欢迎您,<span id=infoName></span><i class="down-icon"></i></span> <ul class='user-option'> <li class="exit"><a href="#" onclick="f_logout()">注销</a></li> <li class="change"><a id="change-pwd">修改密码</a></li> </ul> </div> </div> </div> <div id="nlogin"> <div class="top-right"> <a href="javascript:f_usercenter_no();" class="yhzx"> <img src="/res/images/shouye/username-icon.png">用户中心 </a> <a href="javascript:;" id ="login-btn">登录</a> <a href="javascript:;" id ="reg-btn">注册</a> </div> </div> </div> <div id=changePwdDialog class='coralui-dialog' style='display:none;' data-options="id:&quot;changePwdDialog&quot;,closable:false,autoOpen:false,maximizable:false,height:&quot;500&quot;,width:&quot;400&quot;" > </div> <script type="text/javascript"> /* 登录 */ $(function(){ $("#login-btn").click(function(){debugger; if("1"=="1"){//统一认证平台登陆shouye window.location.href = "http://cdpt.dag.shandong.gov.cn:80//views/shouye/loginTransfer_wscd.jsp"; }else{//弹窗登陆 $('.shade').show(); } }); $.ajax({ type : "POST", url : "/kgcx/lankgcx/borrowconsultation!newReplyForMySearch.json", dataType : "json", success : function(response) {debugger; // $('#new-mes-num1').html(response.CONSULTATION_COUNT); // $('#new-mes-num-check').html(response.BORROW_COUNT); $('#new-mes-num-shouye').html(response.TOTLE_COUNT); } }); }); /* 注册跳转到身份认证平台提供统一注册页面 */ $(function(){ $("#reg-btn").click(function(){ //window.location.href = "http://zwfw.sd.gov.cn/sdsfjis/front/register/register.do?uuid=" + uuid; var uuid = 'CqMQm4WGqvag'; window.location.href = "http://zwfw.sd.gov.cn/JIS/front/register/perregister1.do?uuid="+uuid; }); }); // 根据登录状态判断显示登录/注册按钮 $('.shade_pass').hide(); if(Xarch.getCookie('_xarch_user_name_')==''||Xarch.getCookie('_xarch_user_name_')==undefined){ document.getElementById("ylogin").style.display="none"; }else{ document.getElementById("nlogin").style.display="none"; document.getElementById("infoName").innerHTML=Xarch.getCookie('_xarch_user_name_'); $.ajax({ type : "POST", url : "/kgcx/lankgcx/borrowconsultation!newReplyForMySearch.json", dataType : "json", success : function(response) {debugger; // $('#new-mes-num1').html(response.CONSULTATION_COUNT); // $('#new-mes-num-check').html(response.BORROW_COUNT); $('#new-mes-num-shouye').html(response.TOTLE_COUNT); } }); } //首页 function f_index(){ var ul = "/index/indexUitl!index"; window.location.href = encodeURI(encodeURI(ul)); } //账号密码方式登录// function f_login(x){debugger; var username = ""; var paswd = ""; if(x==1){ username=document.getElementById("loginname_2").value; paswd=document.getElementById("loginpwd_2").value; if(username==''&& paswd==''){ return; }else{ if(username==''|| paswd==''){ document.getElementById("loginwarning_2").style.display=""; document.getElementById("loginwarning_2").innerHTML="请填写完整的登录信息!"; document.getElementById("loginname_2").focus(); return; } } } if(x==2){ username=document.getElementById("loginname_2").value; paswd=document.getElementById("loginpwd_2").value; if(username==''&& paswd==''){ return; }else{ if(username==''|| paswd==''){ document.getElementById("loginwarning_2").style.display=""; document.getElementById("loginwarning_2").innerHTML="请填写完整的登录信息!"; document.getElementById("loginname_2").focus(); return; } } } if(x==3){ username=document.getElementById("loginname_3").value; paswd=document.getElementById("loginpwd_3").value; if(username==''&& paswd==''){ return; }else{ if(username==''|| paswd==''){ document.getElementById("loginwarning_3").style.display=""; document.getElementById("loginwarning_3").innerHTML="请填写完整的登录信息!"; document.getElementById("loginname_3").focus(); return; } } } // $.ajax({ // type: "POST", // url: '/security/sso-page!lgPsd.json?lgType=1&logintype='+x, // dataType:"json", // data:{username:username,paswd:paswd,loginTarget:loginTarget}, // success: function(msg){ // if(msg.status==1){ // window.location.href=msg.url+"&loginTarget="+loginTarget; // }else{ // document.getElementById("loginwarning_"+msg.logintype).style.display=""; // document.getElementById("loginwarning_"+msg.logintype).innerHTML=msg.message; // document.getElementById("loginname_"+msg.logintype).value=""; // document.getElementById("loginpwd_"+msg.logintype).value=""; // document.getElementById("loginname_"+msg.logintype).focus(); // } // } // }); $.ajax({ type: "POST", url: '/security/sso-page!lgPsd2.json?lgType=1&logintype='+x, dataType:"json", data:{username:username,paswd:paswd,loginTarget:loginTarget}, success: function(msg){ if(msg.status==1){ window.location.href=msg.url+"&loginTarget="+loginTarget; }else{ document.getElementById("loginwarning_"+msg.logintype).style.display=""; document.getElementById("loginwarning_"+msg.logintype).innerHTML=msg.message; document.getElementById("loginname_"+msg.logintype).value=""; document.getElementById("loginpwd_"+msg.logintype).value=""; document.getElementById("loginname_"+msg.logintype).focus(); } } }); } // 注销 function f_logout(){debugger;//loginhead_shouye $.confirm("确定要退出系统吗?", function(r) { /* if(r){ var ur='/security/sso-page!logout'; $.ajax({ type : 'post', url : ur, success : function(data) { window.location.href = "/views/shouye/login.jsp"; } }); } */ if (r) { var ur0='/security/sso-page!logoutlocal'; $.ajax({ type : 'post', url : ur0, success : function(data) {debugger; window.location.href = "/views/shouye/login.jsp"; } }); var ur='/security/sso-page!logout'; $.ajax({ type : 'post', url : ur, success : function(data) { //window.location.href = "/views/shouye/login.jsp"; } }); } }); } //修改密码 function f_changePassword(){ /*var infoName = Xarch.getCookie('_xarch_loginuser_name_'); var tmpUrl="/views/shouye/modifyPass.jsp?haveLogin=1&infoName="+infoName; tmpUrl=encodeURI(encodeURI(tmpUrl)); window.open(tmpUrl,'','width=400px,height=200px,left=450px,top=350px,location=yes');*/ debugger; //var infoName = Xarch.getCookie('_xarch_loginuser_name_'); var infoName=Xarch.getCookie('_xarch_user_name_'); document.getElementById("loginName").value=infoName; $('.regPwd').show(); } // 登录后的用户中心 function f_usercenter(){ var login_name=Xarch.getCookie('_xarch_user_name_'); if(login_name==undefined){ window.location.href = "/views/shouye/login.jsp"; } else{ var tmpUrl="/kgcx/lankgcx/kgcx!index"; tmpUrl=encodeURI(encodeURI(tmpUrl)); window.open(tmpUrl); } } // 登录前的用户中心 function f_usercenter_no() { var login_name = Xarch.getCookie('_xarch_user_name_'); if (login_name == undefined) { $.message({message : "请先登录!", cls : "warning"}); } else { var tmpUrl = "/kgcx/lankgcx/kgcx!index"; tmpUrl = encodeURI(encodeURI(tmpUrl)); window.open(tmpUrl); } } // 注销和修改密码下拉框 $('body').on('click', '.user-info .welcome', function() { $(this).siblings('.user-option').stop().slideToggle(); }) </script> <div class="header clearfix" style="margin-top: 15px;"> <h1 class="header-title"> <!-- <a href="javascript:;"> --> <img src="/res/images/shouye/logo.png" style="padding-top: 25px;"> <!-- </a> --> </h1> <ul class="header-list clearfix"> <!-- 开放档案 --> <li> <a href="/views/shouye/showOpenType.jsp" target="_blank"> <img src="/res/images/shouye/sdda-img1.png"> <img src="/res/images/shouye/sdda-word1.png"> </a> </li> <!-- 查档大厅 --> <li> <a href="javascript:f_addBorrowGw();"> <img src="/res/images/shouye/sdda-img2.png"> <img src="/res/images/shouye/sdda-word2.png"> </a> </li> <!-- 网上咨询 --> <li> <a href="javascript:f_addRemind();"> <img src="/res/images/shouye/sdda-img3.png"> <img src="/res/images/shouye/sdda-word3.png"> </a> </li> <!-- 联系我们 --> <li style="margin-right: 0"> <a href="/kgcx/lankgcx/archive!openContactUsPage" target="_blank"> <img src="/res/images/shouye/sdda-img4.png"> <img src="/res/images/shouye/sdda-word4.png"> </a> </li> </ul> </div> <div class="sdda-main clearfix" style="margin-top: 80px;"> <div class="sdda-main-left"> <div class="sdda-cdzn"> <!-- <a href="javascript:;"> --><img src="/res/images/shouye/cdzn-img.png"><!-- </a> --> <ul class="cdzn-list clearfix"> <div> <li> <a id="myCss" href="/views/shouye/showPublish3.jsp" target="_block" style="font-size: 14px;line-height: 2.1;"> &nbsp;&nbsp;&nbsp;&nbsp;“在鲁查档”档案服务平台(山东省档案查询利用平台)可为社会提供省内各档案馆已通过互联网开放档案的集中统一在线检索和馆藏档案线上线下相结合远程跨馆利用两种查档方式。 </a> <span> <a id="selfe" href="/views/shouye/showPublish3.jsp" target="_blank"> <!-- <br/> --> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="blue"> >>更多 </font> </a> </span> </li> </div> </ul> </div> <ul class="sdda-gxpt"> <!-- <li class="kfda"> <a href="http://www.saac.gov.cn/" target="_Blank"> <img src="/res/images/shouye/gxpt-img.png"> <span> 中华人民共和国国家档案局 www.saac.gov.cn </span> </a> </li> --> <li class="kfda"> <a href="https://cxly.saac.gov.cn/" target="_Blank"> <img src="/res/images/shouye/gxpt-img.png" style="width: 50px;"> <span> 全国档案查询利用服务平台 cxly.saac.gov.cn </span> </a> </li> <li class="zwfww"> <a href="http://zwfw.sd.gov.cn" target="_Blank"> <img src="/res/images/shouye/sdzw-img.png" style="width: 50px;"> <span> “爱山东”政务服务网 zwfw.sd.gov.cn </span> </a> </li> <li class="zwfww hltb" > <a href="http://www.shandong.gov.cn/col/col248069/index.html" target="_Blank"> <img src="/res/images/shouye/hltb-img.png" style="width: 50px;"> <span class="hltb"> 沪鲁通办档案查询 <!-- www.shandong.gov.cn --> </span> </a> </li> <li class="gxcd"> <a href="http://gxda.dag.shandong.gov.cn:81" target="_Blank"> <img src="/res/images/shouye/logo-gxcd.png" style="width: 50px;"> <span> 高校档案查询利用平台 gxda.dag.shandong.gov.cn </span> </a> </li> </ul> </div> <div class="sdda-main-right"> <div class="right-map"> <div id="map" style=" width: 100%; height: 100%;"></div> </div> <div class="sysm-word"> <p> <a id="myCss2" href="/views/shouye/showPublish4.jsp" target="_blank"> 1.“开放档案”可查看各档案馆发布的、经鉴定面向互联网开放的档案。在此模块中,既可以检索全部开放档案,也可以通过点击左侧具体档案馆,查看对应档案馆的开放档案。点击主界面中的地图,也可直接查看对应市档案馆的开放档案。如果未查到所需档案,请到“查档大厅”提交查档申请。 </a> </p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="/views/shouye/showPublish4.jsp" target="_blank"> <font color="blue" style="font-size: 16px;"> >>更多 </font> </a> <i class="sysm-ms"> 使用</br> 帮助 </i> </div> </div> </div> </div> <div class="shade"> <div class="login-dialog"> <span class="login-close"></span> <h2 class="login-title">用户登录</h2> <br> <div class="row"> <ul> <strong><font face="宋体" color="red" >温馨提示</font></strong> </br> <li type="square"> <font face="宋体">请使用山东省统一政务服务门户注册的用户和密码登录。</font> </li> </ul> </div> <div class="row"> <input class="userName" type="text" value="用户名/手机号/身份证号" onFocus="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue; this.style.color='#999'}" id="loginname_2" placeholder="用户名"> </div> <div class="row"> <input class="passWord" type="password" placeholder="密码" onFocus="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue; this.style.color='#999';type='password'}" id="loginpwd_2" placeholder="密码"> </div> <!-- <div class="row" style="text-align:right;padding-right:38px;"> <a href="#">忘记密码?</a> </div>--> <div class="row"> <span class="login-warning" id="loginwarning_2" style="display: none; color:red">&nbsp;</span> <button class="submit" onclick="f_login(2)">登录</button> </div> </div> </div> <div id=adddialog_borrow class='coralui-dialog' style='display:none;' data-options="id:&quot;adddialog_borrow&quot;,reLoadOnOpen:true,autoOpen:false,maximizable:false,height:&quot;500&quot;,width:&quot;600&quot;,modal:true" > </div> <div id=adddialog_zx class='coralui-dialog' style='display:none;' data-options="id:&quot;adddialog_zx&quot;,reLoadOnOpen:true,autoOpen:false,maximizable:false,height:&quot;500&quot;,width:&quot;600&quot;,modal:true" > </div> <div class="footer"> <p align="center"> 版权所有:山东省档案馆 鲁ICP备06011360号&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- 联系电话:0531-68609155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --> 查档电话:0531-51766601 &nbsp;&nbsp;&nbsp;0531-51766602 &nbsp;&nbsp;&nbsp;技术服务电话:0531-51766657 </p> </div> </body> <div id=treedialog_dx class='coralui-dialog' style='display:none;' data-options="id:&quot;treedialog_dx&quot;,reLoadOnOpen:true,autoOpen:false,maximizable:false,height:&quot;420&quot;,width:&quot;300&quot;,modal:true" > </div> <script> initMaphangzhou('shandong', ''); </script> </html> <script> var kfid; var msid; var dataid; //加载政府公开信息 $(document).ready(function(){ /* $.ajax({ type : 'post', url : '/dagz/zfgkxx!searchPage.json', dataType : 'json', success : function(data) { for(var i=0; i<data.content.length; i++){ var arry = data.content[i]; $('#zfgkxx_ul').append('<li> <a class="name" href="#">'+arry.title+'</a><span class="time">'+arry.createDate+'</span></li>'); } }, error : function(XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); $.ajax({ type : 'post', url : '/kgcx/lankgcx/mscxzy!searchPage.json', dataType : 'json', success : function(data) { for(var i=0; i<data.content.length; i++){ var arry = data.content[i]; $('#mscxzy_ul').append('<li> <a class="name" href="#">'+arry.consultingMethod+'</a><span class="time">'+(arry.createDate).substr(1,10)+'</span></li>'); } }, error : function(XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); */ $.ajax({ type : 'post', url : '/kgcx/lankgcx/borrowconsultation!search_.json', dataType : 'json', success : function(data) { for(var i=0; i<data.length; i++){ var arry = data[i]; $('#zxzx').append('<li> <a class="name" onclick="showInfo(\''+arry[0]+'\')">'+arry[1]+'</a><span class="time">'+arry[2].substr(0,10)+'</span></li>'); } $('#zxzx').append('<li> <a class="name" style="float:right" onclick="showAllZxzxInfo()"> 更多>> </a></li>'); }, error : function(XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); $.ajax({ type : 'post', url : '/kgcx/lankgcx/publish!search_sy.json', dataType : 'json', success : function(data) { for(var i=0; i<data.length; i++){ var arry = data[i]; $('#xxgg').append('<li> <a class="name" onclick="showPublish(\''+arry[0]+'\',\''+arry[3]+'\')"> ['+arry[4]+']'+arry[2]+'</a><span class="time">'+arry[1].substr(0,10)+'</span></li>'); } $('#xxgg').append('<li> <a class="name" style="float:right" onclick="showAllPublish()"> 更多>> </a></li>'); }, error : function(XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); }) //查看更多通知公告 function showAllPublish(){ var url = "/views/shouye/xxggIndexList.jsp"; window.open(url); } //查看更多 咨询中心 function showAllZxzxInfo(){ var url = "/views/shouye/zxzxIndexList.jsp"; window.open(url); } //查看发布内容 function showPublish(id,type){ var url ="/kgcx/lankgcx/publish!showPublish_l?id="+id+"&type="+type; window.open(url); } //查看咨询的答复内容 function showInfo(id){ $("#adddialog_zx").dialog( { title : "查看", subTitle : "咨询答复", width:"850", height:"600", url : "/kgcx/lankgcx/borrowconsultation!show?id="+id }); $("#adddialog_zx").dialog("open"); } var v=2; document.onkeydown = function(event_e){ if(window.event) { event_e = window.event; } var int_keycode = event_e.charCode||event_e.keyCode; if( int_keycode == '13' ) { f_login(v); return false; } } function f_kgfw(){ var ul = "/kgcx/lankgcx/kgcx!index"; window.open(ul); } //咨询中心 function f_remind(){ var url = "/kgcx/lankgcx/borrowconsultation!showModule"; window.open(url); } //民生指引 function f_remind_mszy(){ var url = "/kgcx/lankgcx/mscxzy!showModule"; window.open(url); } $(function() { $('.menu li a').click(function(event) { $(this).addClass('current').parent('li').siblings('li').children('a').removeClass('current'); }); var _flag=0; $('.menu-box').hover(function(){ _flag=1; },function(){ _flag=0; }); $('body').click(function(){ if(_flag==0){ $('#login1,#login2').fadeOut(); } }); }); //检索 function f_search(){ var key = $('#keyValue').val(); var url = "/kgcx/lankgcx/grabsetting!indexSearch?key="+key; window.open(url); } function f_expert(){ expertName=document.getElementById("expertName").value; expertMobile=document.getElementById("expertMobile").value; expertIdNo=document.getElementById("expertIdNo").value; if(expertName == ''){ document.getElementById("expertwarning").style.display=""; document.getElementById("expertwarning").innerHTML="请填写完整的登录信息!"; document.getElementById("expertName").focus(); return; } if(expertMobile == ''){ document.getElementById("expertwarning").style.display=""; document.getElementById("expertwarning").innerHTML="请填写完整的登录信息!"; document.getElementById("expertMobile").focus(); return; } if(expertIdNo == ''){ document.getElementById("expertwarning").style.display=""; document.getElementById("expertwarning").innerHTML="请填写完整的登录信息!"; document.getElementById("expertIdNo").focus(); return; } $.ajax({ type: "POST", url: '/kgcx/lankgcx/kgcx!expertCheck.json', dataType:"json", data:{ expertName : expertName, expertMobile : expertMobile, expertIdNo : expertIdNo }, success: function(msg){ if(msg.body != 'no'){ document.getElementById("expertId").value = msg.body; document.forms['expertzj'].submit(); }else{ document.getElementById("expertwarning").style.display=""; document.getElementById("expertwarning").innerHTML="验证失败!"; } } }); } var userAgent = navigator.userAgent; rMsie = /(msie\s|trident.*rv:)([\w.]+)/; rFirefox = /(firefox)\/([\w.]+)/; rOpera = /(opera).+version\/([\w.]+)/; rChrome = /(chrome)\/([\w.]+)/; rSafari = /version\/([\w.]+).*(safari)/; var browser; var version; var ua = userAgent.toLowerCase(); //alert(ua); var browserMatch = uaMatch(ua); if (browserMatch.browser) { browser = browserMatch.browser; version = browserMatch.version; if(browser =='IE' && version<11){ //alert("请升级到IE11浏览器体验最佳浏览效果!"); } if(browser !='IE'){ //alert("请使用IE11浏览器体验最佳浏览效果!"); } } function uaMatch(ua) { var match = rMsie.exec(ua); if (match != null) { return { browser : "IE", version : match[2] || "0" }; } var match = rFirefox.exec(ua); if (match != null) { return { browser : match[1] || "", version : match[2] || "0" }; } var match = rOpera.exec(ua); if (match != null) { return { browser : match[1] || "", version : match[2] || "0" }; } var match = rChrome.exec(ua); if (match != null) { return { browser : match[1] || "", version : match[2] || "0" }; } var match = rSafari.exec(ua); if (match != null) { return { browser : match[2] || "", version : match[1] || "0" }; } } //新增查档单 function f_addBorrowGw(){ var login_name=Xarch.getCookie('_xarch_user_name_'); var user_lever=Xarch.getCookie('_xarch_user_userLever_'); user_lever=user_lever*1; if(login_name==''||login_name==undefined){ /* loginTarget = "wscd"; $('.shade').show(); */ $.message({ message : "请先登录!", cls : "warning" }); }else if(user_lever>=1){ $("#adddialog_borrow").dialog({ width:"95%", height:"90%", url : "/kgcx/lankgcx/borrow!gwAdd?msid="+msid+"&kfid="+kfid+"&dataid="+dataid }); $("#adddialog_borrow").dialog("open"); }else { $.alert("非实名认证用户不能查档,请前往山东政务服务网进行实名认证!"); } } function valiIdCard(idCard){ var checkFlag = new clsIDCard(idCard); if (!checkFlag.IsValid()) { return false; } } //新增科研申报 function f_archiveKysb(){ var login_name=Xarch.getCookie('_xarch_user_name_'); if(login_name==''||login_name==undefined){ loginTarget = "kysb"; $('.shade').show(); }else{ $.ajax({ type: "POST", url: '/kgcx/lankgcx/kysb!checkKysbDate.json', dataType:"json", data:{}, success: function(msg){ if(msg.body == '1'){ $("#adddialog_kysb").dialog({ subTitle : "科研申报", width:"800", height:"450", url : "/kgcx/lankgcx/kysb!add" }); $("#adddialog_kysb").dialog("open"); }else if(msg.body == '0'){ $.alert("请联系管理员设置科研申报日期!"); }else{//不在业务时间区间操作 $.alert(msg.body); } } }); } } function f_archiveXydjsb(){ var login_name=Xarch.getCookie('_xarch_user_name_'); if(login_name==''||login_name==undefined){ loginTarget = "xydjsb"; $('.shade').show(); }else{ $.ajax({ type: "POST", url: '/kgcx/lankgcx/xydjsb!checkXydjDate.json', dataType:"json", data:{}, success: function(msg){ if(msg.body == '1'){ $("#adddialog_xydjsb").dialog({ subTitle : "信用等级申报", width:"800", height:"520", url : "/kgcx/lankgcx/xydjsb!add" }); $("#adddialog_xydjsb").dialog("open"); }else if(msg.body == '0'){ $.alert("请联系管理员设置信用等级申报日期!"); }else{//不在业务时间区间操作 $.alert(msg.body); } } }); } } //新增借阅咨询 function f_addRemind(){ /* $("#adddialog_zx").dialog({ subTitle : "我要咨询", width:"850", height:"86%", //url : "/kgcx/lankgcx/borrowconsultation!add" url : "/kgcx/lankgcx/borrowconsultation!zixunxuzhi" }); $("#adddialog_zx").dialog("open"); */ window.open("/kgcx/lankgcx/borrowconsultation!index","_blank"); } </script>

Pages: 1 2 3 4 5 6 7 8 9 10