Commit 01575c7cde21d887544e124f9481053e6a1a81a0
1 parent
c30e0bcc
Exists in
master
redmine #4219 Adicionado o campo 'Unidade de medida entrada' na aba 'Almoxarifado'.
Showing
1 changed file
with
15 additions
and
5 deletions
Show diff stats
cit-portal-web/src/main/webapp/html/configuracao/configuracao.html
... | ... | @@ -378,15 +378,25 @@ |
378 | 378 | form="configuracaoAlmoxarifadoForm" ng-list="dominiosTipoAvaliacaoMonetariaEstoque" ng-custom-options="dominioTipoAvaliacao.codigo as dominioTipoAvaliacao.descricao for dominioTipoAvaliacao"></label-select> |
379 | 379 | </div> |
380 | 380 | <!-- .col --> |
381 | + <div class="col-sm-3"> | |
382 | + <label-input-number ng-id="parametro.MARGEM_ERRO_PRECO_MEDIO" ng-label="PORTAL.LABEL.VERIFICAR_PRECO_MEDIO_ENTRADA" form="configuracaoAlmoxarifadoForm" ng-disabled="false" ng-obrigatorio="true" | |
383 | + ng-model="parametro.MARGEM_ERRO_PRECO_MEDIO" ng-custom-maxlength="3" ng-min-number="0" ng-max-number="100" /> | |
384 | + </div> | |
385 | + <!-- .col --> | |
381 | 386 | </div> |
382 | 387 | <!-- .row --> |
383 | - | |
388 | + | |
389 | + <hr> | |
390 | + <div ng-repeat="template in templates"> | |
391 | + <div class="slide-frame" ng-include="template.url" ng-show="template.show"></div> | |
392 | + </div> | |
393 | + </hr> | |
394 | + | |
384 | 395 | <div class="row"> |
385 | - <div class="col-sm-2"> | |
386 | - <label-input-number ng-id="parametro.MARGEM_ERRO_PRECO_MEDIO" ng-label="PORTAL.LABEL.MARGEM_PRECO_MEDIO" form="configuracaoAlmoxarifadoForm" ng-disabled="false" ng-obrigatorio="true" | |
387 | - ng-model="parametro.MARGEM_ERRO_PRECO_MEDIO" ng-custom-maxlength="3" ng-min-number="0" ng-max-number="100" /> | |
396 | + <div class="col-sm-3"> | |
397 | + <label-select ng-id="parametro.TIPO_CONFIGURACAO_UNIDADE_MEDIDA_ENTRADA" ng-model="parametro.TIPO_CONFIGURACAO_UNIDADE_MEDIDA_ENTRADA" ng-label="PORTAL.LABEL.UNIDADE_MEDIA_ENTRADA" | |
398 | + form="configuracaoAlmoxarifadoForm" ng-list="tipoConfiguracaoUnidadeMediaList" ng-custom-options="tipoConfiguracaoUnidadeMedia.codigo as tipoConfiguracaoUnidadeMedia.descricao for tipoConfiguracaoUnidadeMedia"></label-select> | |
388 | 399 | </div> |
389 | - <!-- .col --> | |
390 | 400 | </div> |
391 | 401 | <!-- .row --> |
392 | 402 | ... | ... |