Validacion Promotor de Proyecto
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C216
This commit is contained in:
parent
6de3a6a750
commit
8cefc34fa4
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
<input type="hidden" id="hiddenHref" value="@string.Concat(Url.Action("View", "Controller", null), ViewBag.QueryEncripted)?propuesta=[$ID]&tipo=[$TIPO]">
|
||||
<input type="hidden" id="hiddenHref" value="@string.Concat(Url.Action("View", "Controller", null), ViewBag.QueryEncripted)?propuesta=[$ID]&tipo=[$TIPO]&promotor=[$Promotor]&estado=[$Estado]">
|
||||
|
||||
<form id="formSitios" class="form-horizontal" role="form">
|
||||
|
||||
|
|
@ -20,6 +20,8 @@
|
|||
<th class="col-sm-4">Nombre</th>
|
||||
<th></th>
|
||||
<th class="col-sm-4">Tipo</th>
|
||||
<th class="col-sm-4">Promotor</th>
|
||||
<th class="col-sm-4">Estado</th>
|
||||
<th>Acción</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue