@extends('layouts.default') @section('scripts') @endsection @section('content')

Respuesta cuestionario control de calidad



{{ Form::select('NREGUIST_PROD_TERMINADO', [], NULL, ['id' => 'producto_id', 'class' => 'form-control', 'disabled' => true]) }}
{{ Form::hidden('nroguia', NULL, ['id' => 'nroguia', 'class' => 'form-control', 'disabled' => true]) }}
{{ Form::text('VOLUMEN', NULL, ['id' => 'volumen_formula', 'class' => 'form-control', 'readonly' => true]) }}
{{ Form::text('VIDA_UTIL', NULL, ['id' => 'vida_util', 'class' => 'form-control', 'readonly' => true]) }}
{{ Form::text('PRECVTA', NULL, ['id' => 'precio_venta', 'class' => 'form-control', 'disabled' => true]) }}

Pregunta Respuesta
No hay registros

@endsection