} } ?> <form enctype="multipart/form-data" action="editarOC.php?id=<?php echo $id; ?> " method="post" id="form_oc"> <input type="hidden" name="id_oc" value="<?php echo $id; ?> "> <table class='table table-hover table-responsive table-bordered'> <tr> <td>Fecha Emisión</td> <td><input type="date" class='form-control required date' name="fecha_emision" value="<?php echo $oOC->fecha_emision(); ?> "></td> </tr> <tr> <td>Total Orden de compra</td> <td><input type="number" class='form-control required number' name='total_oc' value="<?php echo $oOC->total_oc(); ?> "></td> </tr> <tr> <td>Estado</td> <td><input type="text" class='form-control required text' name="estado" value="<?php echo $oOC->estado(); ?>