git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@27863 d1611594-4594-4d17-8e1d-87c2c4800839
parent
154d59cefa
commit
26aa8ef3cd
|
@ -238,12 +238,10 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void aplicarMascara() {
|
public void aplicarMascara() {
|
||||||
|
|
||||||
Clients.evalJavaScript("jQuery('#" + txtNumFax.getUuid()
|
Clients.evalJavaScript("jQuery('#" + txtNumFax.getUuid()
|
||||||
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonodos.getUuid()
|
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonodos.getUuid()
|
||||||
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonouno.getUuid()
|
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonouno.getUuid()
|
||||||
+ "').mask('(999)9999-9999?9')");
|
+ "').mask('(999)9999-9999?9')");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -2091,6 +2089,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onChange$cmbPuntoVentaPadre(Event ev) throws InterruptedException {
|
public void onChange$cmbPuntoVentaPadre(Event ev) throws InterruptedException {
|
||||||
|
if (puntoVenta.getPuntoventaId() != null) {
|
||||||
List<PuntoVenta> lsPuntosSubordinados = puntoVentaService.buscarPuntoVentaSubordinados(puntoVenta);
|
List<PuntoVenta> lsPuntosSubordinados = puntoVentaService.buscarPuntoVentaSubordinados(puntoVenta);
|
||||||
|
|
||||||
if (!lsPuntosSubordinados.isEmpty()) {
|
if (!lsPuntosSubordinados.isEmpty()) {
|
||||||
|
@ -2108,4 +2107,5 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
cmbPuntoVentaPadre.setText(null);
|
cmbPuntoVentaPadre.setText(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue