git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C278
This commit is contained in:
parent
3ceb62a23b
commit
dd0f149d97
3 changed files with 5 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ var Item = {};
|
||||||
|
|
||||||
jQuery(document).ready(function () {
|
jQuery(document).ready(function () {
|
||||||
|
|
||||||
|
|
||||||
getDataModel();
|
getDataModel();
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -213,7 +213,7 @@ this.ActualizarItem = function () {
|
||||||
this.InsertarItem = function () {
|
this.InsertarItem = function () {
|
||||||
|
|
||||||
if (ValidarPermisos('Crear catálogos').length > 0) {
|
if (ValidarPermisos('Crear catálogos').length > 0) {
|
||||||
ObtenerAplicaciones();
|
|
||||||
|
|
||||||
if (!$("#formCatalogo").valid()) {
|
if (!$("#formCatalogo").valid()) {
|
||||||
toastr.warning("Ingresar todos los campos que son requeridos.");
|
toastr.warning("Ingresar todos los campos que son requeridos.");
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ var UsuarioSistema = $("#hiddenUsuarioSistema").val();
|
||||||
var NombreUsuario = $("#hiddenNombreUsuario").val();
|
var NombreUsuario = $("#hiddenNombreUsuario").val();
|
||||||
|
|
||||||
var server = window.location.protocol + "//" + window.location.hostname + "/" + (window.location.pathname.split('/')[1]) + "/";
|
var server = window.location.protocol + "//" + window.location.hostname + "/" + (window.location.pathname.split('/')[1]) + "/";
|
||||||
var SinorLoginWCF = "http://localhost/AYA.SlnSinort.WCF/Sinort.svc";
|
var SinorLoginWCF = "http://10.50.1.123:2070/Sinort.svc";
|
||||||
var string_empty = "";
|
var string_empty = "";
|
||||||
var Atesa = {};
|
var Atesa = {};
|
||||||
var StarterTemplateVisible = true;
|
var StarterTemplateVisible = true;
|
||||||
|
|
|
||||||
|
|
@ -447,6 +447,7 @@ this.CargarGridSubContenido = function (data) {
|
||||||
];
|
];
|
||||||
|
|
||||||
$('#tableSubCategoriaContenido').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaContenido, false);
|
$('#tableSubCategoriaContenido').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaContenido, false);
|
||||||
|
ENDREQUEST();
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
@ -517,6 +518,7 @@ this.CargarGridSubGrupoTematico = function (data) {
|
||||||
];
|
];
|
||||||
|
|
||||||
$('#tableSubCategoriaGrupoTematico').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaGrupoTematico, false);
|
$('#tableSubCategoriaGrupoTematico').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaGrupoTematico, false);
|
||||||
|
ENDREQUEST();
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue