加入我们

冠军团队 虚席以待
function getApplyNowByJobid(id){ jQuery.post("/index.php?option=com_jsjobs&task=jobapply.applyjob",{jobid : id} , function(data){ if(data){ var response = jQuery.parseJSON(data); if (typeof response == 'object'){ if (response[0] === 'popup'){ // console.log(response[1]); jQuery("div#jspopup_work_area").html(response[1]); jQuery("div#js_jobs_main_popup_back").show(); jQuery("div#waiting-wrapper").hide(); jQuery("div#jspopup_title").html("现在申请"); jQuery("div#js_jobs_main_popup_area").slideDown('slow'); }else{ window.location = response[1]; } }else{ if (response === false){ //the response was a string "false", parseJSON will convert it to boolean false }else{ //the response was something else } } } }); jQuery("img#jspopup_image_close").click(function(e){ jQuery("div#js_jobs_main_popup_area").slideUp("slow"); setTimeout(function () { jQuery("div#js_jobs_main_popup_back").hide(); jQuery("div#jspopup_work_area").html(""); }, 700); }); }
关注官方微信公众号
随时了解威尼斯wns·8885566,威尼斯欢乐娱人v675科技
最新动态
欢迎投递简历
投递邮箱 sales@china-yaguang.com

职位招聘

jQuery(document).ready(function(){ jQuery("div#refineSearch").css("right","-"+(jQuery("div#refineSearch a").width() + 25)+"px"); jQuery("div#refineSearch").css("opacity",1); jQuery("div#refineSearch").hover( function(){ jQuery(this).animate({right: "+="+(jQuery("div#refineSearch a").width() + 25)}, 1000); }, function(){ jQuery(this).animate({right: "-="+(jQuery("div#refineSearch a").width() + 25)}, 1000); } ); });
招聘职位
招聘人数
发布时间
共10条
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
发布时间:2023-08-04
月薪:面议
5
2023-03-12
发布时间:2023-03-12
5
月薪:面议
发布时间:2022-07-05
5
月薪:面议
 
亚光股份
股票代码:603282

联系我们

0577-86906886

地址:温州经济技术开发区滨海园区滨海8路558号

电话:0577-86906886

传真:0577-86906886

邮箱:sales@china-yaguang.com

网址:www.china-yaguang.com

邮编:325025

function loadMapScenario() { var map = new Microsoft.Maps.Map(document.getElementById('myMap'), {}); map.setView({ mapTypeId: Microsoft.Maps.MapTypeId.aerial, center: new Microsoft.Maps.Location(27.854905, 120.82024), zoom: 15 }); var center = map.getCenter(); var infobox = new Microsoft.Maps.Infobox( center, { title: '浙江威尼斯wns·8885566,威尼斯欢乐娱人v675科技股份有限公司', description: '

地址:温州经济技术开发区滨海园区滨海8路558号

' } ); var pushpin = new Microsoft.Maps.Pushpin(new Microsoft.Maps.Location(27.854905, 120.82024), { title: '' }); var polyline = new Microsoft.Maps.Polyline([ new Microsoft.Maps.Location(27.854905, 120.82024)], { strokeColor: 'red', strokeThickness: 5 }); var layer = new Microsoft.Maps.Layer(); layer.add([pushpin, polyline]); map.layers.insert(layer); infobox.setMap(map); infobox.setOptions({ showPointer: true, showCloseButton: true }); }