File tree 4 files changed +16
-5
lines changed
src/protected/application/lib/modules/Diligence
4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 279
279
.d-none {
280
280
display : none;
281
281
}
282
+ .label-diligence-status {
283
+ color : # 085E55 ;
284
+ font-weight : 700 ;
285
+ font-size : 14px ;
286
+ }
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ $(document).ready(function () {
41
41
//Retornando o valor da situação
42
42
getSituacion ( ) ;
43
43
$ ( "#situacion-refo-multi" ) . on ( "change" , function ( e ) {
44
-
45
44
sendSituacion ( e . target . value ) ;
45
+ $ ( "#label-status-actual" ) . html ( $ ( this ) . find ( "option:selected" ) . text ( ) ) ;
46
46
$ ( ".multi-itens-select" ) . show ( ) ;
47
47
$ ( "#p-btn-tado" ) . show ( ) ;
48
48
Original file line number Diff line number Diff line change 35
35
<?php if ($ diligenceAndAnswers ):
36
36
if ($ diligenceAndAnswers [0 ]->status == EntityDiligence::STATUS_SEND ): ?>
37
37
<div>
38
-
39
- <h5>
40
- <?php i::_e ("Diligências enviadas " ); ?>
41
- </h5>
38
+ <div style="display: flex;justify-content: space-between;">
39
+ <h5>
40
+ <?php i::_e ("Diligências enviadas " ); ?>
41
+ </h5>
42
+ <h5 style="font-size: 14px;">
43
+ Status Atual:
44
+ <label class="label-diligence-status" id="label-status-actual"></label>
45
+ </h5>
46
+ </div>
42
47
<div style="margin-top: 25px;">
43
48
<div style="font-size: 14px; padding: 10px; margin-bottom: 10px;">
44
49
<label>
Original file line number Diff line number Diff line change 6
6
<label style="font-weight: 500">Selecione o status da prestação de contas</label>
7
7
<select name="" id="situacion-refo-multi" class="form-control-multi">
8
8
<option value="all" disabled selected>-- Selecione --</option>
9
+ <option value="under_analysis">Em Análise</option>
9
10
<option value="approved">Aprovada</option>
10
11
<option value="partially">Parcialmente aprovada</option>
11
12
<option value="disapproved">Reprovada</option>
You can’t perform that action at this time.
0 commit comments