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

熱線電話:13121318867

登錄
首頁精彩閱讀【中外運-敦豪國際航空快件有限公司】招聘數據分析師(北京)
【中外運-敦豪國際航空快件有限公司】招聘數據分析師(北京)
2015-05-22
收藏
【中外運-敦豪國際航空快件有限公司】招聘數據分析師(北京)

職位月薪:面議

工作地點:北京

發(fā)布日期:2015-05-22

工作性質:全職

工作經驗:1-3年

最低學歷:本科

招聘人數:1人 

職位類別:軟件工程師

職位宗旨
To achieve sales target, profit margin and enhance market share, productivity, the applicant will charge the relevant Sales and Marketing analysis for the country, and assist the colleagues in the same department, and supervise and accomplish anything relevant required by national management, and maintain the smooth running of sales analysis platform and tools
為了完成區(qū)域銷售額、利潤率并提高市場占有率,負責組織區(qū)域銷售市場情況分析、協助本部門同事的工作,監(jiān)控和完成總部管理層分配的任何工作,保證銷售分析平臺和工具的平穩(wěn)運行。
Key activities
主要職責活動
Customer
客戶
External Customer 
外部客戶:
·Assist sales to liaise with customer, and improve service quality
·協助銷售人員與客戶聯系,提高服務質量


National  Tele-Sales Support Manager
全國電話銷售支持經理:
·Relevant Sales and Marketing analysis report with National Tele-Sales Support Manager’s requirement
·為全國電話銷售支持經理提供日常工作事務支持及銷售業(yè)務常規(guī)分析

Area Direct Sales Channel Team
區(qū)域直接業(yè)務銷售團隊
·Assist Area Direct Sales Team to implement sales platform development and maintenance.
·協助區(qū)域直接業(yè)務銷售團隊開發(fā)和維護銷售平臺

·Collect support requirement of platform from Area Direct Sales Channel team
·從區(qū)域銷售團隊收集平臺支持需求
Platform and Tools Management
平臺和工具的管理:
·     Collect business analysis requirement and implement the development of platform and tools.
·     收集業(yè)務分析需求,并組織平臺和工具的開發(fā)

·     Collect and manage raw data and ensure the accurate processing.
·     收集和管理原始數據,并確保準確的數據處理

·   以及其他上級主管交付的相關領域工作
And of other relevant work task assigned by supervisor

Key capabilities
關鍵能力Skills技能要求
·   Communication skills (English and Chinese), spoken and written
·   溝通技能(英文和中文),口語和書面寫作

·   Be skillful in Office applications, SQL-server/JAVA/ACCESS VBA
·   熟練使用應用辦公軟件和SQL-server數據庫、JAVA編程、ACCESS VBA

Expected years of experience
工作經驗
·   2 years platform development support working experience
·   2年以上平臺開發(fā)支持經驗

Educational Qualifications
教育背景·   Business management or software and data warehouse programming
·   工商管理或者軟件和數據庫編程
·   Bachelor 
·   本科學歷
公司主頁:http://www.dhl.com
公司地址: 北京亦莊經濟技術開發(fā)區(qū)榮華南路18號

數據分析咨詢請掃描二維碼

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

數據分析師資訊
更多

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(), // 加隨機數防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調用 initGeetest 進行初始化 // 參數1:配置參數 // 參數2:回調,回調的第一個參數驗證碼對象,之后可以使用它調用相應的接口 initGeetest({ // 以下 4 個配置參數為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務器是否宕機 new_captcha: data.new_captcha, // 用于宕機時表示是新驗證碼的宕機 product: "float", // 產品形式,包括:float,popup width: "280px", https: true // 更多配置參數說明請參見: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); }