Cambios para el guardado de la opcion OTros. KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C531
This commit is contained in:
parent
a33001d8f5
commit
e03be1597b
10 changed files with 830 additions and 705 deletions
|
|
@ -137,12 +137,13 @@ namespace AyABL.Tran
|
|||
try
|
||||
{
|
||||
this.NombreTabla = Modulos.t_dis_.ToString() + Tablas.observacionescritec.ToString();
|
||||
this.CamposTabla = t_dis_observacionescritec.DESCRIPCION.ToString() + Tablas.observacionescritec.ToString() + ", " + t_dis_observacionescritec.FKTIPOINSPECCION.ToString() + ", " + t_dis_observacionescritec.FKINSPECCIONAPAS.ToString() + ", " + Auditoria.ASTATE.ToString() + Tablas.observacionescritec.ToString() + " ";
|
||||
this.ValoresCampos = new object[4]
|
||||
this.CamposTabla = t_dis_observacionescritec.DESCRIPCION.ToString() + Tablas.observacionescritec.ToString() + ", " + t_dis_observacionescritec.FKTIPOINSPECCION.ToString() + ", " + t_dis_observacionescritec.FKINSPECCIONAPAS.ToString() + ", " + t_dis_observacionescritec.DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD + ", " + Auditoria.ASTATE.ToString() + Tablas.observacionescritec.ToString() + " ";
|
||||
this.ValoresCampos = new object[5]
|
||||
{
|
||||
(object) this.objinspeccionapEL.OBSERVACION,
|
||||
(object) this.objinspeccionapEL.FKTIPOINSPECCION,
|
||||
(object) this.objinspeccionapEL.FKINSPECCIONAPAS,
|
||||
(object) this.objinspeccionapEL.DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD,
|
||||
(object) this.objinspeccionapEL.ASTATE
|
||||
};
|
||||
return this.baseDAL.Insertar(this.NombreTabla, this.CamposTabla, this.ValoresCampos, this.NombreConeccionBD, p_tdlTransaccion);
|
||||
|
|
|
|||
|
|
@ -296,6 +296,7 @@ namespace AyABL
|
|||
DESCRIPCION,
|
||||
FKTIPOINSPECCION,
|
||||
FKINSPECCIONAPAS,
|
||||
DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD
|
||||
}
|
||||
public enum t_dis_documento
|
||||
{
|
||||
|
|
|
|||
|
|
@ -131,5 +131,7 @@ namespace AyAEL.TRA
|
|||
public int PKOBSERVACIONESCRITEC { get; set; }
|
||||
|
||||
public string OBSERVACION { get; set; }
|
||||
|
||||
public string DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -783,7 +783,7 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">Caudal reservado <asp:TextBox ID="txtCaudalReservado" Enabled="false" runat="server" ></asp:TextBox> m³</td>
|
||||
<td colspan="5">Caudal reservado <asp:TextBox ID="txtCaudalReservado" Enabled="false" runat="server" ></asp:TextBox> m³/Día</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
@ -1155,6 +1155,8 @@
|
|||
<asp:ListItem Text="Sistemas de agua potable" Value="4"></asp:ListItem>
|
||||
<asp:ListItem Text="Otro" Value="5"></asp:ListItem>
|
||||
<asp:ListItem Text="No aplica" Value="6"></asp:ListItem>
|
||||
<asp:ListItem Text="No es posible de verificar" Value="7"></asp:ListItem>
|
||||
|
||||
</asp:RadioButtonList> </td>
|
||||
<td colspan="2">
|
||||
<div id="Div2" runat="server" >
|
||||
|
|
@ -1166,7 +1168,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5"><strong>Nuevo servicio:</strong> </td>
|
||||
<td colspan="5"><strong>Acometida estará en vía con material de:(asfalto,lastre, etc)</strong> </td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
|
@ -1181,7 +1183,7 @@
|
|||
</asp:RadioButtonList> </td>
|
||||
<td colspan="2" class="auto-style1">
|
||||
<div id="dvDiametroNuevoServicio" runat="server" >
|
||||
Diametro: <asp:RadioButtonList ID="rblDiametroNuevoServicio" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
Diámetro propuesto de la conexión Aguas Residuales: <asp:RadioButtonList ID="rblDiametroNuevoServicio" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
<asp:ListItem Text="100" Value="100"></asp:ListItem>
|
||||
<asp:ListItem Text="150" Value="150"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<%@ Page Title="Criterio Técnico Agua Potable" Language="C#" MasterPageFile="~/formulario.master" AutoEventWireup="true" CodeFile="frwCriterioPA.aspx.cs" Inherits="Forms_Trans_frwCriterioPA" %>
|
||||
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="ContenidoFormulario" Runat="Server">
|
||||
<meta charset="utf-8"/>
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="ContenidoFormulario" runat="Server">
|
||||
<meta charset="utf-8" />
|
||||
<script src="../../Scripts/jquery-ui-1.11.4.js"></script>
|
||||
<script src="/../../Scripts/toastr.js" type="text/javascript"></script>
|
||||
<link href="/../../Content/toastr.css" rel="stylesheet" />
|
||||
<script src="/../../Scripts/bootstrap.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="../../Content/themes/ui-lightness/jquery-ui.css" rel="stylesheet" />
|
||||
<script src="../../Scripts/WebForms/General/cuwBusquedaList.js"></script>
|
||||
|
||||
|
|
@ -98,8 +98,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
if(varMensaje == 'Error')
|
||||
{
|
||||
if (varMensaje == 'Error') {
|
||||
toastr["error"]("Debe seleccionar el tipo de proyecto para esta solicitud.", "SIGDD");
|
||||
toastr.options = {
|
||||
"closeButton": true,
|
||||
|
|
@ -122,7 +121,7 @@
|
|||
|
||||
}
|
||||
|
||||
if(varMensaje == 'Alerta') {
|
||||
if (varMensaje == 'Alerta') {
|
||||
toastr["warning"]("Se deben completar los datos del formulario.", "SIGDD");
|
||||
toastr.options = {
|
||||
"closeButton": true,
|
||||
|
|
@ -278,15 +277,14 @@
|
|||
// geocodeResult enviando todo el resultado obtenido
|
||||
geocoder.geocode({ 'address': address }, geocodeResult);
|
||||
document.getElementById('mostrarMapa').style.display = 'block';
|
||||
inicializaTab('formulario', '','');
|
||||
inicializaTab('formulario', '', '');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
function exportarPDF()
|
||||
{
|
||||
function exportarPDF() {
|
||||
|
||||
mapa = $("#ContenidoFormulario_mostrarMapa").html();
|
||||
$("#map").remove();
|
||||
|
|
@ -337,8 +335,7 @@
|
|||
xhr.send();
|
||||
}
|
||||
|
||||
function EnviarAjax(datos)
|
||||
{
|
||||
function EnviarAjax(datos) {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: "frwCriterioPA.aspx/CrearDocumentoPDF",
|
||||
|
|
@ -364,16 +361,15 @@
|
|||
}
|
||||
}).fail(function (jqxhr, textStatus, error) {
|
||||
alert('error');
|
||||
inicializaTab('grid','Exitoso');
|
||||
inicializaTab('grid', 'Exitoso');
|
||||
|
||||
}).then(function (value) {
|
||||
//alert('entonces');
|
||||
inicializaTab('grid','Exitoso');
|
||||
inicializaTab('grid', 'Exitoso');
|
||||
});
|
||||
}
|
||||
|
||||
function habilitarNuevo()
|
||||
{
|
||||
function habilitarNuevo() {
|
||||
document.getElementById('ContenidoFormulario_divDatosSuperiores').style.display = 'none';
|
||||
document.getElementById('ContenidoFormulario_divDatosInferiores').style.display = 'block';
|
||||
}
|
||||
|
|
@ -381,7 +377,7 @@
|
|||
document.getElementById('ContenidoFormulario_divDatosSuperiores').style.display = 'block';
|
||||
document.getElementById('ContenidoFormulario_divDatosInferiores').style.display = 'none';
|
||||
}
|
||||
function myMap(latitud,longitud) {
|
||||
function myMap(latitud, longitud) {
|
||||
if (latitud != "" && longitud != "" && latitud != undefined && longitud != undefined) {
|
||||
var mapCanvas = document.getElementById("map");
|
||||
var myCenter = new google.maps.LatLng(latitud, longitud);
|
||||
|
|
@ -394,8 +390,7 @@
|
|||
document.getElementById('mostrarMapa').style.display = 'block';
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
document.getElementById('mostrarMapa').style.display = 'none';
|
||||
|
||||
}
|
||||
|
|
@ -466,20 +461,37 @@
|
|||
|
||||
}
|
||||
|
||||
function OtraRazon(r) {
|
||||
alert(r + " qweqweqweqw");
|
||||
var OtraRazon = document.getElementById('ContenidoFormulario_txtOtraRazon');
|
||||
if (r == true) {
|
||||
OtraRazon.classList.remove('hidden');
|
||||
} else {
|
||||
OtraRazon.classList.add('hidden');
|
||||
OtraRazon.innerHTML = '';
|
||||
}
|
||||
}
|
||||
|
||||
if (document.getElementById('ContenidoFormulario_chkId32').checked) {
|
||||
alert("qweqwe");
|
||||
} else {
|
||||
alert();
|
||||
}
|
||||
|
||||
//alert();
|
||||
</script>
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAlyGomB7ELwey-ccIFw3j0rgvn3FK05kE&libraries=places&callback=initAutocomplete"></script>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: Verdana;
|
||||
background: -webkit-radial-gradient(center, ellipse cover rgb(250, 252, 251) 0%, rgb(223, 240, 247) 100%);
|
||||
}
|
||||
.black_overlay{
|
||||
}
|
||||
|
||||
.black_overlay {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0%;
|
||||
|
|
@ -487,11 +499,12 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
/*background-color: black;*/
|
||||
z-index:1;
|
||||
z-index: 1;
|
||||
-moz-opacity: 0.8;
|
||||
opacity:.80;
|
||||
opacity: .80;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
|
||||
.white_content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
@ -502,38 +515,42 @@
|
|||
padding: 16px;
|
||||
border: 1px solid #000;
|
||||
background-color: white;
|
||||
z-index:5;
|
||||
z-index: 5;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.white_content_correo {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
/*left: 5%;*/
|
||||
width: 100%;
|
||||
|
||||
padding: 16px;
|
||||
border: 1px solid #000;
|
||||
background-color: white;
|
||||
z-index:5;
|
||||
z-index: 5;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 600px;
|
||||
height: 410px;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin: 10px 0 10px 0;
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs > li, .nav-pills > li {
|
||||
float:none;
|
||||
display:inline-block;
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#menu {
|
||||
float: left;
|
||||
left: 50%;
|
||||
|
|
@ -548,21 +565,22 @@
|
|||
position: relative;
|
||||
right: 50%;
|
||||
}
|
||||
|
||||
.gridViewHeader > th:nth-child(2) {
|
||||
text-align: center!important;
|
||||
text-align: center !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<asp:ScriptManager ID="ScripManager1" EnablePartialRendering="true" EnablePageMethods="True" runat="server">
|
||||
</asp:ScriptManager>
|
||||
<div id="lightCorreo" class="white_content_correo" width="100%" height="100%" >
|
||||
<div id="lightCorreo" class="white_content_correo" width="100%" height="100%">
|
||||
<div id="Panel8" class="panel panel-primary">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Enviar a revisión</h3>
|
||||
</div>
|
||||
<asp:DropDownList ID="ddlEncargadoRevision" runat="server" CssClass="ddlS"></asp:DropDownList>
|
||||
<asp:Button ID="btnEnviarRevision" runat="server" Text="Enviar" CssClass="botones" OnClick="btnEnviarRevision_Click" />
|
||||
<input id="btnSalirVentana" type="button" title="Salir" value="Salir" onclick="VentanaCerrarCorreo();"/>
|
||||
<input id="btnSalirVentana" type="button" title="Salir" value="Salir" onclick="VentanaCerrarCorreo();" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="fadeCorreo" class="black_overlay"></div>
|
||||
|
|
@ -571,10 +589,8 @@
|
|||
<div>
|
||||
<div class="espera">
|
||||
|
||||
<asp:Image ID="imgEspera" runat="server" ImageUrl="~/Images/Animados/cargando.gif" Style="position:absolute; top:40%; left:45%;
|
||||
Width:80px; Height:80px"/>
|
||||
<asp:Label ID="lblEspera" runat="server" Text="Espere... " Style="position:absolute; top:57%; left:46%; Width:50px; Height:50px;
|
||||
color:#c8c8c8; Font-Size:medium; font-weight:700"></asp:Label>
|
||||
<asp:Image ID="imgEspera" runat="server" ImageUrl="~/Images/Animados/cargando.gif" Style="position: absolute; top: 40%; left: 45%; width: 80px; height: 80px" />
|
||||
<asp:Label ID="lblEspera" runat="server" Text="Espere... " Style="position: absolute; top: 57%; left: 46%; width: 50px; height: 50px; color: #c8c8c8; font-size: medium; font-weight: 700"></asp:Label>
|
||||
</div>
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
|
|
@ -593,13 +609,14 @@
|
|||
</div>
|
||||
<div align="center" style="width: 100%">
|
||||
|
||||
<%-- **********************************************************************Datos Inferiores ********************************************************************************* --%> <asp:UpdatePanel ID="updPanel" runat="server">
|
||||
<%-- **********************************************************************Datos Inferiores ********************************************************************************* --%>
|
||||
<asp:UpdatePanel ID="updPanel" runat="server">
|
||||
<ContentTemplate>
|
||||
|
||||
|
||||
<div align="center" style="height: 90%">
|
||||
<ul class="nav nav-tabs" role="tablist" id="menu">
|
||||
<li><a href="#grid" data-toggle="tab" onclick="inicializaTab('grid');" aria-expanded="true" >Formularios</a></li>
|
||||
<li><a href="#grid" data-toggle="tab" onclick="inicializaTab('grid');" aria-expanded="true">Formularios</a></li>
|
||||
<li><a href="#formulario" onclick="habilitar();" data-toggle="tab" aria-expanded="false">Nuevo</a></li>
|
||||
</ul>
|
||||
<div id="myTabContent" class="tab-content" style="padding-top: 5%">
|
||||
|
|
@ -614,7 +631,7 @@
|
|||
<%--Listado de Datos--%>
|
||||
<div id="Div1" runat="server" class="tabla">
|
||||
<asp:GridView ID="grvListaVisitaSolicitud" runat="server" CellPadding="2" GridLines="None" AutoGenerateColumns="false" AllowPaging="True" PageSize="10"
|
||||
OnRowCommand="grvListaVisitaSolicitud_RowCommand" OnPageIndexChanging="grvListaVisitaSolicitud_PageIndexChanging" OnRowDataBound="grvListaVisitaSolicitud_RowDataBound" CssClass="gridViewG" Font-Names="Verdana" Font-Size="16px" >
|
||||
OnRowCommand="grvListaVisitaSolicitud_RowCommand" OnPageIndexChanging="grvListaVisitaSolicitud_PageIndexChanging" OnRowDataBound="grvListaVisitaSolicitud_RowDataBound" CssClass="gridViewG" Font-Names="Verdana" Font-Size="16px">
|
||||
<RowStyle BackColor="#EFF3FB" VerticalAlign="Middle" />
|
||||
<AlternatingRowStyle BackColor="White" VerticalAlign="Middle" />
|
||||
<PagerStyle CssClass="gridViewPaginacion" ForeColor="#44608c" HorizontalAlign="Center" />
|
||||
|
|
@ -631,11 +648,11 @@
|
|||
</Columns>
|
||||
<EmptyDataTemplate>
|
||||
<div class="gridViewVacio">
|
||||
<div class="gridViewCheck">
|
||||
<div class="gridViewCheck">
|
||||
</div>
|
||||
<div class="gridFilaVacia">
|
||||
<div class="textoGrid">
|
||||
<asp:Label id="lblGridView" Text="No se obtuvieron resultados de su búsqueda" runat="server" />
|
||||
<asp:Label ID="lblGridView" Text="No se obtuvieron resultados de su búsqueda" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -643,16 +660,15 @@
|
|||
</asp:GridView>
|
||||
<div class="detalleGridView">
|
||||
<div class="Izquierda">
|
||||
<asp:Label id="lblTotalDatos" runat="server" Text="Registros: " CssClass="textoDetalleGridView" />
|
||||
<asp:Label ID="lblTotalDatos" runat="server" Text="Registros: " CssClass="textoDetalleGridView" />
|
||||
</div>
|
||||
<div class="Derecha" >
|
||||
<asp:ImageButton id="btnRefrescar" ImageUrl="~/Images/MiniBotones/btnRefrescar.png" CausesValidation="false" runat="server" OnClick="btnRefrescar_Click" ToolTip="Actualizar"/>
|
||||
<div class="Derecha">
|
||||
<asp:ImageButton ID="btnRefrescar" ImageUrl="~/Images/MiniBotones/btnRefrescar.png" CausesValidation="false" runat="server" OnClick="btnRefrescar_Click" ToolTip="Actualizar" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<%--Botonera Superior--%>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -668,72 +684,90 @@
|
|||
|
||||
|
||||
|
||||
<table id="tblDatosProyecto" style="border-width: medium; border-color: #BFBFBF; text-align:left;margin-left:30px" border="0" class="table-responsive">
|
||||
<table id="tblDatosProyecto" style="border-width: medium; border-color: #BFBFBF; text-align: left; margin-left: 30px" border="0" class="table-responsive">
|
||||
<tr>
|
||||
<td colspan="5"><h4 style="text-align:center; color: #000000;">Número de Solicitud:
|
||||
<td colspan="5">
|
||||
<h4 style="text-align: center; color: #000000;">Número de Solicitud:
|
||||
<asp:Label ID="lblNumSolicitud" runat="server" Text="Label"></asp:Label>
|
||||
</h4></td>
|
||||
</h4>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:50%">
|
||||
<legend> Datos de campo </legend>
|
||||
<div><input type="text" maxlength="100" id="address" onkeydown="if (event.keyCode == 13) { return false; }" placeholder="Dirección" /> <input type="button" id="search" value="Buscar" onkeypress="buscar();"/>
|
||||
<a target="_blank" href="http://vprod-app-sig/flexviewers/Catastro_Usuarios/" type="" id="aGis" ><img src="/Images/MiniBotones/GIS.jpg" title="GIS" width="25" height="25" /></a>
|
||||
<td style="width: 50%">
|
||||
<legend>Datos de campo </legend>
|
||||
<div>
|
||||
<input type="text" maxlength="100" id="address" onkeydown="if (event.keyCode == 13) { return false; }" placeholder="Dirección" />
|
||||
<input type="button" id="search" value="Buscar" onkeypress="buscar();" />
|
||||
<a target="_blank" href="http://vprod-app-sig/flexviewers/Catastro_Usuarios/" type="" id="aGis">
|
||||
<img src="/Images/MiniBotones/GIS.jpg" title="GIS" width="25" height="25" /></a>
|
||||
</div>
|
||||
<div runat="server">
|
||||
Latitud <asp:TextBox ID="txtLatitud" CssClass="textBox" runat="server" Enabled="true"></asp:TextBox>
|
||||
Longitud <asp:TextBox ID="txtLongitud" runat="server" CssClass="textBox" Enabled="true"></asp:TextBox>
|
||||
</div>
|
||||
<div runat="server">Latitud <asp:TextBox ID="txtLatitud" CssClass="textBox" runat="server" Enabled="true"></asp:TextBox>
|
||||
Longitud <asp:TextBox ID="txtLongitud" runat="server" CssClass="textBox" Enabled="true"></asp:TextBox></div>
|
||||
</td>
|
||||
|
||||
<td style="width:50%;padding-bottom:150px;">Croquis infraestructura existente
|
||||
<td style="width: 50%; padding-bottom: 150px;">Croquis infraestructura existente
|
||||
<div id="mostrarMapa">
|
||||
|
||||
|
||||
|
||||
<div id="map" style="position: absolute;" ></div></div>
|
||||
<div id="map" style="position: absolute;"></div>
|
||||
</div>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
</td>
|
||||
<td >
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:50%">
|
||||
<td style="width: 50%">
|
||||
<br />
|
||||
<legend>Caracteristicas del servicio</legend>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Existe NIS abasteciendo la propiedad: </td>
|
||||
<td ><asp:RadioButtonList ID="rblExisteNis" AutoPostBack="true" OnSelectedIndexChanged="rblExisteNis_SelectedIndexChanged" RepeatDirection="Horizontal" Enabled="false" RepeatLayout="Table" runat="server">
|
||||
<td>
|
||||
<asp:RadioButtonList ID="rblExisteNis" AutoPostBack="true" OnSelectedIndexChanged="rblExisteNis_SelectedIndexChanged" RepeatDirection="Horizontal" Enabled="false" RepeatLayout="Table" runat="server">
|
||||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||||
</asp:RadioButtonList></td>
|
||||
<td> Cual? </td><td><asp:TextBox ID="txtNisExistente" CssClass="textBox" Enabled="false" runat="server"></asp:TextBox></td>
|
||||
<td> Cual? </td>
|
||||
<td>
|
||||
<asp:TextBox ID="txtNisExistente" CssClass="textBox" Enabled="false" runat="server"></asp:TextBox></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Estructura en la propiedad existente: </td>
|
||||
<td ><asp:RadioButtonList ID="rblEstructuraExistente" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblEstructuraExistente_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||||
<td>
|
||||
<asp:RadioButtonList ID="rblEstructuraExistente" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblEstructuraExistente_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||||
</asp:RadioButtonList></td>
|
||||
<td> Tipo de <br />estructura </td><td><asp:TextBox ID="txtTipoEstructuraExistente" Enabled="false" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||||
<td> Tipo de
|
||||
<br />
|
||||
estructura </td>
|
||||
<td>
|
||||
<asp:TextBox ID="txtTipoEstructuraExistente" Enabled="false" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Existe disponibilidad asociada: </td>
|
||||
<td ><asp:RadioButtonList ID="rblExisteDisponibilidad" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblExisteDisponibilidad_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||||
<td>
|
||||
<asp:RadioButtonList ID="rblExisteDisponibilidad" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblExisteDisponibilidad_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||||
</asp:RadioButtonList></td>
|
||||
<td> Cual? </td><td><asp:TextBox ID="txtDisponibilidadAsociada" CssClass="textBox" Enabled="false" runat="server"></asp:TextBox></td>
|
||||
<td> Cual? </td>
|
||||
<td>
|
||||
<asp:TextBox ID="txtDisponibilidadAsociada" CssClass="textBox" Enabled="false" runat="server"></asp:TextBox></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
En caso de condominio indicar el oficio de recepcion de obras por parte del AyA
|
||||
<td colspan="2">En caso de condominio indicar el oficio de recepcion de obras por parte del AyA
|
||||
</td>
|
||||
|
||||
<td></td><td><asp:TextBox ID="txtOficioRecepcion" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||||
<td></td>
|
||||
<td>
|
||||
<asp:TextBox ID="txtOficioRecepcion" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -760,25 +794,32 @@
|
|||
</tr>
|
||||
<tr>
|
||||
|
||||
<td colspan="5" style="text-align:left;">
|
||||
<table style="text-align:left;">
|
||||
<td colspan="5" style="text-align: left;">
|
||||
<table style="text-align: left;">
|
||||
<tr>
|
||||
<td>Presión Mínima <asp:TextBox ID="txtPresionMinima" runat="server" ></asp:TextBox> mca. </td>
|
||||
<td>Presión Máxima <asp:TextBox ID="txtPresionMaxima" runat="server" ></asp:TextBox> mca. </td>
|
||||
<td>Sistema asociado <asp:TextBox ID="txtSistemaAsociado" MaxLength="300" runat="server" ></asp:TextBox> </td>
|
||||
<td> </td>
|
||||
<td>Presión Mínima
|
||||
<asp:TextBox ID="txtPresionMinima" runat="server"></asp:TextBox>
|
||||
mca. </td>
|
||||
<td>Presión Máxima
|
||||
<asp:TextBox ID="txtPresionMaxima" runat="server"></asp:TextBox>
|
||||
mca. </td>
|
||||
<td>Sistema asociado
|
||||
<asp:TextBox ID="txtSistemaAsociado" MaxLength="300" runat="server"></asp:TextBox>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<table style="text-align:left;">
|
||||
<table style="text-align: left;">
|
||||
<tr>
|
||||
<td> <asp:CompareValidator ID="revPresionMinima" ControlToValidate="txtPresionMinima" Type="Double" runat="server" ErrorMessage="Solo se permiten valores numéricos" ValidationExpression="\d" SetFocusOnError="true" ForeColor="Red"></asp:CompareValidator> </td>
|
||||
<td><asp:CompareValidator ID="revPresionMaxima" ControlToValidate="txtPresionMaxima" Type="Double" runat="server" ErrorMessage="Solo se permiten valores numéricos" ValidationExpression="\d" SetFocusOnError="true" ForeColor="Red"></asp:CompareValidator></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>
|
||||
<asp:CompareValidator ID="revPresionMaxima" ControlToValidate="txtPresionMaxima" Type="Double" runat="server" ErrorMessage="Solo se permiten valores numéricos" ValidationExpression="\d" SetFocusOnError="true" ForeColor="Red"></asp:CompareValidator></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
|
@ -793,12 +834,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
|
||||
<td colspan="5" style="text-align:left;">
|
||||
<table style="text-align:left;">
|
||||
<td colspan="5" style="text-align: left;">
|
||||
<table style="text-align: left;">
|
||||
<tr>
|
||||
<td style="width:40%">Propósito (Unidad de medida): <asp:Label ID="lblProposito" runat="server" ></asp:Label> </td>
|
||||
<td style="width: 40%">Propósito (Unidad de medida):
|
||||
<asp:Label ID="lblProposito" runat="server"></asp:Label> </td>
|
||||
<td><%--Unidad de medida <asp:Label ID="lblUnidadMedida" runat="server" ></asp:Label>--%> </td>
|
||||
<td>Caudal reservado <asp:TextBox ID="txtCaudalReservado" Enabled="false" runat="server" ></asp:TextBox> m³</td>
|
||||
<td>Caudal reservado
|
||||
<asp:TextBox ID="txtCaudalReservado" Enabled="false" runat="server"></asp:TextBox> m³</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -806,11 +849,12 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<table style="text-align:left;">
|
||||
<table style="text-align: left;">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> <asp:CompareValidator ID="rfvCaudalReservado" ControlToValidate="txtCaudalReservado" Type="Double" runat="server" ErrorMessage="Solo se permiten valores numéricos" ValidationExpression="\d" SetFocusOnError="true" ForeColor="Red"></asp:CompareValidator></td>
|
||||
<td> </td>
|
||||
<td>
|
||||
<asp:CompareValidator ID="rfvCaudalReservado" ControlToValidate="txtCaudalReservado" Type="Double" runat="server" ErrorMessage="Solo se permiten valores numéricos" ValidationExpression="\d" SetFocusOnError="true" ForeColor="Red"></asp:CompareValidator></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -825,28 +869,22 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td >
|
||||
<td>
|
||||
<asp:RadioButtonList ID="rblTuberiaDistribucion" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblTuberiaDistribucion_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</td>
|
||||
|
||||
<td >
|
||||
|
||||
|
||||
</td>
|
||||
<td >
|
||||
|
||||
</td>
|
||||
<td colspan="2">
|
||||
|
||||
<td></td>
|
||||
<td>
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td >
|
||||
<div id="dvTuberiaDistribucion" runat="server" style="margin-left: 20px;margin-top:10px;" >
|
||||
<td>
|
||||
<div id="dvTuberiaDistribucion" runat="server" style="margin-left: 20px; margin-top: 10px;">
|
||||
Material
|
||||
|
||||
<asp:RadioButtonList ID="rblMaterial" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
|
|
@ -863,8 +901,8 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td >
|
||||
<div id="dvTuberiaDistribucion2" runat="server" style="margin-left: 20px;" >
|
||||
<td>
|
||||
<div id="dvTuberiaDistribucion2" runat="server" style="margin-left: 20px;">
|
||||
Diámetro
|
||||
|
||||
<asp:RadioButtonList ID="rblDiametro" runat="server" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblDiametro_SelectedIndexChanged" RepeatLayout="Table">
|
||||
|
|
@ -882,7 +920,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td colspan="4">
|
||||
<div id="dvTuberiaDistribucion3" runat="server" >
|
||||
<div id="dvTuberiaDistribucion3" runat="server">
|
||||
<asp:TextBox ID="txtOtroDiametro" CssClass="textBox" runat="server"></asp:TextBox>
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -890,7 +928,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td >
|
||||
<td>
|
||||
<br />
|
||||
<legend>Existe disponibilidad de agua potable en la zona </legend>
|
||||
|
||||
|
|
@ -900,9 +938,7 @@
|
|||
</asp:RadioButtonList>
|
||||
|
||||
</td>
|
||||
<td colspan="4">
|
||||
|
||||
</td>
|
||||
<td colspan="4"></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -911,39 +947,61 @@
|
|||
<br />
|
||||
<strong>En caso de marcar NO indique los motivos de la Negación de la Disponibilidad</strong>
|
||||
|
||||
<table id="tbExisteDisponibilidad" >
|
||||
<table id="tbExisteDisponibilidad">
|
||||
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId18" runat="server" Text="Inconsistencia en la información registral aportada por los usuarios (espejo registral, tema)" /></td>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId18" runat="server" Text="Inconsistencia en la información registral aportada por los usuarios (espejo registral, tema)" /></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<%-- <tr>
|
||||
<td><asp:CheckBox ID="chkId19" runat="server" Text="Falta de requisitos en la información presentada por los usuarios, conforme lo establecido en el Art. 18 del RPSC" /></td>
|
||||
</tr>--%>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId21" runat="server" Text="Inexistencia de infraestructura de distribución y recolección frente al inmueble solicitante de disponibilidad" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId21" runat="server" Text="Inexistencia de infraestructura de distribución y recolección frente al inmueble solicitante de disponibilidad" /></td>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId22" runat="server" Text="Elevación topográfica que impide el abastecimiento del inmueble, pues la supera la cota de abastecimiento del acueducto en la zona" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId22" runat="server" Text="Elevación topográfica que impide el abastecimiento del inmueble, pues la supera la cota de abastecimiento del acueducto en la zona" /></td>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId23" runat="server" Text="Por ubicación geográfica del inmueble, que lo localiza fuera del área de cobertura de los sistemas de AyA" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId23" runat="server" Text="Por ubicación geográfica del inmueble, que lo localiza fuera del área de cobertura de los sistemas de AyA" /></td>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId25" runat="server" Text="El inmueble se encuentra dentro de un proyecto Urbanístico con procesos de aprobación, inspección y recepción pendientes ante AyA" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId25" runat="server" Text="El inmueble se encuentra dentro de un proyecto Urbanístico con procesos de aprobación, inspección y recepción pendientes ante AyA" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId26" runat="server" Text="Propósitos no atinentes a trámites que tengan como requisito la disponibilidad ante el CFIA (vía APC) " />
|
||||
<label style="margin-left: 22px;">(muros, tapias, aceras, entre otras.) Es decir, para este trámite no se requiere la disponibilidad ante otras instituciones</label>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId26" runat="server" Text="Propósitos no atinentes a trámites que tengan como requisito la disponibilidad ante el CFIA (vía APC) " />
|
||||
<label style="margin-left: 22px;">(muros, tapias, aceras, entre otras.) Según el manual de subclasificaciones del CFIA, para este trámite no se requiere la disponibilidad ante otras instituciones</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><asp:CheckBox ID="chkId27" runat="server" Text="El inmueble pertenece a un fraccionamiento otorgado por el gobierno local sin disponibilidad previa" /></td>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId27" runat="server" Text="El inmueble pertenece a un fraccionamiento otorgado por el gobierno local sin disponibilidad previa" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId30" runat="server" Text="El proyecto no cumple con Normativa Urbana Vigente" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId31" runat="server" Text="No hay Capacidad híbrica." /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:CheckBox ID="chkId32" runat="server" Text="Otros" onclick="OtraRazon(this.checked);" />
|
||||
<asp:TextBox ID="txtOtraRazon" CssClass="hidden" runat="server" ></asp:TextBox>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="divCCH1" runat="server" style="margin-left: 20px;margin-top:10px">
|
||||
<div id="divCCH1" runat="server" style="margin-left: 20px; margin-top: 10px">
|
||||
Existe capacidad Hídrica (CCH) según criterio técnico
|
||||
|
||||
<asp:RadioButtonList ID="rblExisteCCH" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblExisteCCH_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
|
|
@ -951,14 +1009,14 @@
|
|||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
<div id="divCCH2" runat="server">
|
||||
<label> Observaciones de la mejora (extensión del ramal)</label> <asp:TextBox ID="txtObservacionesExtensionRamal" runat="server" TextMode="MultiLine" Columns="50" Rows="4" CssClass="textBoxLargo" ></asp:TextBox>
|
||||
<label>Observaciones de la mejora (extensión del ramal)</label>
|
||||
|
||||
<asp:TextBox ID="txtObservacionesExtensionRamal" runat="server" TextMode="MultiLine" Columns="50" Rows="4" CssClass="textBoxLargo"></asp:TextBox>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td colspan="2">
|
||||
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
@ -971,9 +1029,9 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td >
|
||||
|
||||
<td>
|
||||
|
||||
¿El inmueble cuenta con prevista hacia red existente?
|
||||
<asp:RadioButtonList ID="rblUbicacionMedidor" runat="server" RepeatDirection="Vertical" RepeatLayout="Table">
|
||||
<asp:ListItem Text="Sobre vía pública al limite de la propiedad" Value="1"></asp:ListItem>
|
||||
<asp:ListItem Text="Sobre servidumbre de paso e inscrita a favor de AyA" Value="2"></asp:ListItem>
|
||||
|
|
@ -985,7 +1043,9 @@
|
|||
</td>
|
||||
<td colspan="4">
|
||||
<div id="divUbicacion">
|
||||
<label> Lindero:</label> <asp:TextBox ID="txtLindero" runat="server" ></asp:TextBox><label>(Puntos cardinales)</label>
|
||||
<label>Lindero:</label>
|
||||
|
||||
<asp:TextBox ID="txtLindero" runat="server"></asp:TextBox><label>(Puntos cardinales)</label>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
|
@ -999,7 +1059,7 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td >
|
||||
<td>
|
||||
|
||||
|
||||
<asp:RadioButtonList ID="rblPrevista" runat="server" RepeatDirection="Vertical" RepeatLayout="Table">
|
||||
|
|
@ -1010,6 +1070,8 @@
|
|||
</td>
|
||||
<td colspan="4">
|
||||
<div id="divPrevista">
|
||||
El material de la vía existente frente al inmueble es:
|
||||
|
||||
<asp:RadioButtonList ID="rblTipoPrevista" runat="server" OnSelectedIndexChanged="rblTipoPrevista_SelectedIndexChanged" RepeatDirection="Vertical" RepeatLayout="Table" AutoPostBack="True">
|
||||
<asp:ListItem Text="En asfalto" Value="1"></asp:ListItem>
|
||||
<asp:ListItem Text="En lastre" Value="2"></asp:ListItem>
|
||||
|
|
@ -1025,13 +1087,13 @@
|
|||
<tr>
|
||||
<td colspan="5">
|
||||
<br />
|
||||
<legend>Tipo de medidor </legend></td>
|
||||
<legend>Modalidad de medición recomendada: </legend></td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td >
|
||||
<td>
|
||||
|
||||
|
||||
<asp:RadioButtonList ID="rblTipoMedidor" runat="server" RepeatDirection="Vertical" RepeatLayout="Table">
|
||||
|
|
@ -1043,6 +1105,8 @@
|
|||
</td>
|
||||
<td colspan="4">
|
||||
<div id="divTipoMedidor">
|
||||
Diámetro propuesto para el dispositivo de medición:
|
||||
|
||||
<asp:RadioButtonList ID="rblDiametroMedidor" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||||
<asp:ListItem Text="12,5 mm" Value="12.50"></asp:ListItem>
|
||||
<asp:ListItem Text="19 mm" Value="19.00"></asp:ListItem>
|
||||
|
|
@ -1069,19 +1133,18 @@
|
|||
<tr>
|
||||
<td colspan="5">
|
||||
<br />
|
||||
<asp:TextBox ID="txtObservacionesCritec" TextMode="MultiLine" Rows="4" Width="98%" runat="server" ></asp:TextBox>
|
||||
<asp:TextBox ID="txtObservacionesCritec" TextMode="MultiLine" Rows="4" Width="98%" runat="server"></asp:TextBox>
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
|
||||
<td colspan="5">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" style="text-align:right">
|
||||
<td colspan="5" style="text-align: right">
|
||||
<div id="trBotonera">
|
||||
<div id="botonera">
|
||||
<asp:Button ID="btnDenegar" runat="server" OnClick="btnDenegar_Click" Text="Denegar" />
|
||||
|
|
@ -1091,7 +1154,7 @@
|
|||
<asp:Button ID="btnNuevo" runat="server" OnClick="btnNuevo_Click" Text="Guardar" />
|
||||
<asp:HiddenField ID="CuerpoPDF" runat="server" Value="" />
|
||||
|
||||
<asp:Button ID="btnHabilitar" runat="server" Text="Get" Style="display: none" OnClick="btnHabilitar_Click"/>
|
||||
<asp:Button ID="btnHabilitar" runat="server" Text="Get" Style="display: none" OnClick="btnHabilitar_Click" />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -1133,16 +1196,11 @@
|
|||
|
||||
<%-- <td class="tabla" id="tdLista" runat="server" align="center">--%>
|
||||
<div id="tdLista" runat="server" class="tabla">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<%--Botonera Superior--%>
|
||||
|
||||
<div id="tdBotoneraSuperior" runat="server" style="text-align:center" class="tabla">
|
||||
|
||||
|
||||
|
||||
<div id="tdBotoneraSuperior" runat="server" style="text-align: center" class="tabla">
|
||||
</div>
|
||||
<%--<div id="imagenMapa" >
|
||||
<img id="preview" src="" crossorigin="Anonymous" />
|
||||
|
|
@ -1169,6 +1227,5 @@
|
|||
|
||||
</Triggers>
|
||||
</asp:UpdatePanel>
|
||||
|
||||
</asp:Content>
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
try
|
||||
{
|
||||
base.OnInit(e);
|
||||
|
||||
InicializarFormulario();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
@ -813,6 +812,9 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
protected void btnEnviarRevision_Click(object sender, EventArgs e)
|
||||
{
|
||||
int nValorRetornado = 0;
|
||||
|
|
@ -1116,6 +1118,7 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
|
||||
public void habilitarCampos()
|
||||
{
|
||||
|
||||
if (!Request.UrlReferrer.ToString().Contains("frwBusquedaSolicitud"))
|
||||
{
|
||||
//rblExisteNis.ClearSelection();
|
||||
|
|
@ -1137,13 +1140,16 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
txtOtroDiametro.Enabled = true;
|
||||
rblDisponibilidadAP.Enabled = true;
|
||||
chkId18.Enabled = true;
|
||||
chkId19.Enabled = true;
|
||||
//chkId19.Enabled = true;
|
||||
chkId21.Enabled = true;
|
||||
chkId22.Enabled = true;
|
||||
chkId23.Enabled = true;
|
||||
chkId25.Enabled = true;
|
||||
chkId26.Enabled = true;
|
||||
chkId27.Enabled = true;
|
||||
chkId30.Enabled = true;
|
||||
chkId31.Enabled = true;
|
||||
chkId32.Enabled = true;
|
||||
rblExisteCCH.Enabled = true;
|
||||
txtObservacionesExtensionRamal.Enabled = true;
|
||||
rblUbicacionMedidor.Enabled = true;
|
||||
|
|
@ -1182,13 +1188,16 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
txtOtroDiametro.Enabled = false;
|
||||
rblDisponibilidadAP.Enabled = false;
|
||||
chkId18.Enabled = false;
|
||||
chkId19.Enabled = false;
|
||||
//chkId19.Enabled = false;
|
||||
chkId21.Enabled = false;
|
||||
chkId22.Enabled = false;
|
||||
chkId23.Enabled = false;
|
||||
chkId25.Enabled = false;
|
||||
chkId26.Enabled = false;
|
||||
chkId27.Enabled = false;
|
||||
chkId30.Enabled = false;
|
||||
chkId31.Enabled = false;
|
||||
chkId32.Enabled = false;
|
||||
rblExisteCCH.Enabled = false;
|
||||
txtObservacionesExtensionRamal.Enabled = false;
|
||||
rblUbicacionMedidor.Enabled = false;
|
||||
|
|
@ -1228,13 +1237,16 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
txtOtroDiametro.Text = string.Empty;
|
||||
rblDisponibilidadAP.ClearSelection();
|
||||
chkId18.Checked = false;
|
||||
chkId19.Checked = false;
|
||||
//chkId19.Checked = false;
|
||||
chkId21.Checked = false;
|
||||
chkId22.Checked = false;
|
||||
chkId23.Checked = false;
|
||||
chkId25.Checked = false;
|
||||
chkId26.Checked = false;
|
||||
chkId27.Checked = false;
|
||||
chkId30.Checked = false;
|
||||
chkId31.Checked = false;
|
||||
chkId32.Checked = false;
|
||||
rblExisteCCH.ClearSelection();
|
||||
txtObservacionesExtensionRamal.Text = string.Empty;
|
||||
rblUbicacionMedidor.ClearSelection();
|
||||
|
|
@ -1391,13 +1403,17 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
if (rblDisponibilidadAP.SelectedValue == "false")
|
||||
{
|
||||
if (chkId18.Checked == false &&
|
||||
chkId19.Checked == false &&
|
||||
//chkId19.Checked == false &&
|
||||
chkId21.Checked == false &&
|
||||
chkId22.Checked == false &&
|
||||
chkId23.Checked == false &&
|
||||
chkId25.Checked == false &&
|
||||
chkId26.Checked == false &&
|
||||
chkId27.Checked == false)
|
||||
chkId27.Checked == false &&
|
||||
chkId30.Checked == false &&
|
||||
chkId31.Checked == false &&
|
||||
chkId32.Checked == false
|
||||
)
|
||||
{
|
||||
rblDisponibilidadAP.Focus();
|
||||
EjecutarScript("inicializaTab('formulario','Mensaje','Motivos de la negación.');");
|
||||
|
|
@ -1906,7 +1922,7 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
objInspeccionBL.objinspeccionapEL.OBSERVACION = txtObservacionesCritec.Text;
|
||||
objInspeccionBL.objinspeccionapEL.FKINSPECCIONAPAS = p_nPK;
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPOINSPECCION = 1;// int.Parse(Session["PKTIPOINSPECCION"].ToString());//AGUA POTABLE
|
||||
|
||||
objInspeccionBL.objinspeccionapEL.DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD = txtOtraRazon.Text;
|
||||
objInspeccionBL.objinspeccionapEL.ASTATE = true;
|
||||
|
||||
pkResult = objInspeccionBL.insertarObservacionCritec(p_tdlTransaccion);
|
||||
|
|
@ -1932,11 +1948,11 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
|
||||
if (chkId19.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 19;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
//if (chkId19.Checked)
|
||||
//{
|
||||
// objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 19;
|
||||
// pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
//}
|
||||
if (chkId21.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 21;
|
||||
|
|
@ -1967,6 +1983,21 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 27;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
if (chkId30.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 30;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
if (chkId31.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 31;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
if (chkId32.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 32;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
@ -2206,11 +2237,11 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
}
|
||||
|
||||
|
||||
if (chkId19.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 19;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
//if (chkId19.Checked)
|
||||
//{
|
||||
// objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 19;
|
||||
// pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
//}
|
||||
|
||||
if (chkId21.Checked)
|
||||
{
|
||||
|
|
@ -2248,6 +2279,24 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
|
||||
if (chkId30.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 30;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
if (chkId31.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 31;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
if (chkId32.Checked)
|
||||
{
|
||||
objInspeccionBL.objinspeccionapEL.FKTIPONEGACIONDISPONIBILIDAD = 32;
|
||||
pkResult = objInspeccionBL.insertarNegaciondisponibilidad(p_tdlTransaccion);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
@ -2749,6 +2798,8 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LLena el listado
|
||||
/// </summary>
|
||||
|
|
@ -2860,8 +2911,8 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
{
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 18)
|
||||
chkId18.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 19)
|
||||
chkId19.Checked = true;
|
||||
//if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 19)
|
||||
// chkId19.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 21)
|
||||
chkId21.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 22)
|
||||
|
|
@ -2874,9 +2925,18 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
chkId26.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 27)
|
||||
chkId27.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 30)
|
||||
chkId30.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 31)
|
||||
chkId31.Checked = true;
|
||||
if (int.Parse(row["FKTIPONEGACIONDISPONIBILIDAD"].ToString()) == 32)
|
||||
chkId32.Checked = true;
|
||||
|
||||
txtOtraRazon.Text = dsInspeccion.Tables[0].Rows[0]["DESCRIPCIONOTROMOTIVONEGACIONDISPONIBILIDAD"].ToString();
|
||||
}
|
||||
|
||||
}
|
||||
txtOtraRazon.Visible = true;
|
||||
}
|
||||
if (rblDisponibilidadAP.SelectedValue.ToString().ToLower() == "false")
|
||||
{
|
||||
|
|
@ -2943,6 +3003,8 @@ public partial class Forms_Trans_frwCriterioPA : General
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Carga el grid principal
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -912,20 +912,20 @@ public partial class Forms_TRA_frwRequisitos : General
|
|||
System.IO.File.Copy(strResult, pdfPath + @"\" + strNombreArchivo, true);
|
||||
System.IO.File.Copy(strResult, ConfigurationManager.AppSettings["RutaPdfAdjuntosSql"].ToString() + @"\" + strNombreArchivo, true);
|
||||
|
||||
Documento oDoc = new Documento();
|
||||
//se transaforma el archivo a un arreglo de bytes
|
||||
byte[] bDoc = System.IO.File.ReadAllBytes(pdfPath + @"\" + strNombreArchivo.Replace(" ", "_"));
|
||||
string nombreAdjunto = pdfPath + @"\" + strNombreArchivo.Replace(".pdf", "");
|
||||
//Documento oDoc = new Documento();
|
||||
////se transaforma el archivo a un arreglo de bytes
|
||||
//byte[] bDoc = System.IO.File.ReadAllBytes(pdfPath + @"\" + strNombreArchivo.Replace(" ", "_"));
|
||||
//string nombreAdjunto = pdfPath + @"\" + strNombreArchivo.Replace(".pdf", "");
|
||||
|
||||
//se carga el archivo y el registro a vision 2020
|
||||
string strResultado = oDoc.Archivar_Documento(lblNumSolicitud.Text.Trim() + "|" + "Requisito", strNombreArchivo.Replace(" ", "_"), bDoc);
|
||||
////se carga el archivo y el registro a vision 2020
|
||||
//string strResultado = oDoc.Archivar_Documento(lblNumSolicitud.Text.Trim() + "|" + "Requisito", strNombreArchivo.Replace(" ", "_"), bDoc);
|
||||
|
||||
if (strResultado == string.Empty)
|
||||
{
|
||||
//if (strResultado == string.Empty)
|
||||
//{
|
||||
|
||||
File.Delete(nombreAdjunto + ".pdf");
|
||||
// File.Delete(nombreAdjunto + ".pdf");
|
||||
|
||||
}
|
||||
//}
|
||||
|
||||
AyABL.TRA.documentoBL objdocumentoBL = new AyABL.TRA.documentoBL();
|
||||
objdocumentoBL.objdocumentoEL.Descripcion = "Respuesta al cliente de documentos incompletos";
|
||||
|
|
|
|||
|
|
@ -32,11 +32,11 @@
|
|||
<add key="LLAVEAPCR" value="7007B685-6BA9-4014-BE40-C486F61FEAE6"/>
|
||||
<add key="DocumentosMachote" value="\\fileproyectos\FileDesarrollo\SIGDD\DocumentosMachote"/>
|
||||
<add key="DocumentosODT" value="\\fileproyectos\FileDesarrollo\SIGDD\DocumentosODT"/>
|
||||
<add key="DocumentosPDF" value="\\fileproyectos\FileDesarrollo\SIGDD\DocumentosPDF"/>
|
||||
<add key="DocumentosPDF" value="C:\Raiz2\SIGDD\DocumentosPDF"/>
|
||||
<add key="AspPDF_RegKey" value="GYlbhSTuhBzuSEXhSunif/sB0qIibkxtJd/XgRDVhDEKPMKsIFKCREnORVOu1TlBySzUm0d1PTA/"/>
|
||||
<add key="Imagenes" value="\\fileproyectos\FileDesarrollo\SIGDD\Images\Logos\logoAyA.png"/>
|
||||
<add key="TamañoArchivosBytes" value="20971520"/>
|
||||
<add key="RutaPdfAdjuntosSql" value="\\fileproyectos\FileDesarrollo\SIGDD\DocumentosPDF"/>
|
||||
<add key="RutaPdfAdjuntosSql" value="C:\Raiz2\SIGDD\DocumentosPDF"/>
|
||||
<add key="SIGLAS" value="SIGDD"/>
|
||||
<!--CREDENCIALES PARA ACCESAR EL DIRECTORIO ASTATE-->
|
||||
<add key="pActiveDirectory" value="disponibilidad"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue