git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C91
This commit is contained in:
parent
ea98aaac6f
commit
63ea47c06f
1 changed files with 2 additions and 2 deletions
|
|
@ -268,6 +268,7 @@ this.GuardarPropuesta = function () {
|
|||
{ return; }
|
||||
|
||||
var uri = SinortWCF + '/api/GuardarProyectoNormativo';
|
||||
LeerFormulario();
|
||||
AjaxPostData(uri, model, true, true, GuardarConvocadosPropuestaNormativa, null, true);
|
||||
|
||||
|
||||
|
|
@ -311,7 +312,7 @@ this.LeerFormulario = function () {
|
|||
|
||||
var PropuestaNormativa
|
||||
= {
|
||||
NombreProyectoNormativo: $("#txtProyectoNormativo").val(),
|
||||
NombreProyectoNormativo: $("#txtNombreProyecto").val(),
|
||||
IdTipoProyecto: 1,
|
||||
IdEmisor: $('#hiddenEmisor').val(),
|
||||
IdAplicacion: $('#hiddenAplicacion').val(),
|
||||
|
|
@ -319,7 +320,6 @@ this.LeerFormulario = function () {
|
|||
IdEstado: 1
|
||||
}
|
||||
|
||||
|
||||
PropuestaNormativa.FechaInicioConsulta = $("#txtFechaInicio").DateFormatWCF();
|
||||
PropuestaNormativa.FechaFinConsulta = $("#txtFechaFinalizacion").DateFormatWCF();
|
||||
PropuestaNormativa.FechaMaximaConfirmarParticipacion = $("#txtFechaMaximaConfirmarParticipacion").DateFormatWCF();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue