AdmMono/web/gui/relatorios/filtroRelatorioBPe.zul

93 lines
4.3 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="winFiltroRelatorioBPe"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioBPe" apply="${relatorioBPeController}"
contentStyle="overflow:auto"
height="470px" width="530px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="17%" />
<column width="35%" />
<column width="13%" />
<column width="35%" />
</columns>
<rows>
<row>
<label
value="${c:l('relatorioBPeController.lbDtInicio.value')}" />
<datebox id="dtInicio" width="100%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
<label
value="${c:l('relatorioBPeController.lbDtFim.value')}" />
<datebox id="dtFim" width="100%" mold="rounded"
format="dd/MM/yyyy" maxlength="10" />
</row>
<row spans="1,3">
<label
value="${c:l('relatorioBPeController.lbEmpresa.value')}" />
<combobox id="cmbEmpresa"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioBPe$composer.lsEmpresa}"
width="100%" />
</row>
<row spans="1, 3">
<label
value="${c:l('relatorioBPeController.lbUF.value')}" />
<listbox id="estadoList" rows="10" vflex="false"
width="90%" multiple="true" checkmark="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
</listbox>
</row>
<row spans="1,3">
<label
value="" />
<checkbox id="chcAlias"
label="${c:l('relatorioBPeController.lbAlias.value')}" />
</row>
<row spans="1, 3">
<label
value="${c:l('relatorioBPeController.lbStatus.value')}" />
<radiogroup Id="rdbGroup">
<radio id="rdbAutorizado" value="A" label="${c:l('relatorioBPeController.lbAutorizado.value')}" selected="true" tooltiptext="${c:l('relatorioBPeController.lbAutorizado.value.tooltiptext')}"/>
<radio id="rdbRejeitado" value="R" label="${c:l('relatorioBPeController.lbRejeitado.value')}" tooltiptext="${c:l('relatorioBPeController.lbRejeitado.value.tooltiptext')}" />
<radio id="rdbCancelado" value="C" label="${c:l('relatorioBPeController.lbCancelado.value')}" tooltiptext="${c:l('relatorioBPeController.lbCancelado.value.tooltiptext')}" />
<radio id="rdbSubstituido" value="S" label="${c:l('relatorioBPeController.lbSubstituido.value')}" tooltiptext="${c:l('relatorioBPeController.lbSubstituido.value.tooltiptext')}" />
<radio id="rdbSubstituicao" value="SB" label="${c:l('relatorioBPeController.lbSubstituicao.value')}" tooltiptext="${c:l('relatorioBPeController.lbSubstituicao.value.tooltiptext')}" />
<radio id="rdbNaoEmbarcado" value="NE" label="${c:l('relatorioBPeController.lbNaoEmbarcado.value')}" tooltiptext="${c:l('relatorioBPeController.lbNaoEmbarcado.value.tooltiptext')}" />
<radio id="rdbAutorConting" value="AA" label="${c:l('relatorioBPeController.lbAutorConting.value')}" tooltiptext="${c:l('relatorioBPeController.lbAutorConting.value.tooltiptext')}" />
<radio id="rdbRejeitadoEnvioContingencia" value="RC" label="${c:l('relatorioBPeController.lbRejeitadoEnvioContingencia.value')}" tooltiptext="${c:l('relatorioBPeController.lbRejeitadoEnvioContingencia.value.tooltiptext')}" />
<radio id="rdbPendenteEnvio" value="PE" label="${c:l('relatorioBPeController.lbPendenteEnvio.value')}" tooltiptext="${c:l('relatorioBPeController.lbPendenteEnvio.value.tooltiptext')}" />
</radiogroup>
</row>
<row spans="1, 3">
<label
value="${c:l('relatorioBPeController.lbChbpe.value')}" />
<textbox id="txtChBpe" width="95%"/>
</row>
<row spans="1, 3">
<label
value="${c:l('relatorioBPeController.lbNumbpe.value')}" />
<textbox id="txtNumBpe" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>