mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado
This commit is contained in:
@ -64,6 +64,11 @@ class EtiquetaEdit {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (ids.length == 0) {
|
||||||
|
popErrorAlert('Seleccione al menos una linea');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$.post(
|
$.post(
|
||||||
'/etiquetasTitulos/imprimirEtiquetas',
|
'/etiquetasTitulos/imprimirEtiquetas',
|
||||||
{
|
{
|
||||||
@ -283,6 +288,9 @@ class EtiquetaEdit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_addLineas() {
|
_addLineas() {
|
||||||
|
|
||||||
|
const self = this;
|
||||||
|
|
||||||
if (this.buscador.item.select2('data').length > 0) {
|
if (this.buscador.item.select2('data').length > 0) {
|
||||||
|
|
||||||
let maxUnidades = 0;
|
let maxUnidades = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user