bug#10822
dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81222 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
955379fd21
commit
687ffd3c11
|
@ -27,7 +27,6 @@
|
||||||
label="${c:l('integracaoTotvsController.tabServicos.value')}" />
|
label="${c:l('integracaoTotvsController.tabServicos.value')}" />
|
||||||
<tab id="C"
|
<tab id="C"
|
||||||
label="${c:l('integracaoTotvsController.tabCorridas.value')}" />
|
label="${c:l('integracaoTotvsController.tabCorridas.value')}" />
|
||||||
<tab id="D" label="${c:l('integracaoTotvsController.tabCadastrosGerais.value')}" />
|
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels >
|
<tabpanels >
|
||||||
<tabpanel height="300px">
|
<tabpanel height="300px">
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
<datebox
|
<datebox
|
||||||
id="fecInicioIntervalo" width="120px"
|
id="fecInicioIntervalo" width="120px"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.dataDe}"/>
|
value="@{winIntegracaoTotvs$composer.dataDe}"/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label
|
<label
|
||||||
|
@ -75,7 +74,7 @@
|
||||||
<datebox
|
<datebox
|
||||||
id="fecFinIntervalo" width="120px"
|
id="fecFinIntervalo" width="120px"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.dataAte}" />
|
value="@{winIntegracaoTotvs$composer.dataAte}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -109,10 +108,9 @@
|
||||||
<h:table border="0">
|
<h:table border="0">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
<h:td>
|
<h:td>
|
||||||
<textbox
|
<intbox
|
||||||
id="txtNumServico" width="120px"
|
id="txtNumServico" width="120px" maxlength="7"
|
||||||
mold="rounded"
|
/>
|
||||||
value="@{winEditarCorrida$composer.numServico}"/>
|
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -121,7 +119,7 @@
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnSolicitarIntegracaoCorrida" image="/gui/img/save.png"
|
<button id="btnSolicitarIntegracaoServico" image="/gui/img/save.png"
|
||||||
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
||||||
</toolbar>
|
</toolbar>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
@ -153,7 +151,7 @@
|
||||||
<datebox
|
<datebox
|
||||||
id="fecInicioCorrida" width="120px"
|
id="fecInicioCorrida" width="120px"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.dataInicioCorrida}"/>
|
value="@{winIntegracaoTotvs$composer.dataInicioCorrida}"/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label
|
<label
|
||||||
|
@ -163,7 +161,7 @@
|
||||||
<datebox
|
<datebox
|
||||||
id="fecFinCorrida" width="120px"
|
id="fecFinCorrida" width="120px"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.dataFimCorrida}" />
|
value="@{winIntegracaoTotvs$composer.dataFimCorrida}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -176,10 +174,9 @@
|
||||||
<h:table border="0">
|
<h:table border="0">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
<h:td>
|
<h:td>
|
||||||
<textbox
|
<intbox
|
||||||
id="txtNumCorrida" width="120px"
|
id="txtNumCorrida" width="120px" maxlength="7"
|
||||||
mold="rounded"
|
/>
|
||||||
value="@{winEditarCorrida$composer.numCorrida}"/>
|
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -188,20 +185,10 @@
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnSolicitarServico" image="/gui/img/save.png"
|
<button id="btnSolicitarIntegracaoCorrida" image="/gui/img/save.png"
|
||||||
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
||||||
</toolbar>
|
</toolbar>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
<tabpanel height="300px">
|
|
||||||
<grid fixedLayout="true">
|
|
||||||
<columns>
|
|
||||||
<column width="30%" />
|
|
||||||
<column width="70%" />
|
|
||||||
</columns>
|
|
||||||
<rows>
|
|
||||||
</rows>
|
|
||||||
</grid>
|
|
||||||
</tabpanel>
|
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
<!--<toolbar>
|
<!--<toolbar>
|
||||||
|
|
Loading…
Reference in New Issue