Valida el Estado en Contruccion del Proyecto Normativo

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C228
This commit is contained in:
dmendez 2018-07-12 22:34:46 +00:00
parent 85f42bd585
commit abbf3ad576

View file

@ -44,11 +44,13 @@ $('#tableSitios').on('click', 'button', function () {
var data = $('#tableSitios').DataTable().row($(this).parents('tr')).data();
if (data.PromotorProyecto != UsuarioSistema) {
if (ValidarPermisos('Accesar expediente de propuesta normativa').length <= 0) {
if (ValidarPermisos('Accesar expediente de propuesta normativa').length <= 0 || data.IdEstado == Estados.Contruccion.Codigo) {
toastr.warning('No tiene permisos para ejecutar esta opción', Message_Warning);
return;
}
}
url = $("#hiddenHref").val();