AdmMono/web/gui/expressos/cargaContrato.zul

78 lines
4.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="winExpressoCargaContrato"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winExpressoCargaContrato" title="${c:l('winExpressoCargaContrato.title')}"
border="normal" height="484px" width="1100px" position="center" mode="overlapped"
apply="${cargaContratoExpressosController}">
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnActualizar')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winExpressoCargaContrato.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="25%" />
<column width="25%" />
<column width="25%" />
</columns>
<rows>
<row>
<label value="${c:l('expressosPorCotizarFechaInicioController.lblDesc.label')}"/>
<datebox id="txtFechaInicio" use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox" format="dd/MM/yyyy" maxlength="10" width="100%"/>
<label value="${c:l('expressosPorCotizarFechaFinController.lblDesc.label')}"/>
<datebox id="txtFechaFin" use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox" format="dd/MM/yyyy" maxlength="10" width="100%"/>
</row>
<row spans="1,3">
<label id="lblEmpresa" value="${c:l('expressosPorCotizarEmpresaController.lblDesc.label')}"/>
<combobox id="cmbEmpresa"
width="40%"
maxlength="60"
mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winExpressoPorCotizar$composer.lsEmpresa}"/>
</row>
</rows>
</grid>
<toolbar>
<checkbox
id="ckServiciosInactivos"
checked="@{winEditarPuntoVenta$composer.puntoVenta.validaTempoParaImpressao}"
label="${c:l('expressosPorCotizarServiciosInactivosController.lblDesc.label')}"/>
<button
id="btnPesquisa"
image="/gui/img/find.png"
label="${c:l('expressosPorCotizarBuscarController.lblDesc.label')}" />
<fileupload
id="archivoContrato"
label="${c:l('cargarContratoController.lhAdjuntarContrato.label')}"
upload="true"
onUpload="winExpressoCargaContrato$composer.onUpload(event)" />
</toolbar>
<paging id="pagingExpresos" pageSize="20" />
<listbox id="expresosList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false">
<listhead sizable="true">
<listheader width="80px" label="${c:l('expressosPorCotizarController.lhNumSolicitud.label')}"/>
<listheader width="110px" label="${c:l('expressosPorCotizarController.lhFechaSolicitud.label')}"/>
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhRuta.label')}"/>
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhIdaRegreso.label')}"/>
<listheader width="80px" label="${c:l('expressosPorCotizarController.lhFechaIda.label')}"/>
<listheader width="100px" label="${c:l('expressosPorCotizarController.lhFechaRegreso.label')}"/>
<listheader width="110px" label="${c:l('expressosPorCotizarController.lhSitioRecogidaIda.label')}"/>
<listheader width="140px" label="${c:l('expressosPorCotizarController.lhSitioRecogidaRegreso.label')}"/>
<listheader width="120px" label="${c:l('expressosPorCotizarController.lhEstadiaConductor.label')}"/>
<listheader width="140px"/>
</listhead>
</listbox>
</window>
</zk>