Normativa y reglamentacion(Fichas Técnicas)

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C298
This commit is contained in:
jmoya 2018-07-19 14:15:29 +00:00
parent 457f07c577
commit 13403455ff
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jQuery(document).ready(function () {
this.CargarSitios = function () {
var uri = SinortWCF + '/api/ObtenerSitios';
var uri = SinortWCF + '/api/ObtenerSitios';
model =
AjaxPostData(uri, Item, true, true, CargarTablaSitios, null, null);
}

View file

@ -18,7 +18,7 @@
<th class="col-sm-1">ID</th>
<th class="col-sm-4">Título</th>
<th class="col-sm-4">Identificación </th>
<th class="col-sm-4">Número de publicación de la versión vigente</th>
<th class="col-sm-4">Versión vigente</th>
<th>Acción</th>
</tr>
</thead>