Commit ca04823dda6736f59ef617670ed8ce0ea82386c9
1 parent
84dcf76d
Exists in
master
.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-adm-materiais-web/src/main/webapp/html/material/materialEnderecoEstoque.html
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 | <label-input-number ng-id="materialLocalEstoque.capacidade" ng-model="materialLocalEstoque.capacidade" ng-custom-maxlength="4" ng-type="text" ng-label="LABEL.CAPACIDADE" ng-obrigatorio="showInteiro" form="formDialogMaterialEnderecoEstoque"/> |
135 | 135 | </div> |
136 | 136 | <div class="col-md-5" ng-if="showDecimal"> |
137 | - <label-input-decimal ng-precisao="decimal" ng-custom-maxlength="9" ng-evento-blur="aplicarValidacaoDecimal" ng-id="materialLocalEstoque.capacidade" ng-model="materialLocalEstoque.capacidade" ng-label="LABEL.CAPACIDADE" ng-obrigatorio="showDecimal" form="formDialogMaterialEnderecoEstoque"/> | |
137 | + <label-input-decimal ng-precisao="decimal" ng-custom-maxlength="7" ng-evento-blur="aplicarValidacaoDecimal" ng-id="materialLocalEstoque.capacidade" ng-model="materialLocalEstoque.capacidade" ng-label="LABEL.CAPACIDADE" ng-obrigatorio="showDecimal" form="formDialogMaterialEnderecoEstoque"/> | |
138 | 138 | </div> |
139 | 139 | </div> |
140 | 140 | <div class="row"> | ... | ... |