$(document).ready(function(){ arryConceptual = [{ value: 'TEA', Nombre: 'TRAYECTORIA EDUCATIVA AVANZADA' }, { value: 'TEP', Nombre: 'TRAYECTORIA EDUCATIVA EN PROCESO' },{ value: 'TED', Nombre: 'TRAYECTORIA EDUCATIVA DISCONTINUA'} ,{ value: '1', Nombre: '1 (Uno)' }, { value: '2', Nombre: '2 (Dos)' }, { value: '3', Nombre: '3 (Tres)' }, { value: '4', Nombre: '4 (Cuatro)' }, { value: '5', Nombre: '5 (Cinco)' }, { value: '6', Nombre: '6 (Seis)' }, { value: '7', Nombre: '7 (Siete)' }, { value: '8', Nombre: '8 (Ocho)' }, { value: '9', Nombre: '9 (Nueve)' }, { value: '10', Nombre: '10 (Diez)' }]; $("div.nav ul li span:contains('P.A.T')").text("E.O.E") var pathURL=window.document.location.pathname.toLowerCase(); if(pathURL.endsWith("planillas/orientadora.aspx")||pathURL.endsWith("planillas/orientadoracontrol.aspx")){ FiltrarListaRite=function() { var periodo = periodos.Where("$.ID==" + $("#ddlPeriodos").val()).First(); ConceptualFiltrada = arryConceptual; if (periodo.Anio >= 2022 && $("#ddlNivel option:selected").text().toLowerCase().indexOf("secunda")==0) { if (periodo.Periodo == "42") {//Intensificacion Dic. ConceptualFiltrada = arryConceptual.Where(x => ['TEA', 'TEP'].Contains(x.value) || ConceptualCustom.Contains(x.value)).ToArray() } if (periodo.Periodo == "32") {//cierre anual ConceptualFiltrada = arryConceptual.Where(x => !['TEA', 'TEP', 'TED', '1', '2', '3'].Contains(x.value) || ConceptualCustom.Contains(x.value)).ToArray() } if (periodo.Periodo == "22" || periodo.Periodo == "12") {//cierre cuatrimestres ConceptualFiltrada = arryConceptual.Where(x => !['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'].Contains(x.value) || ConceptualCustom.Contains(x.value)).ToArray() } } } } DibujarRegistroCalificacion=function(data){ $("#tmplListadoAlumnos").remove(); $('body').append($('