示例#1
0
    }
}
?>
            <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&oacute;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();
?>