fixes bug#17193

dev: Lucas Silvério
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@98984 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2019-11-22 15:18:34 +00:00
parent d98515bd22
commit d00023cacf
1 changed files with 42 additions and 3 deletions

View File

@ -126,14 +126,53 @@
constraint="no empty" /> constraint="no empty" />
</row> </row>
<row> <row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" /> <label value="${c:l('busquedaFechamentoParamgeralController.countRemessa.label')}" />
<textbox id="txtCountRemessa"
width="98%"
maxlength="6"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.countRemessa}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao.label')}" />
<textbox id="txtBoletoBancoInstrucao" <textbox id="txtBoletoBancoInstrucao"
multiline="true" multiline="true"
width="98%" width="98%"
rows="7" rows="7"
maxlength="240" maxlength="89"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}" value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao2.label')}" />
<textbox id="txtBoletoBancoInstrucao2"
multiline="true"
width="98%"
rows="7"
maxlength="89"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao2}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucao3.label')}" />
<textbox id="txtBoletoBancoInstrucao3"
multiline="true"
width="98%"
rows="7"
maxlength="89"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao3}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
</row>
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbInstrucaoSacado.label')}" />
<textbox id="txtBoletoBancoInstrucaoSacado"
multiline="true"
width="98%"
rows="7"
maxlength="89"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucaoSacado}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxSimple" />
</row> </row>
</rows> </rows>
</grid> </grid>