Commit bcc09b6b0ec146895d048a7356c2ac1cac578282
1 parent
5edef104
Exists in
master
[Redmine Atendimento #4431]Padronização list botões - contratos
Showing
4 changed files
with
7 additions
and
7 deletions
Show diff stats
cit-contratos-web/src/main/webapp/html/contrato/contratoPg5.html
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | </button> |
35 | 35 | </div> |
36 | 36 | <div class="col-sm-1" tooltip="{{ listaSizeEnvolvido == 0 && edit ? $translate.instant('PORTAL.MSG.EDITAR_SELECIONE_ITEM') : listaSizeEnvolvido > 1 ? $translate.instant('PORTAL.MSG.EDITAR_DISABLED_SELECIONADOS') : !edit ? $translate.instant('PORTAL.MSG.EDITAR_NAO_PERMITIDO_ACAO_VISUALIZAR') : '' }}"> |
37 | - <button title="{{$translate.instant('LABEL.EDITAR')}}" alt="{{$translate.instant('LABEL.EDITAR')}}" ng-disabled="listaSizeEnvolvido != 1 " class="btn btn-clear" type="button" | |
37 | + <button title="{{$translate.instant('LABEL.EDITAR')}}" alt="{{$translate.instant('LABEL.EDITAR')}}" ng-disabled="listaSizeEnvolvido != 1 || !edit " class="btn btn-clear" type="button" | |
38 | 38 | ng-click="visualizarEditarContratoEnvolvido(true);" > |
39 | 39 | <i class="fa fa-pencil blue"></i> |
40 | 40 | <translate>LABEL.EDITAR</translate> | ... | ... |
cit-contratos-web/src/main/webapp/html/estudoTecnico/estudoTecnicoEdit.html
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 | |
56 | 56 | <div> |
57 | 57 | <ul class="wizard-steps"> |
58 | - <li ng-class="{'active': isCurrentStep(0), 'complete' : !estudoTecnicoForm.planejamentoContratacaoForm.$invalid, 'invalid' : (estudoTecnicoForm.planejamentoContratacaoForm.$submitted && estudoTecnicoForm.planejamentoContratacaoForm.$invalid)}" | |
58 | + <li ng-class="{'active': isCurrentStep(0), 'complete' : ((isCurrentStep(0) || isCurrentStep(1) || isCurrentStep(2) || isCurrentStep(3) || isCurrentStep(4) || isCurrentStep(5) || isCurrentStep(6)) && !estudoTecnicoForm.planejamentoContratacaoForm.$invalid), 'invalid' : (estudoTecnicoForm.planejamentoContratacaoForm.$submitted && estudoTecnicoForm.planejamentoContratacaoForm.$invalid)}" | |
59 | 59 | ng-click="setCurrentStep(0)" title="{{$translate.instant('LABEL.PLANEJAMENTO_CONTRATACAO')}}" alt="{{$translate.instant('LABEL.PLANEJAMENTO_CONTRATACAO')}}"> |
60 | 60 | <span class="step">1</span> |
61 | 61 | <a href="#void" class="title" style="text-decoration: none;"><translate>LABEL.PLANEJAMENTO_CONTRATACAO</translate></a> | ... | ... |
cit-contratos-web/src/main/webapp/html/estudoTecnico/estudoTecnicoPg1.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <div class='row'> |
9 | 9 | <div class="col-sm-3"> |
10 | 10 | <label-input ng-type="text" ng-id="estudoTecnico.registroSequencial.sequencialAno" ng-label="CONTRATOS.LABEL.NUM_ESTUDO_TECNICO" ng-obrigatorio="false" ng-disabled="true" form="planejamentoContratacaoForm" |
11 | - ng-model="estudoTecnico.registroSequencial.sequencialAno" ng-custom-maxlength="6" ng-mask="99999/9999"/> | |
11 | + ng-model="estudoTecnico.registroSequencial.sequencialAno" ng-mask="99999/9999"/> | |
12 | 12 | </div> |
13 | 13 | |
14 | 14 | <div class="col-sm-3"> | ... | ... |
cit-contratos-web/src/main/webapp/html/termoReferencia/termoReferenciaPg3.html
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <div class="row"> |
38 | 38 | <div class="col-sm-12"> |
39 | 39 | <label-text-area ng-id="termoReferencia.deveresContratante" |
40 | - rows="20" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_CONTRATANTE" | |
40 | + rows="10" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_CONTRATANTE" | |
41 | 41 | ng-disabled="!edit" ng-obrigatorio="true" |
42 | 42 | ng-model="termoReferencia.deveresContratante" |
43 | 43 | ng-custom-maxlength="5000"/> |
... | ... | @@ -62,7 +62,7 @@ |
62 | 62 | <div class="row"> |
63 | 63 | <div class="col-sm-12"> |
64 | 64 | <label-text-area ng-id="termoReferencia.deveresContratada" |
65 | - rows="20" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_CONTRATADA" | |
65 | + rows="10" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_CONTRATADA" | |
66 | 66 | ng-disabled="!edit" ng-obrigatorio="true" |
67 | 67 | ng-model="termoReferencia.deveresContratada" |
68 | 68 | ng-custom-maxlength="5000"/> |
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 | <div class="row"> |
88 | 88 | <div class="col-sm-12"> |
89 | 89 | <label-text-area ng-id="termoReferencia.deveresOrgaoRegistroPreco" |
90 | - rows="20" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_ORGAO" | |
90 | + rows="10" form="especificacoesTecnicasForm" ng-label="LABEL.DEVERES_RESPONSABILIDADES_ORGAO" | |
91 | 91 | ng-disabled="!edit" ng-obrigatorio="false" |
92 | 92 | ng-model="termoReferencia.deveresOrgaoRegistroPreco" |
93 | 93 | ng-custom-maxlength="5000"/> |
... | ... | @@ -112,7 +112,7 @@ |
112 | 112 | <div class="row"> |
113 | 113 | <div class="col-sm-12"> |
114 | 114 | <label-text-area ng-id="termoReferencia.mecanismoComunicacao" |
115 | - rows="20" form="especificacoesTecnicasForm" ng-label="LABEL.MECANISMOS_FORMAIS_COMUNICACAO" | |
115 | + rows="10" form="especificacoesTecnicasForm" ng-label="LABEL.MECANISMOS_FORMAIS_COMUNICACAO" | |
116 | 116 | ng-disabled="!edit" ng-obrigatorio="false" |
117 | 117 | ng-model="termoReferencia.mecanismoComunicacao" |
118 | 118 | ng-custom-maxlength="1000"/> | ... | ... |