Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
proyecto-estandar
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
Israel Gutierrez Salazar
proyecto-estandar
Commits
6b5b9e84
Commit
6b5b9e84
authored
Jan 17, 2018
by
Alonso Moreno Postigo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DELETE] mensajes
parent
ad30aefe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
persona.js
web/js/pages/persona.js
+0
-10
ubigeo.js
web/js/pages/ubigeo.js
+0
-4
No files found.
web/js/pages/persona.js
View file @
6b5b9e84
...
...
@@ -94,8 +94,6 @@ function registrarPersona() {
var
status
=
data
.
status
;
if
(
status
)
{
imprimirAlerta
(
'Correcto!'
,
data
.
message
,
'success'
);
// var table = $('#tabla_persona').DataTable();
// table.ajax.reload();
recargarTabla
();
$
(
'#modal_registrar_persona'
).
modal
(
'hide'
);
}
else
{
...
...
@@ -500,11 +498,4 @@ function initInputs() {
var
txt_correo
=
$
(
'#txt_correo'
);
var
dominio_correo
=
'.TI@SACOOLIVEROS.EDU.PE'
;
// txt_correo.attr({
// disabled: true
// });
}
\ No newline at end of file
web/js/pages/ubigeo.js
View file @
6b5b9e84
...
...
@@ -36,7 +36,6 @@ function listarDepartamento() {
$
(
'#select_departamento'
).
html
(
select_departamento
);
$
(
'#select_departamento'
).
selectpicker
(
'refresh'
);
}
else
{
console
.
log
(
'no hay data prro'
);
}
},
complete
:
function
(
jqXHR
,
textStatus
)
{
...
...
@@ -71,7 +70,6 @@ function listarProvincia() {
$
(
'#select_provincia'
).
html
(
select_provincia
);
$
(
'#select_provincia'
).
selectpicker
(
'refresh'
);
}
else
{
console
.
log
(
'no hay data prro'
);
}
},
complete
:
function
(
jqXHR
,
textStatus
)
{
...
...
@@ -106,7 +104,6 @@ function listarDistrito() {
$
(
'#select_distrito'
).
html
(
select_distrito
);
$
(
'#select_distrito'
).
selectpicker
(
'refresh'
);
}
else
{
console
.
log
(
'no hay data prro'
);
}
},
complete
:
function
(
jqXHR
,
textStatus
)
{
...
...
@@ -119,7 +116,6 @@ function listarDistrito() {
function
validarSelect
()
{
$
(
'#select_departamento'
).
on
(
'change'
,
function
()
{
// debugger;
var
select_departamento
=
$
(
'#select_departamento'
).
val
();
if
(
select_departamento
===
'0'
)
{
$
(
'#select_provincia'
).
html
(
'<option value="0">[ SELECCIONE ]</option>'
);
...
...
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