diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js index 4d54531ec..8aca5d07a 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/PropuestaNormativa.js @@ -11,7 +11,7 @@ jQuery(document).ready(function () { this.getDataModel = function () { CargarEmisor(); CargarAplicacion(); - + ENDREQUEST(); } @@ -41,7 +41,7 @@ this.CargarGridEmisores = function (data) { { "data": "descripcion" } ]; - $('#tableEmisor').TableInit(0, false, true, false, false, columnDefinition, listaEmisor, false); + $('#tableEmisor').TableInit(0, false, true, true, false, columnDefinition, listaEmisor, false); } else { @@ -109,7 +109,7 @@ this.CargarGridAplicacion = function (data) { { "data": "descripcion" } ]; - $('#tableAplicacion').TableInit(0, false, true, false, false, columnDefinition, listaAplicacion, false); + $('#tableAplicacion').TableInit(0, false, true, true, false, columnDefinition, listaAplicacion, false); } else { diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js index a102514e5..54ae61303 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js @@ -30,7 +30,7 @@ this.CargarTablaUsuario = function (data) { TableItems.row.add([item.UsuarioSistema, item.NombreUsuario, item.EmailUsuario]).draw(); - TableItems.column(0).visible(false); + }); ENDREQUEST(); diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml index 564be786b..df2695209 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml @@ -7,7 +7,7 @@ @Scripts.Render("~/Sinort-Scripts/EmisorPN.js") diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml index 8c03b383c..8f2489819 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml @@ -10,8 +10,8 @@
- -   

 Propuesta Normativa

+

   Propuesta Normativa

+ @*
*@ @@ -22,8 +22,8 @@ @*---------------------Proyecto normativo---------------------------------------------------------*@
- -
+ +
@@ -33,8 +33,8 @@ @*---------------------Emisor---------------------------------------------------------*@
- -
+ +
@@ -53,8 +53,8 @@ @*---------------------Aplicación---------------------------------------------------------*@
- -
+ +
@@ -73,9 +73,9 @@ @*---------------------Fecha de inicio de consulta---------------------------------------------*@
- + -
+
@@ -86,9 +86,9 @@ @*---------------------Fecha de finalización de consulta---------------------------------------------*@
- + -
+
@@ -98,8 +98,8 @@ @*---------------------Promotor del proyecto---------------------------------------------------------*@
- -
+ +
@@ -108,58 +108,68 @@ @*---------------------Fecha máxima para confirmar participación date---------------------------------------------*@
- + -
+
-
+ @*---------------------Convocados---------------------------------------------------------*@ -
- - - -
- -
- - - - - - - +
+ +
+
- - -
-
- - - - - - - - - - -
UsuarioCorreo
- -
+ @*
+ + + +
+ +
+ + + + + + + +
+
+ + +
+
+ + + + + + + + + + +
UsuarioCorreo
+ + +
*@ +
@@ -193,7 +203,7 @@