mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en previews. falta probar rotativa, y terminar cubierta
This commit is contained in:
@ -146,7 +146,7 @@ class previewFormas {
|
|||||||
let anchoPliegue = parseFloat(7); // mm
|
let anchoPliegue = parseFloat(7); // mm
|
||||||
let altoPliegue = parseFloat(7); // mm
|
let altoPliegue = parseFloat(7); // mm
|
||||||
let sangre = parseFloat(20); // mm
|
let sangre = parseFloat(20); // mm
|
||||||
if (this.isTapaDura && (this.ancho >= 210 || this.alto >= 297)) {
|
if (this.isTapaDura && (this.ancho() >= 210 || this.alto() >= 297)) {
|
||||||
sangre = parseFloat(10); // mm
|
sangre = parseFloat(10); // mm
|
||||||
}
|
}
|
||||||
this.pvObj.anchoForma = ((2 * this.pvObj.anchoLibro) + (2 * anchoPliegue) + (2 * sangre) + this.pvObj.lomoLibro);
|
this.pvObj.anchoForma = ((2 * this.pvObj.anchoLibro) + (2 * anchoPliegue) + (2 * sangre) + this.pvObj.lomoLibro);
|
||||||
|
|||||||
Reference in New Issue
Block a user