65 lines
2.3 KiB
XML
65 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="RelgerencialEmpresa" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaExportacaoFiscal"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaExportacaoFiscal"
|
|
title="${c:l('busquedaImportacionFiscalController.window.title')}"
|
|
apply="${busquedaExportacaoFiscalController}"
|
|
contentStyle="overflow:auto" width="660px" border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('busquedaCiudadController.estado.label')}" />
|
|
<combobox id="cmbEstado"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
|
style="width: 483px;" model="@{winBusquedaExportacaoFiscal$composer.lsEstado}"/>
|
|
</row>
|
|
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" style="width: 483px;" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winBusquedaExportacaoFiscal$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnExeExportacaoECF" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaExportacaoFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeExportacaoRMD" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaExportacaoFiscalController.btnExe.label')}" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |