modifiche al javascript movimenti
This commit is contained in:
parent
67775716b8
commit
0121ed8381
2
public/js/app/movimenti.js
vendored
2
public/js/app/movimenti.js
vendored
@ -11,7 +11,7 @@ $(document).ready(function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".draggable").draggable();
|
|
||||||
|
|
||||||
var d = new Date();
|
var d = new Date();
|
||||||
|
|
||||||
|
@ -42,9 +42,9 @@
|
|||||||
<td>{{ $movimento->mov_descrizione; }}</td>
|
<td>{{ $movimento->mov_descrizione; }}</td>
|
||||||
<td>€ {{ $movimento->mov_importo; }}</td>
|
<td>€ {{ $movimento->mov_importo; }}</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-warning btn-detail open_modal_modifica" value="{{ $movimento->id; }}"><i class="fa fa-pencil-square-o fw"></i></button>
|
<button class="btn btn-warning btn-detail open_modal_modifica" value="{{ $movimento->id; }}">Edit</button>
|
||||||
<a class="btn btn-danger" href="/admin/movimenti/delete?id={{ $movimento->id; }}"><i class="fa fa-trash-o fa-fw"></i></a>
|
<a class="btn btn-danger" href="/admin/movimenti/delete?id={{ $movimento->id; }}">Canc.</a>
|
||||||
<a class="btn btn-warning" href="/admin/movimenti/docs?entity=1&entity_id={{ $movimento->id; }}"><i class="fa fa-files-o fa-fw"></i></a>
|
<a class="btn btn-warning" href="/admin/movimenti/docs?entity=1&entity_id={{ $movimento->id; }}">Doc.</a>
|
||||||
<!-- Definisce quanti documenti sono presenti per il record -->
|
<!-- Definisce quanti documenti sono presenti per il record -->
|
||||||
( {{ $movimento->quanti ?? ''; }} )
|
( {{ $movimento->quanti ?? ''; }} )
|
||||||
</td>
|
</td>
|
||||||
@ -134,8 +134,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
@section('js')
|
|
||||||
|
|
||||||
|
@section('js')
|
||||||
<script src="/js/app/movimenti.js"></script>
|
<script src="/js/app/movimenti.js"></script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user