@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Seguimientos', 'nofooter' => true])
@isset($accion)
Plan de mejoramiento # {{$accion->causa->hallazgo->plan['i_pk_id']}}:
{{ $accion->causa->hallazgo->plan['vc_nombre_plan'] }}
Tipo
{{ $accion->causa->hallazgo->plan['vc_tipo'] }}
Auditor
{{ $accion->causa->hallazgo->plan->auditor['full_name'] }}
Causa # {{$accion->causa['i_pk_id']}}:
{{$accion->causa['tx_causa']}}
@endisset
@endcomponent
@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Seguimientos'])
{{-- DATATABLE SEGUIMIENTOS--}}
@component('themes.bootstrap.components.datatable', ['id' => 'seguimientos-table'])
@slot('columns', ['','Estado','Id', 'Usuario', 'Descripción','Archivos','Radicado Orfeo', 'URL Evidencia', 'Fecha registro' , 'Indicador' , 'Formula Indicador' , 'Meta' , 'Fecha de Inicio' , 'Fecha de Fin'])
@endcomponent
{{--FORMULARIO SEGUIMIENTOS--}}
@component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-seguimientos', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'Registro de seguimiento'])
@slot('body')
@include('material.sections.hallazgos.seguimientos.formulario')
@endslot
@slot('footer')
{{-- DATATABLE ARCHIVOS SEGUIMIENTOS--}}
Evidencias
¨
@component('themes.bootstrap.components.datatable', ['id' => 'archivos-seguimiento-table'])
@slot('columns', ['','Id','Nombre','Archivo','Fecha registro'])
@endcomponent
@endslot
@endcomponent
@endcomponent
{{--FORMULARIO SEGUIMIENTOS AUDITOR--}}
@component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-seguimientos-auditor', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'AUDITOR: REVISIÓN DE SEGUIMIENTO - OCI'])
@slot('body')
@include('material.sections.hallazgos.seguimientos.formulario-auditor')
@endslot
@slot('footer')
@component('themes.bootstrap.components.datatable', ['id' => 'comentarios-seguimiento-table'])
@slot('columns', ['Fecha registro','Comentario','Usuario'])
@endcomponent
@include('material.sections.hallazgos.seguimientos.formulario-comentario')
@endslot
@slot('footer')