@include('queja_respuestas.fields_generales')

Datos de la queja

@if ($errors->has('numero_factura')) {{ $errors->first('numero_factura') }} @endif
@if ($errors->has('fecha_factura')) {{ $errors->first('fecha_factura') }} @endif
@if ($errors->has('razon_social')) {{ $errors->first('razon_social') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('codigo_postal')) {{ $errors->first('codigo_postal') }} @endif
{{-- @include('queja_respuestas.fields_campos_iguales') --}} @if ($input->queja_problema_id == 1 || $input->queja_problema_id == 27)
@if ($errors->has('espesificacion_situacion')) {{ $errors->first('espesificacion_situacion') }} @endif
@endif @php $en_caso = [ 'Si', 'NO' ]; @endphp
@if ($errors->has('queja_procede')) {{ $errors->first('queja_procede') }} @endif

Adjuntos

@include('queja_respuestas.fields_adjunto_factura_comentario')
@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('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 = '

Adjuntar fotos o videos de la falla del Husillo *+

'; @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('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
{{--
--}}
{{--
--}}















{{-- 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 (080)', '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
--}}
{{--
@include('queja_respuestas.fields_campos_iguales')
@if ($errors->has('informacion_tecnica')) {{ $errors->first('informacion_tecnica') }} @endif
@if ($errors->has('descripcion_problema')) {{ $errors->first('descripcion_problema') }} @endif
@include('queja_respuestas.fields_adjunto_factura_comentario')
--}}