@extends('layout') @section('content') @section('compras-active', 'active') @section('documento-active', 'active')

MODIFICAR DOCUMENTO DE COMPRA # {{$documento->id}}

@csrf @method('PUT')

Documento de compra

Modificar datos del documento de compra:

@if ($errors->has('fecha_emision')) {{ $errors->first('fecha_emision') }} @endif
@if ($errors->has('fecha_entrega')) {{ $errors->first('fecha_entrega') }} @endif

Modificar Proveedor:

@if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif
@if ($errors->has('serie_tipo')) {{ $errors->first('serie_tipo') }} @endif
@if ($errors->has('numero_tipo')) {{ $errors->first('numero_tipo') }} @endif
@if ($errors->has('tipo_cambio')) {{ $errors->first('tipo_cambio') }} @endif
orden_id)) disabled @endif>
@if ($errors->has('igv')) {{ $errors->first('igv') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif

Detalle de Documento de Compra


ACCIONES CANTIDAD PRODUCTO FECHA. VENC COSTO FLETE PRECIO TOTAL
Sub Total: 0.0
IGV :
Percepcion:
TOTAL:
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('compras.documentos.modalEdit') @stop @push('styles') @endpush @push('scripts') @endpush