Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
horario
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juan Guevara Mayta
horario
Commits
5e1db259
Commit
5e1db259
authored
5 years ago
by
Tony Inuma Dahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Tabla de Merito docentes - validacion campo PUESTO para correcto registro
parent
44f26167
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
23 deletions
+36
-23
registroTablaEvaluacionDocente.jsp
web/vista/registroTablaEvaluacionDocente.jsp
+36
-23
No files found.
web/vista/registroTablaEvaluacionDocente.jsp
View file @
5e1db259
...
...
@@ -374,7 +374,7 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
$
.
ajax
({
type
:
'POST'
,
url
:
'../ServletArea?Accion=cargarArea'
,
data
:
'accion='
+
accion
+
'&nombre='
+
nombre
,
data
:
'accion='
+
accion
+
'&nombre='
+
nombre
,
beforeSend
:
function
()
{
cargando
();
},
success
:
function
(
resultado
)
{
...
...
@@ -413,7 +413,7 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
}
function
listarRegistros
()
{
let
name
=
''
let
name
=
''
var
nombrePlana
=
$
(
"#cmbPlana option:selected"
).
text
();
var
codigoPlana
=
$
(
"#cmbPlana"
).
val
();
var
codigoPeriodo
=
"<%=periodo!=null?periodo.getCodigoPeriodo():""%>"
;
...
...
@@ -426,11 +426,11 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
},
success
:
function
(
resultado
)
{
cerrar_cargando
();
$
(
"#divListado"
).
html
(
resultado
);
name
=
$
(
"#lblUsuario"
).
text
();
if
(
name
===
"6"
)
{
name
=
$
(
"#lblUsuario"
).
text
();
if
(
name
===
"6"
)
{
$
(
"#divListado #btnRegistrar"
).
hide
();
}
let
periodoEnc
=
$
(
"#divListado #codEnc"
).
val
();
let
periodoEnc
=
$
(
"#divListado #codEnc"
).
val
();
// $("#divListado #txtPuesto").keypress(function (e) {
...
...
@@ -457,7 +457,9 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
x
.
className
=
"show"
;
// After 3 seconds, remove the show class from DIV
setTimeout
(
function
(){
x
.
className
=
x
.
className
.
replace
(
"show"
,
""
);
},
2000
);
setTimeout
(
function
()
{
x
.
className
=
x
.
className
.
replace
(
"show"
,
""
);
},
2000
);
}
...
...
@@ -492,7 +494,7 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
function
armarDatos
()
{
var
cantidad
=
$
(
"#cantidad"
).
val
();
var
datos
=
""
;
let
datos
=
""
;
for
(
var
i
=
0
;
i
<
cantidad
;
i
++
)
{
var
codigoDocente
=
$
(
"#codDoc_"
+
i
+
""
).
val
();
var
nombreDocente
=
$
(
"#nomDoc_"
+
i
+
""
).
val
();
...
...
@@ -506,65 +508,76 @@ window.jQuery || document.write("<script src='../assets/js/jquery1x.js'>"+"<"+"/
if
(
notaPlana
!=
""
&&
notaExa
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
if
(
notaPlana
!=
""
&&
notaExa
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
}
else
if
(
notaPlana
==
""
&&
notaExa
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
}
else
if
(
notaPlana
==
""
&&
notaExa
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
notaPlana
=
"vacio"
;
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
}
else
if
(
notaExa
==
""
&&
notaPlana
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
}
else
if
(
notaExa
==
""
&&
notaPlana
!=
""
&&
txtPuesto
!=
""
&&
txtObservacion
!=
""
)
{
notaExa
=
"vacio"
;
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
}
else
if
(
txtPuesto
==
""
&&
txtObservacion
!=
""
&&
notaExa
!=
""
&&
notaPlana
!=
""
)
{
txtPuesto
=
"vacio"
;
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
if
(
txtPuesto
==
""
&&
txtObservacion
!=
""
&&
notaExa
!=
""
&&
notaPlana
!=
""
)
{
}
else
if
(
txtPuesto
==
""
&&
txtObservacion
==
""
&&
notaExa
!=
""
&&
notaPlana
!=
""
)
{
txtPuesto
=
"vacio"
;
txtObservacion
=
"vacio"
;
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
}
else
if
(
txtObservacion
==
""
&&
txtPuesto
!=
""
&&
notaExa
!=
""
&&
notaPlana
!=
""
)
{
}
else
if
(
txtObservacion
==
""
&&
txtPuesto
!=
""
&&
notaExa
!=
""
&&
notaPlana
!=
""
)
{
txtObservacion
=
"vacio"
;
if
(
datos
==
""
)
{
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
=
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
else
{
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
datos
+=
"!"
+
codigoDocente
+
"#"
+
nombreDocente
+
"#"
+
notaPlana
+
"#"
+
notaExa
+
"#"
+
notaEncuesta
+
"#"
+
txtPuesto
+
"#"
+
txtObservacion
;
}
}
}
registrarMerito
(
datos
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment