fixes bug #9588 - edicao aidf
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72523 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
035a1a7028
commit
b0554772bc
|
@ -33,8 +33,8 @@
|
||||||
value="${c:l('busquedaAidfController.aidfEspecie.label')}" />
|
value="${c:l('busquedaAidfController.aidfEspecie.label')}" />
|
||||||
<combobox id="cmbAidfEspecie"
|
<combobox id="cmbAidfEspecie"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true" width="70%"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarAidf$composer.lsAidfEspecie}"
|
width="70%" model="@{winEditarAidf$composer.lsAidfEspecie}"
|
||||||
selectedItem="@{winEditarAidf$composer.aidf.aidfEspecie}" />
|
selectedItem="@{winEditarAidf$composer.aidf.aidfEspecie}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -42,8 +42,8 @@
|
||||||
value="${c:l('busquedaAidfController.aidfTipo.label')}" />
|
value="${c:l('busquedaAidfController.aidfTipo.label')}" />
|
||||||
<combobox id="cmbAidfTipo"
|
<combobox id="cmbAidfTipo"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true" width="70%"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarAidf$composer.lsAidfTipo}"
|
width="70%" model="@{winEditarAidf$composer.lsAidfTipo}"
|
||||||
selectedItem="@{winEditarAidf$composer.aidf.aidfTipo}" />
|
selectedItem="@{winEditarAidf$composer.aidf.aidfTipo}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
value="${c:l('busquedaAidfController.estado.label')}" />
|
value="${c:l('busquedaAidfController.estado.label')}" />
|
||||||
<combobox id="cmbEstado"
|
<combobox id="cmbEstado"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true" width="70%"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarAidf$composer.lsEstado}"
|
width="70%" model="@{winEditarAidf$composer.lsEstado}"
|
||||||
selectedItem="@{winEditarAidf$composer.aidf.estado}" />
|
selectedItem="@{winEditarAidf$composer.aidf.estado}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -61,53 +61,52 @@
|
||||||
value="${c:l('busquedaAidfController.docfiscal.label')}" />
|
value="${c:l('busquedaAidfController.docfiscal.label')}" />
|
||||||
<textbox id="txtDocFiscal" width="100px"
|
<textbox id="txtDocFiscal" width="100px"
|
||||||
maxlength="60" value="@{winEditarAidf$composer.aidf.docfiscal}"
|
maxlength="60" value="@{winEditarAidf$composer.aidf.docfiscal}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
||||||
constraint="no empty"/>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<label
|
|
||||||
value="${c:l('busquedaAidfController.acfiscal.label')}" />
|
|
||||||
<textbox id="txtAcFiscal" width="100px"
|
|
||||||
maxlength="20" value="@{winEditarAidf$composer.aidf.acfiscal}"
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<label
|
|
||||||
value="${c:l('busquedaAidfController.serie.label')}" />
|
|
||||||
<textbox id="txtSerie" width="80px"
|
|
||||||
maxlength="8" value="@{winEditarAidf$composer.aidf.serie}"
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" />
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('busquedaAidfController.acfiscal.label')}" />
|
||||||
|
<textbox id="txtAcFiscal" width="100px"
|
||||||
|
maxlength="60" value="@{winEditarAidf$composer.aidf.acfiscal}"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('busquedaAidfController.serie.label')}" />
|
||||||
|
<textbox id="txtSerie" width="80px" maxlength="8"
|
||||||
|
value="@{winEditarAidf$composer.aidf.serie}"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.subserie.label')}" />
|
value="${c:l('busquedaAidfController.subserie.label')}" />
|
||||||
<textbox id="txtSubserie" width="100px" maxlength="5"
|
<textbox id="txtSubserie" width="100px"
|
||||||
value="@{winEditarAidf$composer.aidf.subserie}"/>
|
maxlength="5" value="@{winEditarAidf$composer.aidf.subserie}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.forminicial.label')}" />
|
value="${c:l('busquedaAidfController.forminicial.label')}" />
|
||||||
<textbox id="txtForminicial" width="100px"
|
<textbox id="txtForminicial" width="100px"
|
||||||
maxlength="20" value="@{winEditarAidf$composer.aidf.forminicial}"
|
maxlength="20" value="@{winEditarAidf$composer.aidf.forminicial}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty"/>
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.formfinal.label')}" />
|
value="${c:l('busquedaAidfController.formfinal.label')}" />
|
||||||
<textbox id="txtFormfinal" width="100px"
|
<textbox id="txtFormfinal" width="100px"
|
||||||
maxlength="20" value="@{winEditarAidf$composer.aidf.formfinal}"
|
maxlength="20" value="@{winEditarAidf$composer.aidf.formfinal}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty"/>
|
constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.empresa.label')}" />
|
value="${c:l('busquedaAidfController.empresa.label')}" />
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true" width="70%"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarAidf$composer.lsEmpresas}"
|
width="70%" model="@{winEditarAidf$composer.lsEmpresas}"
|
||||||
selectedItem="@{winEditarAidf$composer.aidf.empresa}" />
|
selectedItem="@{winEditarAidf$composer.aidf.empresa}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -124,17 +123,17 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.fecadquisicion.label')}" />
|
value="${c:l('busquedaAidfController.fecadquisicion.label')}" />
|
||||||
<datebox id="fecadquisicion" width="90%"
|
<datebox id="fecadquisicion" width="90%"
|
||||||
format="dd/MM/yyyy" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarAidf$composer.aidf.fecadquisicion}" />
|
value="@{winEditarAidf$composer.aidf.fecadquisicion}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.fecvencimiento.label')}" />
|
value="${c:l('busquedaAidfController.fecvencimiento.label')}" />
|
||||||
<datebox id="fecvencimiento" width="90%"
|
<datebox id="fecvencimiento" width="90%"
|
||||||
format="dd/MM/yyyy" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarAidf$composer.aidf.fecvencimiento}" />
|
value="@{winEditarAidf$composer.aidf.fecvencimiento}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.cnpj.label')}" />
|
value="${c:l('busquedaAidfController.cnpj.label')}" />
|
||||||
|
@ -143,14 +142,16 @@
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaAidfController.lbTipoValidaAIDF.value')}" />
|
<label
|
||||||
|
value="${c:l('busquedaAidfController.lbTipoValidaAIDF.value')}" />
|
||||||
<combobox id="cmbTipoValidaVenta"
|
<combobox id="cmbTipoValidaVenta"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true" width="70%"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
|
width="70%"
|
||||||
selectedItem="@{winEditarAidf$composer.aidf.tipoValidaVenta}">
|
selectedItem="@{winEditarAidf$composer.aidf.tipoValidaVenta}">
|
||||||
<comboitem value=" " label=" " />
|
<comboitem value=" " label=" " />
|
||||||
<comboitem value="A" label="AGENCIA" />
|
<comboitem value="A" label="AGENCIA" />
|
||||||
<comboitem value="M" label="MOTORISTA" />
|
<comboitem value="M" label="MOTORISTA" />
|
||||||
</combobox>
|
</combobox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
Loading…
Reference in New Issue