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')}" />
|
||||
<tab id="C"
|
||||
label="${c:l('integracaoTotvsController.tabCorridas.value')}" />
|
||||
<tab id="D" label="${c:l('integracaoTotvsController.tabCadastrosGerais.value')}" />
|
||||
</tabs>
|
||||
<tabpanels >
|
||||
<tabpanel height="300px">
|
||||
|
@ -65,7 +64,7 @@
|
|||
<datebox
|
||||
id="fecInicioIntervalo" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.dataDe}"/>
|
||||
value="@{winIntegracaoTotvs$composer.dataDe}"/>
|
||||
</h:td>
|
||||
<h:td>
|
||||
<label
|
||||
|
@ -75,7 +74,7 @@
|
|||
<datebox
|
||||
id="fecFinIntervalo" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.dataAte}" />
|
||||
value="@{winIntegracaoTotvs$composer.dataAte}" />
|
||||
</h:td>
|
||||
</h:tr>
|
||||
</h:table>
|
||||
|
@ -109,10 +108,9 @@
|
|||
<h:table border="0">
|
||||
<h:tr>
|
||||
<h:td>
|
||||
<textbox
|
||||
id="txtNumServico" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.numServico}"/>
|
||||
<intbox
|
||||
id="txtNumServico" width="120px" maxlength="7"
|
||||
/>
|
||||
</h:td>
|
||||
</h:tr>
|
||||
</h:table>
|
||||
|
@ -121,7 +119,7 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<toolbar>
|
||||
<button id="btnSolicitarIntegracaoCorrida" image="/gui/img/save.png"
|
||||
<button id="btnSolicitarIntegracaoServico" image="/gui/img/save.png"
|
||||
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
||||
</toolbar>
|
||||
</tabpanel>
|
||||
|
@ -153,7 +151,7 @@
|
|||
<datebox
|
||||
id="fecInicioCorrida" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.dataInicioCorrida}"/>
|
||||
value="@{winIntegracaoTotvs$composer.dataInicioCorrida}"/>
|
||||
</h:td>
|
||||
<h:td>
|
||||
<label
|
||||
|
@ -163,7 +161,7 @@
|
|||
<datebox
|
||||
id="fecFinCorrida" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.dataFimCorrida}" />
|
||||
value="@{winIntegracaoTotvs$composer.dataFimCorrida}" />
|
||||
</h:td>
|
||||
</h:tr>
|
||||
</h:table>
|
||||
|
@ -176,10 +174,9 @@
|
|||
<h:table border="0">
|
||||
<h:tr>
|
||||
<h:td>
|
||||
<textbox
|
||||
id="txtNumCorrida" width="120px"
|
||||
mold="rounded"
|
||||
value="@{winEditarCorrida$composer.numCorrida}"/>
|
||||
<intbox
|
||||
id="txtNumCorrida" width="120px" maxlength="7"
|
||||
/>
|
||||
</h:td>
|
||||
</h:tr>
|
||||
</h:table>
|
||||
|
@ -188,20 +185,10 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<toolbar>
|
||||
<button id="btnSolicitarServico" image="/gui/img/save.png"
|
||||
<button id="btnSolicitarIntegracaoCorrida" image="/gui/img/save.png"
|
||||
label="${c:l('integracaoTotvsController.btnSolicitarIntegracao.label')}" />
|
||||
</toolbar>
|
||||
</tabpanel>
|
||||
<tabpanel height="300px">
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="30%" />
|
||||
<column width="70%" />
|
||||
</columns>
|
||||
<rows>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
<!--<toolbar>
|
||||
|
|
Loading…
Reference in New Issue