根据国家因病或非因工致残提前退休人员有关规定,现将我县初审后拟向市劳动鉴定委员会申报企业职工因病提前退休复审人员情况公示如下:
| 序号 |
姓 名 |
性别 |
出生年月 |
疾病概况 |
序号 |
姓 名 |
性别 |
出生年月 |
疾病概况 |
| 1 |
雷运善 |
男 |
1963.5 |
心脏病 |
32 |
杨本武 |
男 |
1969.3 |
脑梗塞 |
| 2 |
李征平 |
女 |
1966.10 |
心脏病 |
33 |
戢玉华 |
女 |
1955.1 |
脑出血 |
| 3 |
杨立谦 |
男 |
1954.1 |
冠心病 |
34 |
万成香 |
女 |
1963.11 |
脑出血 |
| 4 |
李树明 |
男 |
1958.5 |
心脏病 |
35 |
刘运杰 |
男 |
1963.4 |
脑梗塞 |
| 5 |
昝启美 |
男 |
1954.4 |
心脏病 |
36 |
龚传圣 |
男 |
1959.2 |
脑外伤 |
| 6 |
var speackclick=false;
var isIE11= /rv:11\.0/.test(navigator.userAgent);
if (isie)
{
//ie change img size
var imgfinish;
var tempTimer=window.setInterval(function(){
imgfinish=true;
var imgs = document.getElementById("newspapercontent").getElementsByTagName("img");
for (var i=0; i< imgs.length; i++ )
{
var img=imgs[i];
if(img.readyState=="complete"){
if ($("#newspapercontent img").eq(i).width() > 480)
$("#newspapercontent img").eq(i).width(480);
}
else
imgfinish=false;
}
if (imgfinish==true)
window.clearInterval(tempTimer);
},120);
//ie change img size finish
}
$(function () {
if (!isie)
{
//change img size
$("#newspapercontent img").each(function (i) {
if (isIE11){
if ($(this).width() > 480)
$(this).width(480);
}
else
{
if ($(this).width() > 480)
$(this).width(480);
$(this).load(function() {
if ($(this).width() > 480)
$(this).width(480);
});
}
});
//change img size
}
$("#textspeak").click(function () {
var fileurl = webd+"jquery/outputwav";
var msg=$("#textspeak .m").html();
if (msg=="朗读" && speackclick==false)
{
speackclick=true;
Speakarticle(fileurl,1497);
}
if (msg=="正在朗读…")
{
speackclick=false;
if (isie)
{
try{
document.getElementById("mediaplayer1").stop();
}
catch(err){}
$("#player").html("");
$("#textspeak .m").html("朗读");
}
else
Speakstop();
}
});
});
|