sempre exibir check de layout artesp feat #AL-3120

master
Fabio Faria 2023-09-08 18:16:59 -03:00
parent df9a37415f
commit eb75f69f0f
3 changed files with 2 additions and 13 deletions

View File

@ -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>

View File

@ -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());

View File

@ -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>