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
8c0d2bfd
Commit
8c0d2bfd
authored
5 years ago
by
ID
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Mantenimiento PLANA - Combo select
parent
bccb48ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
bus_plana.jsp
web/vista/bus_plana.jsp
+2
-1
buscar_curso.jsp
web/vista/buscar_curso.jsp
+2
-1
No files found.
web/vista/bus_plana.jsp
View file @
8c0d2bfd
...
...
@@ -1119,11 +1119,12 @@
}
function
cargarArea
(){
var
nombre
=
$
(
'#cmbArea'
).
attr
(
'id'
);
var
accion
=
"limpiar();"
;
$
.
ajax
({
type
:
'POST'
,
url
:
'../ServletArea?Accion=cargarArea'
,
data
:
'accion='
+
accion
,
data
:
'accion='
+
accion
+
'&nombre='
+
nombre
,
beforeSend
:
function
()
{
cargando
();
},
success
:
function
(
resultado
){
...
...
This diff is collapsed.
Click to expand it.
web/vista/buscar_curso.jsp
View file @
8c0d2bfd
...
...
@@ -617,11 +617,12 @@
}
function
cargarArea
(){
var
nombre
=
$
(
'#cmbArea'
).
attr
(
'id'
);
var
accion
=
"cargarPlana(); limpiar();"
;
$
.
ajax
({
type
:
'POST'
,
url
:
'../ServletArea?Accion=cargarArea'
,
data
:
'accion='
+
accion
,
data
:
'accion='
+
accion
+
'&nombre='
+
nombre
,
beforeSend
:
function
()
{
cargando
();
},
success
:
function
(
resultado
){
...
...
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