git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C268
This commit is contained in:
parent
456af0d38b
commit
8e07ac90b4
1 changed files with 3 additions and 7 deletions
|
|
@ -278,13 +278,9 @@ this.GuardarSolicitud = function () {
|
|||
////////
|
||||
this.GuardarTareasPendientes = function () {
|
||||
|
||||
//txtNombreSuperior = $('#txtNombreSuperior').val();
|
||||
|
||||
var ArrayUsuarios = [];
|
||||
//var data = txtNombreSuperior
|
||||
// .toString();
|
||||
|
||||
//$.each(function (data) {
|
||||
|
||||
|
||||
TareaPendiente
|
||||
= {
|
||||
|
|
@ -299,9 +295,9 @@ this.GuardarTareasPendientes = function () {
|
|||
}
|
||||
|
||||
ArrayUsuarios.push(TareaPendiente);
|
||||
//});
|
||||
|
||||
|
||||
var uri = SinortWCF + '/api/InsertarActualizarTareasPendientes';
|
||||
var uri = SinortWCF + '/api/InsertarActualizarTareasPendientes2';
|
||||
var model = {
|
||||
ListaTareasPendientes: ArrayUsuarios
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue