- Campos obrigatórios na execução do relatório
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@27965 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ad3262fb9e
commit
a28cb467ae
|
@ -6,7 +6,7 @@
|
|||
|
||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||
<window id="winFiltroRelatorioAproveitamento" apply="${relatorioAproveitamentoController}"
|
||||
contentStyle="overflow:auto" height="150px" width="350px" border="normal" >
|
||||
contentStyle="overflow:auto" height="140px" width="350px" border="normal" >
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="20%" />
|
||||
|
@ -15,11 +15,11 @@
|
|||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('relatorioAproveitamentoController.lbServico.value')}"/>
|
||||
<textbox id="txtCorridaId" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
||||
<textbox id="txtCorridaId" width="90%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" constraint="no empty"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('relatorioAproveitamentoController.lbFecCorrida.value')}"/>
|
||||
<datebox id="fecCorrida" width="90%" format="dd/MM/yyyy" lenient="false"/>
|
||||
<datebox id="fecCorrida" width="90%" format="dd/MM/yyyy" lenient="false" constraint="no empty"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Loading…
Reference in New Issue