Agregado boton de ver en TareasPendientes
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C274
This commit is contained in:
parent
18324db447
commit
ddb9f280c1
2 changed files with 11 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jQuery(document).ready(function () {
|
|||
|
||||
$('#tableTareasPendientes').TableInit(0, false, true, true, false, null, null);
|
||||
$('#tableTareasPendientes').DataTable().column(0).visible(false);
|
||||
$('#tableTareasPendientes').DataTable().column(5).visible(false);
|
||||
//$('#tableTareasPendientes').DataTable().column(5).visible(false);
|
||||
$('#tableTareasPendientes').DataTable().column(6).visible(false);
|
||||
$('#tableTareasPendientes').DataTable().column(7).visible(false);
|
||||
$('#tableTareasPendientes').DataTable().column(8).visible(false);
|
||||
|
|
@ -54,11 +54,13 @@ this.CargarTablaTareasPendientes = function (data) {
|
|||
|
||||
|
||||
var option = $("#ucbtnSeleccionar").html();
|
||||
var option2 = $("#ucbtnVer").html();
|
||||
|
||||
tableTareasPendientes.row.add([item.IdTareasPendientes,
|
||||
item.Descripcion,
|
||||
item.ContenidoRelacionado,
|
||||
DateFormatNoTime(item.FechaVencimiento),
|
||||
option2,
|
||||
option,
|
||||
item.TipoTareaPendiente,
|
||||
item.IdProyectoNormativo,
|
||||
|
|
|
|||
|
|
@ -30,6 +30,14 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div id="ucbtnVer" style=" display:none;">
|
||||
|
||||
<button type="button" id="btnver" class="btn btn-default btn-xs">
|
||||
<i class="fa fa-search"></i> Ver
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="ucbtnSeleccionar" style=" display:none;">
|
||||
|
||||
<button type="button" id="btnseleccionar" class="btn btn-default btn-xs">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue