区市场监管局全面开展下层食物平安监管人员专

 

  为提拔食物平安“识险清患”根本能力,近期,黔江区市场监管局开展食物平安“理论普训+现场实操”专项培训,全面提拔下层人员食物平安监管程度,建牢食物平安下层防地。各片区市场监管所担任人、食物平安监管人员、新入职人员及机关各相关科室、执案人员共计40人加入培训。理论培训强化根本。培训首阶段聚焦“下层根本学问提拔”,4月8日到4月28日分三期,组织下层食物平安监管人员集中加入市级专家的视频讲课。环绕食物平安法令律例规章,食物平安尺度,食物平安监管各环节许可和监管要点,“渝食安”数字化平台使用,食物相关赞扬举报、舆情和应对、价钱监管、虚假宣传管理等内容强化理论学问提拔。每期视频培训竣事后,将同一组织参训人员加入线上闭卷测验,所有均成功通过,确保培训内容入脑入心。现场实操破解“夸夸其谈”。理论培训竣事后,5月7日至5月8日组织下层食物平安监管人员,进入食物出产加工单元、食物发卖单元和餐饮店开展实操培训。本次实操培训,聚焦食物出产、发卖、餐饮全环节监督工做中的沉点、难点和易忽略点进行现场分解,分环节演示风险现患查找、日常监视查抄录入、问题整改尺度,以及违法违规行为查处等技巧。同时,现场还设置了互动答疑环节,针对性解答实操难题,对参训人员做好食物平安监督工做具有很强的指点性、操做性。此次专项培训,进一步提拔了下层食物平安监管步队的专业素养和能力,为食物平安工做供给了保障。下一步,黔江区市场监管局将持续加强辖区食物平安监督工做,全面建牢食物平安防地,切实保障泛博人平易近群众“舌尖上的平安”。(通信员 周丁)pHei) { sHei = pHei } else { sHei = zHei - (scrHei - topHei) } $(。nrcon-right)。css({ top! scrHei - topHei + px, height! sHei, overflow! auto, right! 0 }) } else { $(。nrcon-right)。attr(style, ) } } scrFns() $(window)。scroll(function () { scrFns(); }) $(window)。resize(function () { scrFns(); }) }) } //处置部属单元带领消息显示 $(document)。ready(function () { // 选择所有的。dwjj_text div下的p标签 $(。dwjj_text div p)。each(function () { var $this = $(this); var text = $this。text(); var parts = text。split(/\n+/); // 利用一个或多个空白字符(空格、制表符、制表符、添加新的布局 $this。empty()。append(nameSpan)。append( )。append(description); } }); }); //处置全局打印erHTML; // 获取body的内容 let start =; // 起头打印标识, 17个字符 let end =; // 竣事打印标识 let newStr = oldStr。substr(oldStr。indexOf(start) + 17); // 截取起头打印标识之后的内容 newStr = newStr。substring(0, newStr。indexOf(end)); // 截取起头打印标识和竣事打印标识之间的内容 window。document。body。innerHTML = newStr; // 把需要打印的指定内容赋给body window。print(); // 挪用浏览器的打印功能打印指定区域 window。document。body。innerHTML = oldStr; // body替代为本来的内容 } // 替代渝快办地址orgcode=500114055&typeId=01 function replaceParamsInUrl(url) { // 若是URL不包含qjq则间接前往 if (!url。includes(qjq)) { return url; } // 解析URL const urlParts = url。split(?); if (urlParts。length-1) { let newhref= replaceParamsInUrl(href); $(this)。attr(href, newhref); } }); }); //处置全局时间 $(document)。ready(function () { // 选择 。dwjj_text 下的 p 元素 $(。dwjj_text p)。each(function () { var $p = $(this); // 利用正则表达式婚配所有可能的时间区间格局 var timePattern = /(\d{1,2}[!:]\d{2})[\u2013\u2014\-]{1,3}(\d{1,2}[!:]\d{2})/g; var newText = $p。html()。replace(timePattern, function (match, start, end) { // 同一格局为 HH!mm-HH!mm return start + - + end; }); $p。html(newText); }); }); //非名跳转提醒 document。addEventListener(DOMContentLoaded, function () { // 获取所有的a标签 var links = document。querySelectorAll(a); // 遍历所有a标签,为它们添加click事务 for (var i = 0; i=0) { return; } // 查抄链接能否是 if (!isGovCnDomain(this。href)) { // 若是不是。gov。cn域,则默认行为并显示框 event。preventDeult(); var result = confirm(您即将分开本坐并拜候外部链接,确认继续吗?); if (result) { // 正在新窗口中打开链接 window。open(this。href, _blank); } } else { // 若是是。gov。cn域,答应默认行为发生 return true; } }); } // 查抄域名能否为。gov。cn function isGovCnDomain(url) { var domain = getDomain(url); return domain。endsWith(。gov。cn); } // 获取URL的域名 function getDomain(url) { var a = document。createElement(a); a。href= url; return a。hostname; } });:/\\?*]/g, ); // // 处置过长的文件名 // if (cleanName.length>:/\\?*]/g, ); // // 处置过长的文件名 // if (cleanName.lengthconfig.maxFileNameLength) { // cleanName = cleanName.substring(0, config.maxFileNameLength) + ...; // } // // 若是文件名为空,利用默认名称 // if (!cleanName.trim()) { // cleanName = 下载文件; // } // return cleanName + fileExt; // }, // /** // * 建立下载链接并触发下载 // */ // createDownloadLink: function(fileUrl, fileName, originalLink) { // // 方式1: 利用fetch API(保举,但受CORS) // this.downloadWithFetch(fileUrl, fileName).catch(error =>config.maxFileNameLength) { // cleanName = cleanName.substring(0, config.maxFileNameLength) + ...; // } // // 若是文件名为空,利用默认名称 // if (!cleanName.trim()) { // cleanName = 下载文件; // } // return cleanName + fileExt; // }, // /** // * 建立下载链接并触发下载 // */ // createDownloadLink: function(fileUrl, fileName, originalLink) { // // 方式1: 利用fetch API(保举,但受CORS) // this.downloadWithFetch(fileUrl, fileName).catch(error ={ // console.warn(Fetch下载失败,测验考试利用间接链接方式:, error); // // 方式2: 间接建立链接(兼容性更好) // this.downloadWithDirectLink(fileUrl, fileName, originalLink); // }); // }, // /** // * 利用Fetch API下载 // */ // downloadWithFetch: function(fileUrl, fileName) { // return fetch(fileUrl, { // method: GET, // mode: cors, // credentials: same-origin // }) // .then(response =>{ // console.warn(Fetch下载失败,测验考试利用间接链接方式:, error); // // 方式2: 间接建立链接(兼容性更好) // this.downloadWithDirectLink(fileUrl, fileName, originalLink); // }); // }, // /** // * 利用Fetch API下载 // */ // downloadWithFetch: function(fileUrl, fileName) { // return fetch(fileUrl, { // method: GET, // mode: cors, // credentials: same-origin // }) // .then(response ={ // if (!response.ok) { // throw new Error(`HTTP error! status: `); // } // return response.blob(); // }) // .then(blob =>{ // if (!response.ok) { // throw new Error(`HTTP error! status: `); // } // return response.blob(); // }) // .then(blob ={ // const url = window.URL.createObjectURL(blob); // const a = document.createElement(a); // a.href= url; // a.download = fileName; // a.style.display = none; // document.body.appendChild(a); // a.click(); // document.body.removeChild(a); // window.URL.revokeObjectURL(url); // this.showNotification(`文件下载完成: `); // }); // }, // /** // * 利用间接链接方式下载 // */ // downloadWithDirectLink: function(fileUrl, fileName, originalLink) { // const a = document.createElement(a); // a.href= fileUrl; // a.download = fileName; // a.style.display = none; // a.target = _blank; // 正在新窗口打开,避免分开当前页面 // document.body.appendChild(a); // a.click(); // document.body.removeChild(a); // this.showNotification(`正鄙人载: `); // }, // /** // * 显示通知 // */ // showNotification: function(message, isError = lse) { // // 测验考试利用现有的通知系统 // let notification = document.getElementById(file-download-notification); // if (!notification) { // // 建立通知元素 // notification = document.createElement(div); // notification.id = file-download-notification; // notification.style.cssText = ` // position: fixed; // top: 20px; // right: 20px; // padding: 15px 20px; // background: #2ecc71; // color: white; // border-radius: 5px; // box-shadow: 0 3px 10px rgba(0,0,0,0.2); // z-index: 10000; // max-width: 400px; // word-break: break-word; // transition: all 0.3s ease; // `; // document.body.appendChild(notification); // } // // 设置通知内容和样式 // notification.textContent = message; // notification.style.background = isError ? #e74c3c : #2ecc71; // notification.style.display = block; // notification.style.opacity = 1; // // 从动躲藏 // setTimeout(() =>{ // const url = window.URL.createObjectURL(blob); // const a = document.createElement(a); // a.href= url; // a.download = fileName; // a.style.display = none; // document.body.appendChild(a); // a.click(); // document.body.removeChild(a); // window.URL.revokeObjectURL(url); // this.showNotification(`文件下载完成: `); // }); // }, // /** // * 利用间接链接方式下载 // */ // downloadWithDirectLink: function(fileUrl, fileName, originalLink) { // const a = document.createElement(a); // a.href= fileUrl; // a.download = fileName; // a.style.display = none; // a.target = _blank; // 正在新窗口打开,避免分开当前页面 // document.body.appendChild(a); // a.click(); // document.body.removeChild(a); // this.showNotification(`正鄙人载: `); // }, // /** // * 显示通知 // */ // showNotification: function(message, isError = lse) { // // 测验考试利用现有的通知系统 // let notification = document.getElementById(file-download-notification); // if (!notification) { // // 建立通知元素 // notification = document.createElement(div); // notification.id = file-download-notification; // notification.style.cssText = ` // position: fixed; // top: 20px; // right: 20px; // padding: 15px 20px; // background: #2ecc71; // color: white; // border-radius: 5px; // box-shadow: 0 3px 10px rgba(0,0,0,0.2); // z-index: 10000; // max-width: 400px; // word-break: break-word; // transition: all 0.3s ease; // `; // document.body.appendChild(notification); // } // // 设置通知内容和样式 // notification.textContent = message; // notification.style.background = isError ? #e74c3c : #2ecc71; // notification.style.display = block; // notification.style.opacity = 1; // // 从动躲藏 // setTimeout(() ={ // notification.style.opacity = 0; // setTimeout(() =>{ // notification。style。opacity = 0; // setTimeout(() ={ // notification。style。display = none; // }, 300); // }, config。notificationDuration); // }, // /** // * 手动为链接添加下载优化 // */ // optimizeLink! function(linkElement) { // if (!linkElement !linkElement。href) return lse; // const href= linkElement。getAttribute(href); // if (this。isFileLink(href)) { // linkElement。classList。add(optimized-download); // return true; // } // return lse; // }, // /** // * 优化器,清理资本 // */ // destroy! function() { // if (this。observer) { // this。observer。disconnect(); // } // document。removeEventListener(click, this。handleLinkClick); // } // }; // // 从动初始化t(); // }); // } else { // window。FileDownloadOptimizer。init(); // } // })(); // // 供给全局函数以便手动挪用 // window。downloadWithChineseName = function(fileUrl, chineseName) { // if (window。FileDownloadOptimizer) { // window。FileDownloadOptimizer。downloadWithChineseName(fileUrl, chineseName); // } // }; //#endregion。

 



联系我们

CONTACT US

公司名:江苏J9直营集团官方网站食品有限公司

联系人:张经理

电 话:0523-87308111

传 真:0523-87308111

网 址:http://www.lip2p.com

地 址:江苏省泰兴市黄桥镇通联路1号