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

MODIFICAR ORDEN DE COMPRA # {{$orden->id}}

@csrf @method('PUT')

Orden de compra

Modificar datos de la orden de compra:

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

Registrar Proveedor:

@if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif
@if ($errors->has('tipo_cambio')) {{ $errors->first('tipo_cambio') }} @endif
igv_check == '1') checked @endif type="checkbox" id="igv_check" name="igv_check">
@if ($errors->has('igv')) {{ $errors->first('igv') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif

{{--

Detalle de la Orden de Compra


ACCIONES CANTIDAD PRODUCTO PRECIO TOTAL
Sub Total:
IGV :
TOTAL:
--}}

Seleccionar productos

@include('compras.ordenes.table-productos')

Detalle de la orden

@include('compras.ordenes.table-orden-detalles')
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('compras.ordenes.modal') @stop @push('styles') @endpush @push('scripts') {{-- --}} @endpush