{{ $cargue->car_nombre }}
-
Código Cargue: {{ $cargue->car_id }}
-
Tipo Cargue: @if ($cargue->car_tipo_cargue == 1) Cliente @elseif($cargue->car_tipo_cargue == 2) Contrato @elseif($cargue->car_tipo_cargue == 3) Servicios Contratos @elseif($cargue->car_tipo_cargue == 4) Pagos @elseif($cargue->car_tipo_cargue == 5) Lotes @elseif($cargue->car_tipo_cargue == 6) Cobro Cartera @elseif($cargue->car_tipo_cargue == 7) Comunicaciones Masivas @endif
-
¿Archivo Con Titulos?: @if ($cargue->car_titulos == 1) Si @else No @endif
-
Separador: @if ($cargue->car_separador == 1) Coma (,) @elseif($cargue->car_separador == 2) Punto y Coma (;) @elseif($cargue->car_separador == 3) Punto (.) @else Dos Puntos (:) @endif
-
Acción Para Duplicados: @if ($cargue->car_accion_cliente_duplicado == 1) Omitir @elseif($cargue->car_accion_cliente_duplicado == 2) Sobreescribir @elseif($cargue->car_accion_cliente_duplicado ==3) Combinar @else Insertar @endif
-
¿Actualizar solo estados?: @if ($cargue->car_solo_estados == 1) Si @else No @endif
-
Creado Por: Avantec
-
Fecha Creación: {{ $cargue->car_fechacreacion }}
-
Modificado Por: Avantec
-
Fecha Modificación: {{ $cargue->car_fechamodificacion }}
-
Archivo:
@if($cargue->car_estado == 2)
-
Progreso:
@elseif($cargue->car_estado == 3)
-
Progreso:
@elseif($cargue->car_estado == 4)
-
Progreso:
@else
-
Progreso:
@endif
-
Estado: @if ($cargue->car_estado == 1) @elseif($cargue->car_estado == 2) @elseif($cargue->car_estado == 3) @elseif($cargue->car_estado == 4) @elseif($cargue->car_estado == 5) @elseif($cargue->car_estado == 6) @else @endif
@if($cargue->car_estado == 2) Poner en Cola @endif Volver a Listado @if($cargue->car_estado == 2) {{-- anularTmp-cargue --}} @if (auth()->user()->hasPermissionTo('anularTmp-cargue')) Anular @endif @endif