什么是絕對匹配?
職位要求:
1、熟悉電腦辦公軟件的運用,具備物業(yè)經(jīng)理上崗證書更佳。?
2、同等職位2年以上工作歷練,有住宅管理工作背景。?
3、熟悉物業(yè)管理運作程序和物業(yè)管理相關(guān)法律。?
4、具有較強的領導、組織、協(xié)調(diào)、溝通能力,反應靈敏,處事謹慎。?
5、熟悉當?shù)叵嚓P(guān)物業(yè)政策法規(guī)及業(yè)務部門。?
6、能承受一定的工作壓力,熟練使用各類辦公軟件。
7、自律性、責任心強,有良好的團隊合作精神。
任職要求:
1、中專以上學歷、3年以上物業(yè)管理經(jīng)驗;
2、具備較好的領導能力、組織、協(xié)調(diào)能力及溝通能力
崗位職責:
1、根據(jù)各階段營銷方案、計劃,協(xié)助組織各類宣傳/營銷活動落地執(zhí)行;
2、協(xié)助與廣告公司進行協(xié)調(diào)、外聯(lián),并推進相關(guān)工作;
3、協(xié)助營銷策劃推廣工作的維護及開發(fā)宣傳渠道,并對各項營銷活動的宣傳推廣給予文案支持;
4、收集房地產(chǎn)及周邊樓盤的信息,并歸類整理,定期提交調(diào)查報告;
5、完成部門領導安排的其他工作。
崗位要求:
1、文字功底好,邏輯思維能力和創(chuàng)意能力強;
2、善于溝通、協(xié)調(diào),具備良好的團隊合作精神;
3、能熟練使用專業(yè)辦公軟件;
4、熟悉房地產(chǎn)策劃、營銷、推廣的各個環(huán)節(jié),有房地產(chǎn)策劃經(jīng)驗優(yōu)先考慮。
【運營】薪資5000元以上,具體面談,包吃住。
崗位要求:
1、負責各個平臺的接單訂單
2、負責小紅書、抖音、公眾號、攜程、飛豬、途家等全平臺內(nèi)容規(guī)劃、創(chuàng)作與發(fā)布,用鏡頭和文案持續(xù)輸出具有品牌辨識度的“山海美學”內(nèi)容;
3、制定并執(zhí)行平臺推廣策略,通過內(nèi)容、活動、合作等方式提升品牌曝光,實現(xiàn)粉絲增長與精準客群引流;
4、構(gòu)建線上社群/線下社群,用戶深度互動,傾聽與反饋,培養(yǎng)品牌忠實粉絲;
5、監(jiān)測分析各個平臺數(shù)據(jù),及時調(diào)整策略,用數(shù)據(jù)驅(qū)動品牌影響力增長;
抱歉,沒有搜索到相關(guān)職位,您可以更換其他條件搜索哦!
1) { for (var i = 0; i < arr.length - 1; i++) { if (i > 0) { newlist += ","; } newlist += arr[i]; } } console.log(newlist); return newlist; } $(function () { if ($.cookie("offersearchoptions") != null) { $(".search_more").show(); $(".search_job_expand a").find("bdo").html("收起條件"); $(".search_job_expand a").find("i").removeClass("arrow_bottom").addClass("arrow_top"); } $("#search_t1").hide(); $("#search_t2").show(); $("#search_t3").hide(); //調(diào)用說明:【參數(shù)1】:點擊執(zhí)行彈出選擇職位,【參數(shù)2】:點確認后賦值的對象,【參數(shù)3】:為隱藏域的賦值的對象,【參數(shù)4】:為彈窗口ID不可重復,【參數(shù)5】:限止選擇個數(shù) // $("body").jobchoose("職位選擇", "#job_choose", "#job_choose bdo", '#ctl00_ContentPlaceHolder1_job_choose_txt', "popid1", 3); $("body").jtypechoose("行業(yè)類別", "#jtype_choose", "#jtype_choose bdo", '#ctl00_ContentPlaceHolder1_jtype_choose_txt', "popid2", 1); // $("body").citychoose("地區(qū)選擇", "#workplace_choose", "#workplace_choose bdo", '#ctl00_ContentPlaceHolder1_workplace_choose_txt', "popid3", 3); //篩選 $(".search_filer .p").hover(function () { if ($(this).find("div").length > 0) { $(this).find("div").slideDown(); } }, function () { if ($(this).find("div").length > 0) { $(this).find("div").slideUp(); } }); //$(".search_filer .p a").click(function () { // if (!$(this).parent().hasClass("p")) { // $(this).parents(".p").find("input").val($(this).attr("data")); // $(this).parents(".p").find(".sel bdo").html($(this).html()); // $(this).parent().hide(); // $(this).addClass("cf80").siblings().removeClass("cf80"); // } //}); //更多條件 $(".search_job_expand a").click(function () { if ($(this).find("i").hasClass("arrow_bottom")) { $(".search_more").slideDown(); $(this).find("bdo").html("收起條件"); $(this).find("i").removeClass("arrow_bottom").addClass("arrow_top"); $.cookie("offersearchoptions", "true"); } else { $(".search_more").slideUp(); $(this).find("bdo").html("更多條件"); $(this).find("i").removeClass("arrow_top").addClass("arrow_bottom"); $.cookie("offersearchoptions", null); } }); //選擇條件 $(".search_more .p a").click(function () { //if ($(this).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).addClass("crently");; // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } //} //else { // $(".search_more .seleted").show(); // if ($(this).removeClass("crently").parents(".p").find(".first").eq(0).hasClass("crently")) { // $(this).removeClass("crently").parents(".p").find(".first").eq(0).removeClass("crently"); // } // $(this).addClass("crently").siblings().removeClass("crently"); // if (!$(this).hasClass("first")) { // //除第一個選項才顯示到已選擇里面 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // $(".search_more .seleted .p").append('' + $(this).text() + ''); // selectedbind(); // } // else { // //選擇全部 // if ($(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").length > 0) { // $(".search_more .seleted .p a[type=" + $(this).attr("type") + "]").remove(); // } // if ($(".search_more .seleted .p a").length == 0) { // $(".search_more .seleted").hide(); // } // } //} }); //切換顯示 $(".show_type a").click(function () { if (!$(this).hasClass("crently")) { $(this).addClass("crently").siblings().removeClass("crently"); $(this).find(".stype2").length > 0 ? $(".search_rlist .detail").hide() : $(".search_rlist .detail").show(); } }); //職位申請 $(".capp_dialog").click(function () { var jid = $(this).parent().attr("jobsn"); $.post("/new_detail/ashx/personal_job_status.ashx", { "r": Math.random() }, function (data) { var obj = JSON.parse(data); if (obj.success == "Y") { layboxs("/dialog/company_app.aspx?id=" + jid); } else if (obj.success == "L") { layboxs("/dialog/company_app.aspx?id=" + jid); } else { if (obj.msg == "無簡歷") { layboxs("/dialog/wresume.aspx?id=" + jid); } else if (obj.msg == "無審核") { layboxs("/dialog/company_gettel_msg.aspx?stype=2"); } else if (obj.msg == "無顯示") { layboxs("/dialog/company_gettel_msg.aspx?stype=1"); } } }); //layboxs("/dialog/company_app.aspx?id=" + jobsn ); }); //職位收藏 $(".ccollect_dialog").click(function () { var jobsn = $(this).parent().attr("jobsn"); layboxs("/dialog/company_collect.aspx?jobsn=" + jobsn); }); //全選 $("#selectall").change(function () { if ($(this).is(":checked")) $(".search_rlist .checkbox input").prop("checked", true); else $(".search_rlist .checkbox input").prop("checked", false); }); //批量收藏職位 $(".collect_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請至少選擇一個需要操作的職位!")); else layboxs("/dialog/company_collect_all.aspx?jobsn=" + idlist); }); //批量申請職位 $(".invite_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.aspx?txt=" + escape("請至少選擇一個需要操作的職位!")); else layboxs("/dialog/company_app_all.aspx?id=" + idlist); }); //批量查看職位 $(".look_all").click(function () { var idlist = getallid(); if (idlist == "") layboxs("/dialog/dialog_ok.html?txt=" + escape("請至少選擇一個需要操作的職位!")); else gourl("showjob.aspx?idx=" + idlist); }); }); var JobJS = new Selector("JobJS", 3, 1); JobJS.Init(); var CityJS = new Selector("CityJS", 1, 0); CityJS.Init(); reloadwork('ctl00_ContentPlaceHolder1_job_choose_txt','job_choose'); reloadcity('ctl00_ContentPlaceHolder1_workplace_choose_txt','workplace_choose');