Validacion Promotor de Proyecto

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C216
This commit is contained in:
dmendez 2018-07-12 20:04:18 +00:00
parent 6de3a6a750
commit 8cefc34fa4

View file

@ -4,7 +4,7 @@
Layout = "~/Views/Shared/_Layout.cshtml"; 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"> <form id="formSitios" class="form-horizontal" role="form">
@ -20,6 +20,8 @@
<th class="col-sm-4">Nombre</th> <th class="col-sm-4">Nombre</th>
<th></th> <th></th>
<th class="col-sm-4">Tipo</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> <th>Acción</th>
</tr> </tr>
</thead> </thead>