什么是絕對匹配?
招聘:物控PMC 待遇:8500+工資面談.
詳細內容:工作經驗3年以上.沒有做過遙控車的勿擾.
上班時間:8:00-12:00,13:30-17:30,18:00-22:00
聯(lián)系人:王先生
聯(lián)系電話:13825827123
招聘內容: PMC物控員的職責主要包括以下幾個方面:
物料計劃與請購
根據(jù)生產計劃和訂單需求,制定物料需求計劃(MRP),計算物料用量和請購量。
開立請購單,協(xié)調采購部門確保物料按時到貨,避免停工待料。
物料跟催與進度控制
跟蹤物料采購進度,及時處理供應商交期延誤等問題。
確保物料按時、按量供應到生產線,保障生產順利進行。
庫存管理
監(jiān)控物料庫存水平,合理設置安全庫存,防止庫存積壓或短缺。
定期盤點庫存,處理呆滯物料,降低庫存成本。
生產物料協(xié)調
與生產部門溝通,了解物料使用情況,及時補料。
協(xié)調生產計劃與物料供應,確保生產均衡、順暢。
數(shù)據(jù)分析與改進
統(tǒng)計物料損耗、庫存周轉率等數(shù)據(jù),分析異常原因并提出改進措施。
優(yōu)化物料管理流程,提高效率和準確性。
PMC物控員需具備良好的溝通協(xié)調能力、數(shù)據(jù)分析能力和供應鏈管理知識,確保物料供應與生產計劃的精準匹配,降低企業(yè)運營成本。
抱歉,沒有搜索到相關職位,您可以更換其他條件搜索哦!
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(); //調用說明:【參數(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');