_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
$("#radios_0 input:checked").each(function(){
_text += $(this).parent().siblings(".rst").text();
});
_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
if(_text.length != 0){
$.alert("审批状态不一样不能归档,请重新选择!");
return false;
}