sempre exibir check de layout artesp feat #AL-3120
Reviewed-on: adm/VentaBoletosAdm#266 Reviewed-by: wallace <wallace@rjconsultores.com.br>master 1.19.0
commit
565fab21e1
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.18.2</version>
|
<version>1.19.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -245,16 +245,6 @@ public class RelatorioTabelaPrecoController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onChange$cmbOrgaoConcedente(Event ev) {
|
|
||||||
OrgaoConcedente orgao = (OrgaoConcedente)cmbOrgaoConcedente.getSelectedItem().getValue();
|
|
||||||
if ( orgao.getDescOrgao().equals("ARTESP")) {
|
|
||||||
chkLayoutArtesp.setVisible(true);
|
|
||||||
} else {
|
|
||||||
chkLayoutArtesp.setVisible(false);
|
|
||||||
chkLayoutArtesp.setChecked(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void executarPesquisa() {
|
private void executarPesquisa() {
|
||||||
HibernateSearchObject<Ruta> rutaBusqueda = new HibernateSearchObject<Ruta>(
|
HibernateSearchObject<Ruta> rutaBusqueda = new HibernateSearchObject<Ruta>(
|
||||||
Ruta.class, pagingLinha.getPageSize());
|
Ruta.class, pagingLinha.getPageSize());
|
||||||
|
|
|
@ -103,8 +103,7 @@
|
||||||
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
||||||
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
||||||
|
|
||||||
<checkbox id="chkLayoutArtesp" visible="false"
|
<checkbox id="chkLayoutArtesp" label="${c:l('relatorioTabelaPrecoController.lbLayoutArtesp')}" />
|
||||||
label="${c:l('relatorioTabelaPrecoController.lbLayoutArtesp')}" />
|
|
||||||
</toolbar>
|
</toolbar>
|
||||||
</window>
|
</window>
|
||||||
</zk>
|
</zk>
|
||||||
|
|
Loading…
Reference in New Issue