104 lines
6.1 KiB
XML
104 lines
6.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="winInformeViajesOcasionalesExpresos"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winInformeViajesOcasionalesExpresos" title="${c:l('winInformeViajesOcasionalesExpresos.title')}"
|
|
border="normal" height="484px" width="1100px" position="center" mode="overlapped"
|
|
apply="${informeViajesOcasionalesExpresosController}">
|
|
<toolbar>
|
|
<button id="btnCerrar" onClick="winInformeViajesOcasionalesExpresos.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaLogAuditoriaController.btnCerrar.tooltiptext')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="17%" />
|
|
<column width="35%" />
|
|
<column width="13%" />
|
|
<column width="35%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('lb.dataIni.value')}" />
|
|
<datebox id="dtInicio" width="40%" mold="rounded"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
format="dd/MM/yyyy" maxlength="10"
|
|
constraint="no empty" />
|
|
<label
|
|
value="${c:l('lb.dataFin.value')}" />
|
|
<datebox id="dtFim" width="40%" mold="rounded"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
|
format="dd/MM/yyyy" maxlength="10"
|
|
constraint="no empty" />
|
|
</row>
|
|
<row spans="1,3">
|
|
<label id="lblExpreso" value="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}"/>
|
|
<intbox id="txtNumSolicitud"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('tooltiptext.btnPesquisa')}"/>
|
|
<button id="btnExportarPdf"
|
|
image="/gui/img/pdf.png"
|
|
label="${c:l('dispositivoVendaEmbarcadaController.btnExportarPdf.label')}" />
|
|
</toolbar>
|
|
<paging id="pagingExpresos" pageSize="20" />
|
|
<listbox id="expresosList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false" height="50%" vflex="true">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarEmpresaController.lblDesc.label')}" width="110px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhFechaSolicitud.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}" width="100px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhAgenciaContrato.label')}" width="130px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhEstado.label')}" width="110px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhNit.label')}" width="100px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhRazonSocial.label')}" width="130px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhFormaPago.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhValorTrayecto.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('auditoriaController.lhUsuario.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhTrayecto.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lblOrigen.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lblDestino.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lblObservaciones.label')}" width="240px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhFechaIda.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhTipoServicio.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhNumDespacho.label')}" width="120px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhInterno.label')}" width="100px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhPlacaVehiculo.label')}" width="100px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhCantidadPasajeros.label')}" width="150px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhValorTrayecto.label')}" width="150px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhFechaDespacho.label')}" width="130px"/>
|
|
<listheader image="/gui/img/create_doc.gif"
|
|
label="${c:l('expressosPorCotizarController.lhKilometros.label')}" width="100px"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk> |