94 lines
3.5 KiB
XML
94 lines
3.5 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="winFiltroRelatorioReceitaEmbarcadaServico"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioReceitaEmbarcadaServico"
|
|
apply="${relatorioReceitaEmbarcadaServicoController}" contentStyle="overflow:auto"
|
|
width="800px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
<column width="15%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbDePeriodoViagem.value')}" />
|
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
|
mold="rounded" width="95%" constraint="no empty, no future"
|
|
maxlength="10" />
|
|
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbAtePeriodoViagem.value')}" />
|
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
|
mold="rounded" width="95%" constraint="no empty, no future"
|
|
maxlength="10" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbCidadeOrigem.value')}" />
|
|
<cell>
|
|
<combobox id="cmbParadaOrigemCve"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
|
mold="rounded" buttonVisible="true" width="30%" />
|
|
<combobox id="cmbParadaOrigem"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="65%" />
|
|
</cell>
|
|
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbCidadeDestino.value')}" />
|
|
<cell>
|
|
<combobox id="cmbParadaDestinoCve"
|
|
autodrop="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
|
mold="rounded" buttonVisible="true" width="30%" />
|
|
<combobox id="cmbParadaDestino" autodrop="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" width="65%" />
|
|
</cell>
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" width="90%" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioReceitaEmbarcadaServico$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbClase.value')}" />
|
|
<combobox id="cmbClase" width="90%" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioReceitaEmbarcadaServico$composer.lsClase}"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row>
|
|
<label
|
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbServico.value')}" />
|
|
<textbox id="txtCorridaId" width="95%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
maxlength="7" />
|
|
</row>
|
|
|
|
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|