|
@ -76,7 +76,7 @@ function crear_detalles_pedido(nro,ido){ |
|
|
detallesList+='</tbody></table >'; |
|
|
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>'; |
|
|
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.parent().after(detallesList); |
|
|
|
|
|
|
|
|
ido.parent().parent().after(detallesList); |
|
|
|
|
|
|
|
|
$( ".alta" ).click(function() { |
|
|
$( ".alta" ).click(function() { |
|
|
//var suc = document.getElementById("sucursal").value;
|
|
|
//var suc = document.getElementById("sucursal").value;
|
|
@ -150,6 +150,8 @@ function llenar_lista_pedido() |
|
|
$('#pedido').text("#"+ped); |
|
|
$('#pedido').text("#"+ped); |
|
|
$('#cliente').text("Cliente: "+n_cli); |
|
|
$('#cliente').text("Cliente: "+n_cli); |
|
|
$('#total').text("Total: $"+total); |
|
|
$('#total').text("Total: $"+total); |
|
|
|
|
|
console.log(ped); |
|
|
|
|
|
console.log(v_nomcli); |
|
|
// "PVE_" + "Suc" + <"+suc+"> + "_" + <Tipo Comp> + <Operacion> + "_" + <Nro.Comprobante> + ".pdf"
|
|
|
// "PVE_" + "Suc" + <"+suc+"> + "_" + <Tipo Comp> + <Operacion> + "_" + <Nro.Comprobante> + ".pdf"
|
|
|
//var _href = $('#descarga').attr("href");
|
|
|
//var _href = $('#descarga').attr("href");
|
|
|
$('#descarga').attr("href",'../pdf/PVE_Suc'+suc+'_PE40_'+ped+'.pdf'); |
|
|
$('#descarga').attr("href",'../pdf/PVE_Suc'+suc+'_PE40_'+ped+'.pdf'); |
|
|