Exportação Fiscal : ECF e RMD (issue 8120)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@64314 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e5ceb6ec94
commit
e6d44ae6b8
|
@ -134,7 +134,9 @@
|
|||
</cell>
|
||||
<cell>
|
||||
<label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" />
|
||||
<intbox id="txtCodEstabelecimento" width="80px" maxlength="4" value="@{winEditarEmpresaImposto$composer.empresaImposto.codEstabelecimento}" />
|
||||
<textbox id="txtCodEstabelecimento" width="80px" maxlength="4"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.codEstabelecimento}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</cell>
|
||||
<cell>
|
||||
<label value="${c:l('editarEmpresaImpostoController.codigoContabilMunicipal.value')}" />
|
||||
|
|
|
@ -60,7 +60,9 @@
|
|||
<row>
|
||||
<label
|
||||
value="${c:l('editarEstadoController.lbCodEstabelecimento.value')}" />
|
||||
<intbox id="txtCodEstabelecimento" width="90%" maxlength="4" value="@{winEditarEstado$composer.estado.codEstabelecimento}" />
|
||||
<textbox id="txtCodEstabelecimento" width="90%" maxlength="4"
|
||||
value="@{winEditarEstado$composer.estado.codEstabelecimento}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
|
@ -76,7 +76,9 @@
|
|||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaFiscalImpressoraController.numIdenticacao.label')}"/>
|
||||
<intbox id="txtNumIdenticacao" width="180px" maxlength="3" value="@{winEditarFiscalImpressora$composer.fiscalImpressora.numeroIdentificacao}" />
|
||||
<textbox id="txtNumIdenticacao" width="180px" maxlength="3"
|
||||
value="@{winEditarFiscalImpressora$composer.fiscalImpressora.numeroIdentificacao}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
|
|
Loading…
Reference in New Issue