fixes bug#0015158

dev: wallace
qua: XXX

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@97829 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucassilverio 2019-09-25 18:40:30 +00:00
parent b85c77c26a
commit 52562fd3e7
1 changed files with 8 additions and 3 deletions

View File

@ -68,7 +68,7 @@
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoAgencia.label')}" />
<textbox id="txtBoletoBancoAgencia"
width="98%"
maxlength="50"
maxlength="20"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoAgencia}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty" />
@ -86,7 +86,7 @@
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoConta.label')}" />
<textbox id="txtBoletoBancoConta"
width="98%"
maxlength="6"
maxlength="20"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty /^[0-9]+$/" />
@ -113,6 +113,7 @@
<label value="${c:l('busquedaFechamentoParamgeralController.boletoBancoCarteiraVariavel.label')}" />
<textbox id="txtBoletoBancoCarteiraVariavel"
width="98%"
maxlength="3"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteiraVariavel}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
@ -120,6 +121,7 @@
<label value="${c:l('busquedaFechamentoParamgeralController.boletoDiasVenc.label')}" />
<textbox id="txtBoletoDiasVenc"
width="98%"
maxlength="6"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoDiasVenc}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
constraint="no empty" />
@ -127,7 +129,10 @@
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
<textbox id="txtBoletoBancoInstrucao"
multiline="true" width="98%" rows="7" maxlength="240"
multiline="true"
width="98%"
rows="7"
maxlength="240"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>