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

熱線電話:13121318867

登錄
首頁職業(yè)發(fā)展2025年交通銀行交銀人壽保險社會招聘
2025年交通銀行交銀人壽保險社會招聘
2025-04-18
收藏

2025年交通銀行交銀人壽保險社會招聘

中山市中心支公司負責人

  職位信息
  招聘部門:交銀人壽保險有限公司廣東省分公司-中山中支
  工作地點:廣東省 中山市 中山市
  截止時間:2025-05-31
  職位描述
  1.負責中心支公司全年任務的分解,制定并落實年度、季度和月度的業(yè)務計劃,協(xié)助和督導業(yè)績完成進度,實現(xiàn)業(yè)績目標;
  2.確??偡止镜母黜椧?guī)章制度在中心支公司層面的落實;
  3.負責中心支公司員工隊伍的增員、選才、輔導、訓練,建立一支專業(yè)、高效和相對穩(wěn)定的人員隊伍。
  4.嚴格按照公司制定的銷售費用政策及合規(guī)要求進行成本核算,管理銷售費用,確保費用使用合理、合規(guī);
  5.嚴格管控服務品質(zhì),確保合規(guī)銷售,嚴防銷售誤導等不合規(guī)銷售行為,確保銷售行為符合公司合規(guī)銷售行為規(guī)范。
  職位要求
  1.年齡一般應在45周歲以下,全日制大學本科及以上學歷;
  2.從事金融工作3年以上或者經(jīng)濟工作5年以上;
  3.具備在當?shù)貥I(yè)務經(jīng)營、銷售管理和團隊建設經(jīng)歷優(yōu)先;
  4. 符合監(jiān)管機構對于該崗位的任職核準要求;
  5.身體健康,無任何違法違規(guī)違紀行為,符合交銀集團履職回避及招錄回避規(guī)定。

 

報名入口

 原標題:交通銀行

  文章來源:https://job.bankcomm.com/index.do#/social/main

數(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)用相應的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務器是否宕機 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); }