AdmMono/web/gui/relatorios/filtroRelatorioTabelaPreco.zul

112 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winFiltroRelatorioTabelaPreco"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioTabelaPreco"
apply="${relatorioTabelaPrecoController}" contentStyle="overflow:auto"
height="312px" width="700px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="11%" />
<column width="36%" />
<column width="17%" />
<column width="36%" />
</columns>
<rows>
<row>
<label
value="${c:l('relatorioTabelaPrecoController.vigencia')}" />
<combobox id="cmbVigencia" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioTabelaPreco$composer.lsVigencia}"
width="100%" constraint="no empty" />
<label
value="${c:l('relatorioTabelaPrecoController.orgaoConcedente.value')}" />
<combobox id="cmbOrgaoConcedente"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioTabelaPreco$composer.lsOrcaoConcedente}"
width="100%" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioTabelaPrecoController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioTabelaPreco$composer.lsEmpresa}"
width="100%" constraint="no empty" />
</row>
<row>
<label value="orgiem" />
<combobox id="cmbOrigem" width="100%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada" />
<label value="destino" />
<combobox id="cmbDestino" width="100%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioTabelaPreco$composer.destinoList}" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioTabelaPrecoController.lbLinha.value')}" />
<bandbox id="bbPesquisaLinha" width="100%"
mold="rounded" readonly="true">
<bandpopup>
<vbox>
<hbox>
<label
value="${c:l('relatorioTabelaPrecoController.lbLinha.value')}" />
<textbox id="txtLinha"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
width="300px" mold="rounded" />
<button id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('relatorioCancelamentoVendaCartaoController.btnPesquisa.label')}" />
<button id="btnLimpar"
image="/gui/img/eraser.png"
label="${c:l('relatorioCancelamentoVendaCartaoController.btnLimpar.label')}" />
</hbox>
<paging id="pagingLinha" pageSize="10" />
<listbox id="linhaList" mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" height="100%" width="700px">
<listhead>
<listheader
label="${c:l('relatorioTabelaPrecoController.lbLinha.value')}" />
</listhead>
</listbox>
</vbox>
</bandpopup>
</bandbox>
</row>
<row spans="4">
<listbox id="linhaSelList" mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" height="100px" width="100%">
<listhead>
<listheader
label="${c:l('relatorioTabelaPrecoController.lbLinha.value')}" />
</listhead>
</listbox>
<paging id="pagingSelLinha" pageSize="10" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
<checkbox id="chkLayoutArtesp" visible="false"
label="${c:l('relatorioTabelaPrecoController.lbLayoutArtesp')}" />
</toolbar>
</window>
</zk>