← Back to document
关于申报2025年度规模招用奖励的通知
Open original site →
Extracted Text
为发挥各类用人单位吸纳就业的规模性、稳定性作用,促进本区城乡劳动力就业参保,根据《平谷区关于进一步加强就业促进和服务的实施意见》(京平政发〔2022〕12号)和《关于印发的通知》(京平人社发〔2025〕46号)文件要求,决定对2025年度符合规模招用条件的用人单位奖励,具体申报条件和申报材料如下:
一、申报条件
1.在本区行政区域内注册并参加社会保险的用人单位;
2.一个自然年内招用人员数量净增长50人以上,且本区城乡劳动力者占招用人数比例达50%;
3.与当年度新招用人员依法签订一年以上劳动合同,按规定缴纳职工社会保险,足额发放职工工资;
4.申请政策之时,当年度新招用人员社会保险缴纳应满6个月以上;
5.未被列入严重违法失信企业黑名单;不存在尚未履行完成的劳动监察行政处罚(行政处理)决定;不存在未按时足额缴纳社会保险费行为。
二、奖励标准
2025年内用人单位招用人员数量每净增长50人,且本区城乡劳动者占招用人数比例达50%的,给予一次性10万元规模招用奖励,最多奖励50万元。
三、申报提交材料
1.《营业执照》或《民办非企业单位登记证书》等相关证照副本及复印件;
2.《规模招用奖励资金申请审批表》(一式两份)(附件1);
3.《单位招用人员花名册》(附件2);
4.当年新招用人员的劳动合同原件(审核后退回);
5.当年新招用本区城乡劳动者的户口本首页及本人页复印件;
6.自当年新招用人员合同签订之日起正常缴纳职工社会保险的证明;
7.银行出具的当年新招用人员工资明细表;
8.区人力资源和社会保障局要求提供的其他材料。
用人单位提交申请材料涉及复印件的,应加盖单位公章并标注“与原件一致”。
四、申报时限
用人单位于2026年6月15日-9月15日,登录北京市人民政府门户网站“政策兑现”栏目(https://zhengce.beijing.gov.cn)选择相对应的项目进行线上申报,申报项目纸质材料报送至平谷区人力资源和社会保障局东区(新平东路3号)二层北大厅。逾期未申请视为放弃。
附件.doc
(联系人:方志磊 联系电话:89984988)
北京市平谷区人力资源和社会保障局
2026年6月15日
/*信息二维码*/
#syxx_codeBox {
width: 145px;
height: 145px;
margin: 0 auto;
}
//信息地址生成二维码
$("#syxx_codeBox").empty().qrcode({
render: "canvas", //canvas方式
width: 145, //宽度
height: 145, //高度
text: window.location.href //任意内容
});
var imgHuilanMediaArray = new Array();
var videoHuilanMediaArray = new Array();
var audioHuilanMediaArray = new Array();
var attachHuilanMediaArray = new Array();
attachHuilanMediaArray.push({'src':'/pgqrmzf/zwxx0/zcwj71/qzfbmwj/1363662/2026061509580234341.doc','title':'附件','desc':'','type':'ATTACHMENT','id':'ba57bbfeed9a4c9186171986f7d1e212','isTitleImage':false});
window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdPic": "", "bdStyle": "0", "bdSize": "16" }, "share": {} }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
#readBut,
#jp_container,
.readclose {
position: fixed;
bottom: 50px;
right: 50px;
}
#jp_container {
display: none;
}
#jp_container button {
text-decoration: none;
display: block;
width: 60px;
height: 60px;
font-size: 16px;
border-radius: 50%;
border: 5px solid #ccc;
background-color: #fff;
background-image: url(/pgqrmzf/uiFramework/commonResource/image/2023112010461667505.png);
background-repeat: no-repeat;
background-size: auto 40px;
background-position: 0 center;
text-align: center;
line-height: 40px;
font-weight: bold;
color: #BD1A2D;
}
#jp_container button.jp-pause {
animation: playAni 20s infinite linear;
}
.jp-type-playlist {
display: none;
}
@keyframes playAni {
0% {
background-position: 0 center;
}
100% {
background-position: 100% center;
}
}
播放
暂停
//附件下载
var htmls = ""
var fuJian = $("#fuJian").html()
if (fuJian != '') {
var fuJian_item = fuJian.split(',')
fuJian_item.forEach(function (item, index, arr) {
var fuJian_text = item.split(':')
var fuJian_textCHild = fuJian_text[1].slice(0,17)
if(fuJian_textCHild == "/pgqrmzf/resource" ){
htmls += "" + fuJian_text[0] + "";
}else{
htmls +="" + fuJian_text[0] + "";
}
});
$("#fuJian_item").html(htmls);
}
$(function () {
var html = "";
$.each(attachHuilanMediaArray, function (index, value) {
html += "" + value.title + "" + "
";
});
//console.log(html);
$("#fujian").html(html);
//获取fujian是否为img
$("#fujian .fujian-p").each(function () {
var img_tit = $.trim($(this).find("a").attr("href"));
//console.log(img_tit);
var img_tit1 = img_tit.split(".")[1];
//console.log(img_tit1);
if (img_tit1 == "jpg" || img_tit1 == "png" || img_tit1 == "JPG" || img_tit1 == "PNG") {
$("#fujian").hide();
}
})
})
//成文日期
console.log($("#cwrqhtml").text());
$("#cwrqhtml").text($("#cwrqhtml").text().split("00:00:00")[0]);
//实施日期
$("#ssrqhtml").text($("#ssrqhtml").text().split("00:00:00")[0]);
//失效日期
$("#fzrqhtml").text($("#fzrqhtml").text().split("00:00:00")[0]);
$(".zcWh").each(function(){
if($(this).text() ==''){$(this).parent().remove();}
})
$(".xgxx_div").each(function(){
if($(".xgxx_div").children().eq(1).text() == ""){
$(".xgxx_div").css("display","none");
}
})
$(document).ready(function () {
var voices = [];
var cssSelector = {
jPlayer: "#jquery_jplayer",
cssSelectorAncestor: "#jp_container"
};
var options = {
swfPath: "js/jplayer",
supplied: "oga, mp3",
wmode: "window",
useStateClassSkin: true,
autoBlur: false,
smoothPlayBar: true,
keyEnabled: true,
loop: false,
seeked: function () {
$("#readBut").show();
$("#jp_container").hide();
}
}
var voiceTxt = $("#easysiteText p").not(".ewmTxt,#qrcode");
var voiceTxtNum = $("#easysiteText p").not(".ewmTxt,#qrcode").text();
var voiceTxts = $("#easysiteText div").not(".ewmTxt,#qrcode");
var voiceTxtNums = $("#easysiteText div").not(".ewmTxt,#qrcode").text();
if (voiceTxt.length > 0 && voiceTxtNum.length > 0) {
voiceTxt.each(function (i) {
var voiceArr = $(this).text().replace(/\s*/g, "").split("。");
for (var j = 0; j 0 && voiceTxtNums.length > 0){
voiceTxts.each(function (i) {
var voiceArr = $(this).text().replace(/\s*/g, "").split("。");
for (var j = 0; j
var inputval;
inputval = $('#youxiao').text();
if (inputval.length
.position{
display:none;
}
.detailInfo {
font-weight: 500;
}
.detailContent>table {
margin: 0 auto;
}
#fujian {
display: none
}
/*分享*/
.shareBox {
height: 40px;
line-height: 40px;
margin-top: 20px;
margin-bottom: 20px;
}
.shareBox .share {
width: 180px;
height: 100%;
float: right;
background: #ededed;
border-radius: 10px;
padding-left: 10px;
}
.m-share {
float: left;
margin-top: -5px;
}
.share {
zoom: 1;
}
.share:after {
content: "";
display: block;
clear: both;
}
.share a {
float: left;
width: 26px;
height: 26px;
border-radius: 50%;
margin-left: 13px;
background: #c9c9c9;
cursor: pointer;
display: block;
margin-top: 8px;
}
.share a i {
display: block;
width: 26px;
height: 26px;
-webkit-transition: .4s all;
-moz-transition: .4s all;
-ms-transition: .4s all;
transition: .4s all;
}
.share a:hover i {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.share #share-icon {
width: 26px;
height: 26px;
float: left;
display: none;
}
.share #share-icon img {
width: 100%;
height: 100%;
}
.share .share-qqzone i {
background: url(/pgqrmzf/uiFramework/commonResource/image/2023100714563858622.png) 4px center no-repeat;
}
.share .share-qqzone:hover {
background-color: #fc7354;
}
.share .share-wechat {
position: relative;
}
.share .share-wechat i {
background: url(/pgqrmzf/uiFramework/commonResource/image/2023100714563858622.png) -30px center no-repeat;
}
.share .share-wechat:hover {
background-color: #1fbc7d;
}
.share .share-weibo i {
background: url(/pgqrmzf/uiFramework/commonResource/image/2023100714563858622.png) -65px center no-repeat;
}
.share .share-qq:hover {
background-color: #27a8f2;
}
.share .share-qq i {
background: url(/pgqrmzf/uiFramework/commonResource/image/2023100714563858622.png) -96px center no-repeat;
}
.share .share-weibo:hover {
background-color: #e96157;
}
.share .bg-code {
left: -36px;
z-index: 10;
}
.share .qrcode {
position: absolute;
top: 36px;
border: 1px solid #ccc;
padding: 5px;
background: #fff;
display: none;
width: 100px;
height: 100px;
left: -98%;
z-index: 11;
}
.share .close-btn {
position: absolute;
background: #fff;
color: #000;
font-size: 12px;
z-index: 12;
width: 12px;
height: 12px;
line-height: 12px;
text-align: center;
right: -39px;
top: 50px;
display: none;
cursor: pointer;
}
//分享到代码
$(function () {
//分享
var title = "【" + $.trim(document.title) + "】";
var description = $.trim($('meta[name="description"]').attr('content'));
var portalUrl = window.location.href;
//生成二维码
function generateQRCode(rendermethod, picwidth, picheight, url) {
$(".qrcode").qrcode({
render: rendermethod, // 渲染方式有table方式(IE兼容)和canvas方式
width: picwidth, //宽度
height: picheight, //高度
text: utf16to8(portalUrl), //内容
typeNumber: -1, //计算模式
correctLevel: 2, //二维码纠错级别
background: "#ffffff", //背景颜色
foreground: "#000000" //二维码颜色
});
}
canvas_table = !!document.createElement('canvas').getContext ? 'canvas' : 'table';
function init() {
generateQRCode(canvas_table, 100, 100, window.location.href);
}
//中文编码格式转换
function utf16to8(str) {
var out, i, len, c;
out = "";
len = str.length;
for (i = 0; i = 0x0001) && (c 0x07FF) {
out += String.fromCharCode(0xE0 | ((c >> 12) & 0x0F));
out += String.fromCharCode(0x80 | ((c >> 6) & 0x3F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
} else {
out += String.fromCharCode(0xC0 | ((c >> 6) & 0x1F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
}
}
return out;
}
init();
$(".share-wechat").on("click", function () {
$(".bg-code,.qrcode").toggle();
});
//清空二维码
$(".close-btn").on("click", function (event) {
$(".bg-code,.qrcode,.close-btn").hide();
event.stopPropagation();
});
function showToQzone() {
var _desc = description;
var _title = title;
var _url = portalUrl;
var _shareUrl = '//sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?';
_shareUrl += 'url=' + encodeURIComponent(_url); //参数url设置分享的内容链接|默认当前页location
_shareUrl += '&title=' + encodeURIComponent(_title); //参数title设置分享标题,可选参数
window.open(_shareUrl, '', 'width=700,height=680,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=1,location=yes,status=0');
}
function showToSina(title, portalUrl, desc) {
var _desc = desc;
var _t = title + " " + _desc;
var _url = portalUrl;
var _appkey = "2806082167"; //你从微薄获得的appkey
var _site = ''; //你的网站地址
var _ralateUid = "";
var _u = '//service.weibo.com/share/share.php?url=' + _url + '&appkey=' + _appkey + '&title=' + _t + '&ralateUid=' + _ralateUid + '&searchPic=false';
window.open(_u, '', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no');
}
$('.share-qqzone').on('click', function () {
showToQzone(title, portalUrl, description);
});
$('.share-weibo').on('click', function () {
showToSina(title, portalUrl, description);
});
})
<div
Archived Raw HTML