|
@ -147,7 +147,7 @@ function llenar_lista_pedido() |
|
|
var n_cli = $('#'+v_numcli+'').text(); |
|
|
var n_cli = $('#'+v_numcli+'').text(); |
|
|
var nom_cli = $('#'+v_nomcli+'').text(); |
|
|
var nom_cli = $('#'+v_nomcli+'').text(); |
|
|
var total = $('#'+v_total+'').text(); |
|
|
var total = $('#'+v_total+'').text(); |
|
|
$('#pedido').text("# "+ped); |
|
|
|
|
|
|
|
|
$('#pedido').text("#"+ped); |
|
|
$('#cliente').text("Cliente: "+n_cli); |
|
|
$('#cliente').text("Cliente: "+n_cli); |
|
|
$('#total').text("Total: $"+total); |
|
|
$('#total').text("Total: $"+total); |
|
|
// "PVE_" + "Suc" + <"+suc+"> + "_" + <Tipo Comp> + <Operacion> + "_" + <Nro.Comprobante> + ".pdf"
|
|
|
// "PVE_" + "Suc" + <"+suc+"> + "_" + <Tipo Comp> + <Operacion> + "_" + <Nro.Comprobante> + ".pdf"
|
|
@ -167,7 +167,7 @@ function llenar_lista_pedido() |
|
|
$(document).ready(function() { |
|
|
$(document).ready(function() { |
|
|
$("#myNavy").removeClass("invisible"); |
|
|
$("#myNavy").removeClass("invisible"); |
|
|
$("#myNavy").hide(); |
|
|
$("#myNavy").hide(); |
|
|
llenar_lista_pedido(); |
|
|
|
|
|
|
|
|
//llenar_lista_pedido();
|
|
|
$("#sucursal").change(function() { |
|
|
$("#sucursal").change(function() { |
|
|
llenar_lista_pedido(); |
|
|
llenar_lista_pedido(); |
|
|
|
|
|
|
|
|