mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado el problema de coger el tipo de impresion y tirada
This commit is contained in:
@ -56,7 +56,7 @@ class DisenioInterior {
|
||||
false,
|
||||
{
|
||||
[this.csrf_token]: this.csrf_hash,
|
||||
tipo: this.getTipoImpresion(),
|
||||
tipo: () => {return this.getTipoImpresion()},
|
||||
tirada: () => {{return this.presupuestoCliente.datosGenerales.getTiradas()[0]}},
|
||||
ancho: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().ancho},
|
||||
alto: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().alto},
|
||||
@ -71,8 +71,8 @@ class DisenioInterior {
|
||||
false,
|
||||
{
|
||||
[this.csrf_token]: this.csrf_hash,
|
||||
tipo: this.getTipoImpresionColor(),
|
||||
tirada: () => {return $('#tirada').val()},
|
||||
tipo: () => {return this.getTipoImpresion()},
|
||||
tirada: () => {{return this.presupuestoCliente.datosGenerales.getTiradas()[0]}},
|
||||
ancho: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().ancho},
|
||||
alto: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().alto},
|
||||
solapas: 0,
|
||||
|
||||
Reference in New Issue
Block a user