@php
$orientacion_opstions =
[
'Horizontal',
'Vertical'
];
$tipo_montaje_options = [
'Cartucho',
'Bloque'
];
$accionador_options = [
'Banda',
'Directo'
];
@endphp
@php
$aplicacion_options =
[
'Rectificado/ Interiores',
'Rectificado/ Caras',
'Rectificado/ Centros',
'Centro Maquinado',
'Cepillo madera',
'Fresado Madera',
'Fresado',
'Barrenado',
'Cabezal',
'Torno',
'Otros'
];
$problema = [
'Falla en el ensamble',
'Ruido',
'Vibración',
'Fuga de lubricante',
'Exceso de Juego Axial',
'Otro, especifique cuál:',
];
@endphp
@if ($errors->has('problema'))
{{ $errors->first('problema') }}
@endif
@if ($errors->has('problema_otro'))
{{ $errors->first('problema_otro') }}
@endif
@if ($errors->has('modelo_husillo'))
{{ $errors->first('modelo_husillo') }}
@endif
@if ($errors->has('numero_parte_husillo'))
{{ $errors->first('numero_parte_husillo') }}
@endif
@if ($errors->has('cantidad_piezas_defectuosas'))
{{ $errors->first('cantidad_piezas_defectuosas') }}
@endif
{{--
@if ($errors->has('recoleccion_husillos'))
{{ $errors->first('recoleccion_husillos') }}
@endif
--}}
@php
$titulo_adjunto_fotos = '
';
@endphp
@include('queja_respuestas.fields_fotos_adjuntas')
Información técnica
En esta sección encontrarás algunos recuadros, te pedimos por favor marques el recuadro que describa
mejor tus condiciones de operación
@if ($errors->has('descripcion_problema'))
{{ $errors->first('descripcion_problema') }}
@endif
@if ($errors->has('aplicacion'))
{{ $errors->first('aplicacion') }}
@endif
@if ($errors->has('aplicacion_otro'))
{{ $errors->first('aplicacion_otro') }}
@endif
@if ($errors->has('accionador'))
{{ $errors->first('accionador') }}
@endif
@if ($errors->has('otro_aplicacion'))
{{ $errors->first('otro_aplicacion') }}
@endif
@if ($errors->has('tipo_montaje'))
{{ $errors->first('tipo_montaje') }}
@endif
@if ($errors->has('orientacion'))
{{ $errors->first('orientacion') }}
@endif
@php
$posicion_options = [
'Superior',
'Inferior'
];
@endphp
@if ($errors->has('posicion'))
{{ $errors->first('posicion') }}
@endif
@php
$operacion_no_satisfactoria_option = [
'Atorado',
'Precisión',
'Alabeo',
'Ruido',
'Vibración',
'Punta hta',
'Juego',
'Motor',
'Rotación',
'Sensores',
'Calentamiento',
'Sujeción',
'Otros'
];
@endphp
@if ($errors->has('operacion_no_satisfactoria_otro'))
{{ $errors->first('operacion_no_satisfactoria_otro') }}
@endif
{{-- TODO: de este son dos campos indicando el periodo en esos campos --}}
@php
$periodo_funcionamiento_option = [
'Número de días','RPMs'
];
@endphp
@if ($errors->has('num_dias'))
{{ $errors->first('num_dias') }}
@endif
@if ($errors->has('RPMs'))
{{ $errors->first('RPMs') }}
@endif
@php
$tipo_lubricacion_option = [
'Grasa',
'Aceite'
];
@endphp
@if ($errors->has('tipo_lubricacion'))
{{ $errors->first('tipo_lubricacion') }}
@endif
@if ($errors->has('marca_designacion_lubricante'))
{{ $errors->first('marca_designacion_lubricante') }}
@endif
@if ($errors->has('temperatura'))
{{ $errors->first('temperatura') }}
@endif
@php $temperatura_operacion_option = ['T Baja (baja cero)', 'T Media (0
80)', 'T Alta (80
120)' , ]; @endphp
@if ($errors->has('temperatura_operacion'))
{{ $errors->first('temperatura_operacion') }}
@endif
@if ($errors->has('fecha_entrega_husillo'))
{{ $errors->first('fecha_entrega_husillo') }}
@endif
@if ($errors->has('acciones_solicitadas'))
{{ $errors->first('acciones_solicitadas') }}
@endif
@php
$reporte_8d_option = [ 'SI','NO' ];
@endphp
{{--
@if ($errors->has('reporte_8d'))
{{ $errors->first('reporte_8d') }}
@endif
--}}
{{--