@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Actividades', 'nofooter' => true])
Plan de mejoramiento
{{ $hallazgo->plan['vc_nombre_plan'] }}
Tipo
{{ $hallazgo->plan['vc_tipo'] }}
Auditor
{{ $hallazgo->plan->auditor['full_name'] }}
Hallazgo
{{ $hallazgo['vc_codigo'] }}
Componente
{{ $hallazgo['vc_componente'] }}
Factor
{{ $hallazgo['vc_factor'] }}
Descripción del hallazgo
{{ $hallazgo['tx_descripcion'] }}
Causa #: {{$id_causa}}
{{ $tx_causa }}
@endcomponent
@component('themes.bootstrap.components.portlet', ['icon' => 'fa fa-building-o', 'title' => 'Actividades'])
{{-- Datatable Acciones--}}
@component('themes.bootstrap.components.datatable', ['id' => 'acciones-table'])
@slot('columns', ['
' => ['class' => 'hide'], '', 'Estado - 1a linea delegado','Comentarios 2a Linea','Estado - 3a linea', 'Numero de Seguimientos Pendientes ','Id','Código','Usuario Origen','Encargados','Resposables', 'Tipo','Actividad','indicador','Formula indicador','Meta','Fecha inicio','Fecha fin'])
@endcomponent
@if($solo_delegado == 1 && $validacionCerrado == 1)
@endif
{{--FORMULARIO ACCIONES--}}
@component('themes.bootstrap.components.modal-large', ['id' => 'modal-form-acciones', 'class'=>'modal-form', 'icon'=>'icon-settings font-green-haze','title' => 'Registro de actividad'])
@slot('body')
@include('material.sections.hallazgos.acciones.formulario')
@endslot
@slot('footer')
@endslot
@endcomponent
@endcomponent
@component('themes.bootstrap.components.modal', [
'id' => 'modal-aprobar-acciones',
'class'=>'modal-form',
'icon'=>'icon-settings font-green-haze',
'title' => 'Aprobar acciones']
)
@slot('body')
@endslot
@slot('footer')
@endslot
@endcomponent
@component('themes.bootstrap.components.modal', [
'id' => 'modal-devolver-acciones',
'class'=>'modal-form',
'icon'=>'icon-settings font-green-haze',
'title' => 'Devolver acciones']
)
@slot('body')
@endslot
@slot('footer')
@endslot
@endcomponent
@endsection
@push('functions')
@endpush
@push('functions')
@endpush