ajout suppression des photos, bouton valider rapport

This commit is contained in:
2019-04-22 18:11:53 +02:00
parent e3c62af198
commit 18fb3c5ceb
9 changed files with 118 additions and 55 deletions

View File

@@ -9,14 +9,14 @@
<table id="users_list" class="table table-striped table-bordered">
<thead>
<tr>
<th>Dossier</th>
<th>Date interv.</th>
<th>Date rapport</th>
<th>Rapport</th>
<th>Intervenu</th>
<th>Validé</th>
<th>Généré</th>
<th>Chantier</th>
<th>Client</th>
<th>No sinistre</th>
<th>Auteur</th>
<th>Rapport</th>
</tr>
</thead>
</table>
@@ -40,10 +40,11 @@
{ "targets": 0,
"render": function (data, type, row, meta) {
// ajouter un link vers le formulaire
return '<a href="/rdf_view/' + row[7] + '">' + data + '</a>';
return '<a href="/rdf_view/' + data + '">' + data + '</a>';
},
},
]
],
order: [[ 0, "desc" ]],
});
});