desenvolvimento (bug 6232)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@43460 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3e1691d05b
commit
a78275066f
|
@ -330,10 +330,11 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void aplicarMascara() {
|
public void aplicarMascara() {
|
||||||
Clients.evalJavaScript("jQuery('#" + txtNumFax.getUuid()
|
Clients.evalJavaScript(
|
||||||
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonodos.getUuid()
|
"jQuery('#" + txtNumFax.getUuid() + "').mask('(999)9999-9999?9');" +
|
||||||
+ "').mask('(999)9999-9999?9');jQuery('#" + numtelefonouno.getUuid()
|
"jQuery('#" + numtelefonodos.getUuid() + "').mask('(999)9999-9999?9');" +
|
||||||
+ "').mask('(999)9999-9999?9')");
|
"jQuery('#" + numtelefonouno.getUuid() + "').mask('(999)9999-9999?9');")
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -370,7 +371,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
txtCP.setDisabled(true);
|
// txtCP.setDisabled(true);
|
||||||
puntoVenta = (PuntoVenta) Executions.getCurrent().getArg().get("puntoVenta");
|
puntoVenta = (PuntoVenta) Executions.getCurrent().getArg().get("puntoVenta");
|
||||||
|
|
||||||
if (puntoVenta.getPuntoventaId() != null) {
|
if (puntoVenta.getPuntoventaId() != null) {
|
||||||
|
@ -782,8 +783,8 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
if (cmbColonia.getSelectedItem() == null) {
|
if (cmbColonia.getSelectedItem() == null) {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
Colonia col = (Colonia) cmbColonia.getSelectedItem().getValue();
|
// Colonia col = (Colonia) cmbColonia.getSelectedItem().getValue();
|
||||||
txtCP.setValue(col.getCodpostal());
|
// txtCP.setValue(col.getCodpostal());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue