|
|
@ -76,7 +76,7 @@ function crear_detalles_pedido(nro,ido){ |
|
|
|
detallesList+='</tbody></table >'; |
|
|
|
detallesList += '<button type="button" id='+response.document.pedido.cap_ped+' class="btn btn-outline-success btn-block col-sm-2 font-weight-bold my-4 alta">Confirmar pedido</button></td></tr>'; |
|
|
|
|
|
|
|
ido.after(detallesList); |
|
|
|
ido.parent().after(detallesList); |
|
|
|
|
|
|
|
$( ".alta" ).click(function() { |
|
|
|
//var suc = document.getElementById("sucursal").value;
|
|
|
|