99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁精彩閱讀【泰案聯(lián)信息技術(shù)(上海)有限公司】招聘數(shù)據(jù)分析師
【泰案聯(lián)信息技術(shù)(上海)有限公司】招聘數(shù)據(jù)分析師
2017-06-06
收藏
【泰案聯(lián)信息技術(shù)(上海)有限公司】招聘數(shù)據(jù)分析師
泰案聯(lián)信息技術(shù)(上海)有限公司是德國TecAlliance GmbH投資的全資子公司, TecAlliance GmbH是全球領(lǐng)先的汽車售后市場信息服務(wù)商,包含TecDoc,TecCom,和TecRMI三個品牌,可以為汽車獨立售后市場提供整套數(shù)據(jù)服務(wù),包含車輛配件識別,零配件目錄信息,無紙化電子交易平臺以及汽車維修保養(yǎng)信息等。
    職位月薪:5000-10000元/月
    工作地點:上海
    發(fā)布日期:昨天
    工作性質(zhì):全職
    工作經(jīng)驗:1-3年
    最低學歷:不限
    招聘人數(shù):1人
    職位類別:汽車工程項目管理
職位描述:

1.根據(jù)項目要求,收集國內(nèi)汽車售后市場數(shù)據(jù)信息(車輛,配件等);

2.分析整理收集到的信息,確保信息完整正確;

3.根據(jù)項目以及客戶的要求,對收集到的信息進行標準化處理;

4.協(xié)調(diào)客戶以及公司內(nèi)部部門,確保項目按時交付;

5.安排客戶培訓并提供客戶支持;

6.協(xié)助主管或其他部門的工作;

Job description:

1 collect the data of domestic automotive aftermarket (vehicle, parts, etc.);

2 analyze and collect data to ensure the information is correct and complete;

3 standardize the collected information according to the project and customer requirements;

4 coordinate with customers and internal departments to ensure on time delivery;

5 customer training and provide customer support;

6 assist supervisor or other departments;

要求:

1. 全日制本科及以上學歷,車輛工程、計算機、數(shù)學、統(tǒng)計或管理等相關(guān)專業(yè);

2.熟悉汽車行業(yè),有汽車售后經(jīng)驗優(yōu)先;

3.精通MS-Office 軟件, 較強的Excel處理能力;

4.熟悉access,SQL者優(yōu)先;

4.英語熟練流利,能適應(yīng)工作需要;

5.工作認真細心,有責任感,有較強邏輯思維;

6.團隊合作,協(xié)調(diào)性良好,積極主動, 學習能力強;
Requirement:

1 Bachelor degree or above, major in vehicle engineering, computer science, mathematics, statistics or management;

2 familiar with the automotive industry are preferred;

3 proficient in MS-Office, strong ability to deal with Excel;

4 familiar with access, SQL is preferred;

4 fluent in English, able to work;

5 work carefully, strong logical thinking;

6 good team player, good coordination, good learning ability;
公司主頁:www.tecalliance.cn
公司地址: 上海市共和新路1988號大寧國際商務(wù)中心10棟1008室

數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號:CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個參數(shù)驗證碼對象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務(wù)器是否宕機 new_captcha: data.new_captcha, // 用于宕機時表示是新驗證碼的宕機 product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計時完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }