CINXE.COM
政府采购机票管理网站
<!DOCTYPE html> <html> <head> <title>政府采购机票管理网站</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Cache-Control" content="no-store" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <link rel="stylesheet" type="text/css" href="/static/css/css_home.css?version=20210608"/><!-- 日历,城市基本样式 --> <link rel="stylesheet" type="text/css" href="/static/css/style_new.css?version=20210224" /><!-- 主要 --> <link rel="stylesheet" type="text/css" href="/static/css/fuyu_style.css" /><!-- 主要 --> <link rel="stylesheet" type="text/css" href="/static/css/login_style/gpLogin.css"/><!-- 首页样式 --> <link rel="stylesheet" href="/static/gp/msgAlert/css/style.css" /> <link rel="stylesheet" href="/static/gp/confirm/js_css/yu.css" /> <script type="text/javascript" src="/static/gp/confirm/js_css/yu.js?version=20170919"></script> <script type="text/javascript" src="/static/gp/msgAlert/js/msgbox.js"></script> <script src="/static/neusoft/js/jquery.min.js"></script> <script type="text/javascript" src="/static/js/comm.js"></script><!-- 基本JS --> <script type="text/javascript" src="/static/js/common.js?version=20190710"></script><!-- 控件 --> <script type="text/javascript" src="/static/js/b2g.js?version=201212101845"></script> <script charset='UTF-8' src="/static/js/sensors/sensorsdata.min.js"></script> <script charset='UTF-8' src="/static/js/sensors/sensorsdata.init.js"></script> <style> </style> <link rel="Stylesheet" href="/budgetGpStyle/css/font.css" type="text/css" > <link rel="Stylesheet" href="/budgetGpStyle/css/login_style.css" type="text/css" > <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="Modify Page"> <script src="https://dingxiang.gpticket.org:7776/dx-captcha/index.js"></script> <style type="text/css"> body { font-family: sans-serif ,'Helvetica Neue', Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei'; font-size: 12px; color: #4c4c4c; min-height: 100%; width: 100%; margin: 0 auto; } .header{ text-align:center; height:125px; margin: 0 auto; width:1200px; } .para-web-title { width:1200px; margin-top:5px; margin: 0 auto; height:26px; background: #0085ce; font-family: 黑体; font-size: 18px; color: #FFFFFF; letter-spacing: 0; padding-top: 17px; } #cent-container{ height: 590px; margin: 0 auto; } #errortd{ text-align: left; font-size: 12px; vertical-align: top; } #oper { margin-top: 20px; } #oper td{ text-align: left; padding-left: 5px; } #info{ width:100%; height:90px; background: #FFFFFF; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10); } #info1{ width:1193px; height:62px; margin:0 auto; padding-top:13.5px; font-family: 黑体; font-size: 12.5px; color: #2E2E2E; letter-spacing: 0; line-height: 20px; } .hideDIV { width:220px; height:50px; text-align:left; background-color:rgb(255, 255, 255); border: 1px solid #008dd3; line-height:20px; position: absolute; margin-left:900px; margin-top:-234px; font-family: 黑体; } .hideMessage { height:30px; text-decoration:underline; } </style> <script type="text/javascript"> $(document).ready(function() { var wid = document.body.clientWidth; if(wid<1263){ $("body").attr( "style", "overflow-x:auto;background-color: white;"); }else{ $("body").attr( "style", "overflow-x:hidden;background-color: white;"); } /* hideMessage(20,200); */ }); function changeColor(flag){ if (flag == "1") { $('.submitBtn_New').css("background-color", "#0085ce"); } else { $('.submitBtn_New').css("background-color", "#ffa900"); } } var seconds = 60; var waitSeconds = seconds; $(document).ready(function() { reGetValidateCode(); }); function modifyWaitMsg() { if (waitSeconds > 1) { --waitSeconds; $("#waitMsgSpan").html("已发送校验码," + waitSeconds + "秒后可重新发送"); setTimeout("modifyWaitMsg()", 1000); } else { reGetValidateCode(); } } //可重新获取验证码 function reGetValidateCode() { $("#sendValidateCodeBtn").attr("class", "captchaBtn").removeAttr( "disabled"); $("#waitMsgSpan").html(""); } //邮箱校验 function nameCheck() { //邮箱校验 var email = document.getElementById("username").value; email = email.replace(/(^\s*)|(\s*$)/g, ''); if (0 == email.length) { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html('请输入邮箱或手机号'); return false; } //邮箱为非必录 email = email.replace(/(^\s*)|(\s*$)/g, ''); if (!((email.length >= 1) && (email.length <= 50))) { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml") .html('<font color="red">长度只能是1-50个字符</font>'); return false; } if (!(/^(\w)+([\.\w\_\-]+)*@(\w)+((\.\w+)+)$/g.test(email)) && !(/^1[345789]\d{9}$/.test(email))) { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html( '<font color="red">*格式错误,请确认后再输入</font>'); return false; } return true; } function sendMessage() { $("#errorMsg").hide(); $("#errorText").hide(); if (!nameCheck()) { return; } var captchaToken = document.getElementById('captchaToken').value; if(''==captchaToken){ gpCaptcha.show(); return false; } waitSeconds = seconds; $("#sendValidateCodeBtn").attr("class", "captchaBtn1").attr("disabled", "disabled"); $.ajax({ url : '/budgetGp/getVerificationCode.action', type : "post", data : $('#frmlogin').serialize(), cache : false, dataType : "text", success : function(data) { if (data == 1) { modifyWaitMsg(); } else if (data == 2) { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html('<font color="red">格式错误,请确认后再输入</font>'); } else if (data == 'CAPTCHA_TOKEN_NULL') { $("#errorText").show(); $("#errorTextHtml").html('<font color="red">请进行滑动验证</font>'); } else if (data == 'CAPTCHA_TOKEN_FAILD') { $("#errorText").show(); $("#errorTextHtml").html('<font color="red">滑动验证不通过,请重试</font>'); } else if (data == 'CAPTCHA_TOKEN_ERROR') { $("#errorText").show(); $("#errorTextHtml").html('<font color="red">滑动验证失败,请重试</font>'); } else { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html('<font color="red">校验码获取失败,请重试</font>'); } if (data != 1) { $("#sendValidateCodeBtn").attr("class", "captchaBtn").removeAttr("disabled"); } $("#captchaToken").val(""); gpCaptcha.reload(); } }); } function loginGP(){ if(login()){ $("#frmlogin").submit(); } } //验证登陆信息 function login() { $("#errorMsg").hide(); $("#errorText").hide(); var username = $.trim($("#username").val()); if (username == '') { $("#username").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html('请输入邮箱或手机号'); return false; }else{ $("#username").css("border", "1px solid #999"); } var logincap = $("#captcha1").val(); if (logincap == '' || logincap.length < 6) { $("#captcha1").css("border", "1px solid red"); $("#errorText").show(); $("#errorTextHtml").html('请输入校验码'); return false; }else{ $("#captcha1").css("border", "1px solid #999"); } return true; } //点击切换验证码 $(document).ready(function(){ $("#capdiv").attr( "style", "display:block;"); $("#verifyCode").click(function(){ var t = new Date().getTime(); $("#verifyCode").attr('src','/servlet/validatecode.jsp?'+Math.random()); }); //点击登录 $("#sbm-btn").click(function(){ return loginGP(); }); }); $(function () { $(".hideDIV").hide(); $(".hideMessage").hover(function () { $(".hideDIV").show(); }, function () { $(".hideDIV").hide(); }); $(".hideDIV").hover(function () { $(".hideDIV").show(); }, function () { $(".hideDIV").hide(); }) }); </script> <style type="text/css"> .loginList{} .loginList {float:left; height:50px; line-height:50px;} .loginList a{ color:white; font-weight:bold; font-size: 15px;} .loginList a div { font-family: 黑体; font-size: 18px; color: #585858; letter-spacing: 0.34px; margin-left: 71.5px; } #header_navs1 { height: 50px; position: relative; } </style> </head> <body> <style> #header_navsList{ text-align:center; } </style> <form name="skipForm" method="post" action="" id="skipForm"> <input type="hidden" name="userType" id="userType" /> </form> <style type="text/css"> #loginInfo a {color:white} .dropdown{ background:url("/static/images/drop.png") 0px 0px no-repeat scroll right -25px; color:#008ED0; margin-right:7px; } .dropup{ background-position:right 5px} .showContact{ position:absolute; background:#fff; z-index:200; border:#BFD6E8 1px solid; padding:5px; right:25px; top:45px; display:none; } .showContact p{ margin:0; line-height:24px; color:#666; text-align:left; } .showContact p a:link,.showContact p a:active,.showContact p a:visited{ color:#008ED0; } .index_2{ text-indent:2em;} .home_banner_tips{ background: #e6f5fc; font-size: 12px; text-align: center; color:#008DD3; line-height: 30px; height:30px; width:1200px; margin-left:auto; margin-right:auto; } .home_banner_tips img{ padding-top: 5px; padding-bottom: 5px; width:20px; } .home_banner_clearit { clear:both;display: block;} .home_banner_img_right { float: right; } #commonInfoM_down>li{ height: 20px; line-height: 20px; width: 100%; padding: 5px 0; font-weight: normal; border-top:1px solid #ffffff; box-sizing: content-box; } #commonInfoM_down div{ font-size:14px !important; } #commonInfoM_down>li:hover{ background-color: rgb(255, 169, 0); } #commonInfoM_down{ border-bottom:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff; } #commonInfoM_down1>li{ height: 20px; line-height: 20px; width: 100%; padding: 5px 0; font-weight: normal; border-top:1px solid #ffffff; } #commonInfoM_down1 div{ font-size:14px !important; } #commonInfoM_down1>li:hover{ background-color: rgb(255, 169, 0); } #commonInfoM_down1{ border-bottom:1px solid #ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff; } </style> <script type="text/javascript"> $(document).ready(function(){ $("#commonInfo").hover(function(){ $("#commonInfoM_down").show(); },function(){ $("#commonInfoM_down").hide(); }); $("#commonInfo1").hover(function(){ $("#commonInfoM_down1").show(); },function(){ $("#commonInfoM_down1").hide(); }); }); function closeHBT(){ $(".home_banner_tips").css("display","none"); $.ajax({ url: '/indexTipsShow.action', type: "post", cache : false, dataType: "json", success: function(dataJson) { } }); } function changeToYellow(var1){ $(var1).css("background-color","#ffa900"); } function changeToBlue(var2){ $(var2).css("background-color","#0085ce"); } function showdropdown1(){ var $this = $("#dropdown1"); var $con = $this.closest(".loginInfo").find(".showContact"); $con.show().bind("mouseover",function(){ $(this).show(); $this.addClass("dropup"); }).bind("mouseout",function(){ $(this).hide(); $this.removeClass("dropup"); }); $this.addClass("dropup"); $this.bind("mouseout",function(){ $con.hide(); $this.removeClass("dropup"); }); } function showdropdown2(){ var $this = $("#dropdown1"); var $con = $this.closest(".loginInfo2").find(".showContact"); $con.show().bind("mouseover",function(){ $(this).show(); $this.addClass("dropup"); }).bind("mouseout",function(){ $(this).hide(); $this.removeClass("dropup"); }); $this.addClass("dropup"); $this.bind("mouseout",function(){ $con.hide(); $this.removeClass("dropup"); }); } function gpIndex(){ window.location.href = "/login.action"; } function gpMobileClient() { window.location.href = "/mobileClient/getMobileClient.action"; } function gpSupplier() { window.location.href = "/gpSupplier/initSupplier.action"; } function gpProvider() { window.location.href = "/provider/loginProvider.action"; } function gpEleTktVerify() { window.location.href =("/ticketCheck/eletkt.action"); } function gpBudgetUnit() { window.location.href =("/budgetGp/init.action"); } function toLogout() { window.location.href = "/logout.action"; } </script> <div class='fuyu_commWidth2'> <div id='fuyu_headerLeft2'> <div id='logo'> <img src='/static/images/login/headerImg.jpg' /> </div> </div> <div id='fuyu_headerRight2'> <div class='loginInfo2'> 欢迎您, |<a href='#' class="dropdown" id="dropdown1" onmouseover="showdropdown2();" style="text-decoration:none;padding-bottom:0px;border-bottom:1px solid white;">反馈建议</a>| <a href="/login.action" style="text-decoration:none;padding-bottom:0px;border-bottom:1px solid black;">首页</a> <a href="/orderManage/orderQuery.action" style="text-decoration:none;padding-bottom:0px;border-bottom:1px solid white;">返回</a> <div class="showContact"> <p>意见反馈邮件:<a href='mailto:gpservice@vip.163.com' style="text-decoration:none;padding-bottom:-2px;border-bottom:1px solid #008dd3;">gpservice@vip.163.com</a></p> <p class="index_2">客服电话:400-818-6686 </p> </div> </font> </div> </div> </div> <div style="clear:both;"></div> <div class="loginMain2"> <div id='header_navs' style="z-index:1;"> <div style="width:1078px;margin-left:auto;margin-right:auto;"> <ul id='header_navsList'> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> <li sytle="height:40px;background-color:#ffa900;"><a href="#" onclick="gpIndex();" style="text-decoration: none;"><div id="header_menu_pic1" style="width:90px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">首页</div> </a></li> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> <li ><a href="#" id="#header_menu_1" onclick="gpSupplier();"><div id="header_menu_pic2" style="width:130px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">供应商查询</div></a></li> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> <li><a href="#" onclick="gpProvider();" style="text-decoration: none;"><div id="header_menu_pic3" style="width:130px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">服务商查询</div></a></li> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> <li><a href="#" onclick="gpEleTktVerify();" style="text-decoration: none;"><div id="header_menu_pic4" style="width:150px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">机票查验单查询</div></a></li> <li><a href="/routeRecommendation/roteRecInit.action" style="text-decoration: none;"><div id="header_menu_pic_ruto" style="width:150px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">国际航线推荐</div></a></li> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> <li><a href="#" onclick="gpBudgetUnit();" style="text-decoration: none;"><div id="header_menu_pic5" style="width:150px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">预算单位信息报送</div></a></li> <li><a href="/insuranceZone/index.action" style="text-decoration: none;" rel="external"><div id="header_menu_insurance" style="width:150px;" onmouseover="changeToYellow(this);" onmouseout="changeToBlue(this)">保险专区</div></a></li> <!-- <li><div style="width:1px;background-color:#dedede;"> </div></li> --> </ul> </div> </div> </div> <div id="msg_alert_dialogBG"></div> <div id="cent-container"> <div id="info"> <div id="info1"> 根据公务机票改革政策的要求,自2014年改革实施以来,中央、各省(自治区、直辖市)及新疆生产建设兵团、军队均已启动了预算单位信息入库工作。为满足改革进一步推广过程中,预算单位信息新增、注销以及变更的需求,同时提高工作效率,预算单位信息报送与变更的流程有以下两项重要的变化:一是报送方式,由原来的邮件方式,改为通过本系统线上填报方式;二是申报的主体,按照需求不同,中央预算单位的新增、注销及变更统一由中央主管预算单位(一级单位)发起申报。地方预算单位的新增与注销由同级财政部门负责申报;单位信息变更由本单位发起申报。(军队单位申报的方式仍按照军队下发的操作细则执行) </div> </div> <div id="commonbox" style="width: 1190px"> <div style="width:1190px;margin:0 auto;"> <div class="loginMain1"> <div class="loginForm1" style="padding-top:30px;"> <div style="text-align:center;line-height:25px;height:25px;"> <div id='header_navs1' style="z-index:1;margin-top: -25px;"> <div style="margin-left:auto;margin-right:auto;"> <ul > <li id='loginList' class="loginList"> <a id="nor" > <div>手机号/邮箱登录</div> </a> </li> </ul> </div> </div> </div> <form name="loginForm" method="post" action="/budgetGp/login.action" id="frmlogin"> <div class="loginFormInner1" id="loginForm" > <div class="loginFormInnerItem"> <div class="loginFormTips"></div> <div class="loginFormInputArea1"> <table ><tr><td class="parentCls" style="*border-top:1px #999 solid" > <input id="username" title="请输入用户名" name="username" placeholder=" 请输入用户名" value = "" type="text" class="textInput" autocomplete="off" maxlength="50"/> </td></tr> <tr><td> </td></tr> </table> </div> </div> <div id="capdiv" class="loginFormInnerItem"> <div class="loginFormTips"></div> <div class="loginFormInputArea1" > <input id="captcha1" title="请输入收到的校验码" name="captcha" maxlength="10" placeholder=" 请输入收到的校验码" type="text" autocomplete="off" class="textInput" autocomplete="off" /> <input id="sendValidateCodeBtn" type="button" value="" class="captchaBtn" onclick="sendMessage();"/> </div> </div> <div id='gp-captcha'></div> <input id='captchaToken' name='captchaToken' type='hidden' value='' /> <div class="loginFormInnerItem" style="height: 80px;"> <table > <tr style="height: 60px;"> <td style="height: 60px;text-align: center;"> <input id="sbm-btn" type="button" class="submitBtn_New1" value="登录" onmousemove="changeColor(0)" onmouseout="changeColor(1)" /> <br/> <span id="waitMsgSpan" ></span> </td> </tr> <tr id="errorText" style="display: none; padding-top: 5px; height: 5px;width: 100%;"> <td style="padding-left: 30px;"> <font id="errorTextHtml" color="red" /> </td> </tr> <tr id="errorMsg" style="padding-top: 5px; height: 5px;width: 100%;"> <td style="padding-left: 30px;"> <font color="red"></font> </td> </tr> </table> <div style="clear:both;"></div> </div> </div> </form> </div><!--loginForm--> <div class="loginSlide1"> <div style="margin-top: 5px;"> <font style="font-family:黑体;font-size: 18px;color: #0083CD;letter-spacing: 0;">具体操作流程如下<br/></font> </div> <table id="oper"> <tr > <td > <font class="regular1"> 一、用户登录: <br/><br/> </font> <font class="regular2" style="padding-left: 25px;"> 报送人员可以使用手机号码或者邮箱获得动态校验码直接登录进行报送。 本模块用户与网站用户无关,不设密码,有无公务卡均可登录。 <br/><br/> </font> </td> </tr> <tr> <td> <font class="regular1"> 二、预算单位新增、注销: </font> </td> </tr> <tr> <td> <img style="display:inline;padding-left: 9px;padding-top: 12px;width:865px;" src="/budgetGpStyle/img/applyadd.png" alt="" /> </td> </tr> <tr> <td style="padding-top: 12px;"> <font class="regular1" > 三、预算单位信息变更: </font> </td> </tr> <tr> <td> <img style="display:inline;padding-left: 9px;padding-top: 12px;width: 865px;" src="/budgetGpStyle/img/central.png" alt="" /> </td> </tr> <tr> <td class="regular3" style="padding-top: 15px;"> 若在信息填报过程中遇到问题,可在工作日拨打咨询电话: <font color="red">010-84669235</font> 或发送邮箱 <font color="red">gp20140601@vip.163.com</font> </td> </tr> </table> </div><!--loginSlide--> </div> </div> <!--mainFrame--> </div> <!--commMain--> </div> <script type="text/javascript"> var gpCaptcha; $(function () { // 初始化验证码组件 var appId = '4c62eb565d15230ffcbc25def6ac4c11'; var apiServer = 'https://dingxiang.gpticket.org:7776'; var constIDServer = apiServer + '/udid/c1'; var constID_js = apiServer + '/dx-captcha/libs/const-id.js'; var ua_js = apiServer + '/dx-captcha/libs/greenseer.js'; gpCaptcha = _dx.Captcha(document.getElementById('gp-captcha'), { appId: appId, apiServer: apiServer, constIDServer: constIDServer, constID_js: constID_js, ua_js: ua_js, isSaaS: false, style: 'popup', success: function (token) { $('#captchaToken').val(token); gpCaptcha.hide(); sendMessage(); } }); // 无感验证通过事件 gpCaptcha.on('passByServer', function (token){ $('#captchaToken').val(token); }); }); </script> <style> #footer { color: #909090; margin-top: 40px; line-height: 24px; border-top: 2px solid #0085ce; family-font: Arial,宋体; font-size: 12px; align: center; } /* #footer div{ color: #909090; family-font: Arial,宋体; font-size: 12px; align: center; } */ </style> <div id="footer"> <!-- 已经登录 --> <!-- 未登录 --> <span><a href="/login.action">首页</a> | </span> <span><a href="/gpSupplier/initSupplier.action">供应商查询</a> | </span> <span><a href="/provider/loginProvider.action">服务商查询</a> | </span> <span><a href="/ticketCheck/eletkt.action">机票查验单查询</a> | </span> <span><a href="/budgetGp/init.action">预算单位信息报送</a> | </span> <a href="/mobileClient/getMobileClient.action">手机端下载</a> <div style="height:12px;"></div> <center> <table style="align:center;text-align:center;"> <tr> <td> Copyright(C) 2014 CAAC Settlement Center, All rights reserved. 中国民用航空局清算中心版权所有<br> 地址:北京市朝阳区金盏金融商务区中国民用航空局清算中心 邮编:100018<br> 意见邮箱:<font color="#008ED0">gpservice@vip.163.com</font> 客服电话:<font color="#008ED0">400-818-6686</font> <a href="https://beian.miit.gov.cn/" target=_blank class="a03" style="padding-left: 50px;"><font color="#008ED0">京ICP备07001632号-3</font></a><br> <div> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502039295" style="display:inline-block;text-decoration:none;height:14px;line-height:14px;"> <img height="14" width="14" style="float:left;" src="/static/images/jgwa.png"/> <p style="float:left;height:14px;line-height:14px;margin:0px 0px 0px 5px;color:#008ED0;font-size:12px;padding:0;"> 京公网安备 11010502039295号 </p> </a> </div> </td> <td><span id="_ideConac"></span></td> </tr> </table> </center> </div> </body> </html>