Subversion Repositories SmartDukaan

Rev

Rev 30466 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30466 Rev 34525
Line 5... Line 5...
5
	}
5
	}
6
	doGetAjaxRequestHandler(context + "/activatedImeis", function (response) {
6
	doGetAjaxRequestHandler(context + "/activatedImeis", function (response) {
7
		$('#main-content').html(response);
7
		$('#main-content').html(response);
8
	});
8
	});
9
});
9
});
-
 
10
 
-
 
11
$(document).on('click', '.analysis_activated_imeis', function () {
-
 
12
	var fofoId = $(this).data('fofoid');
-
 
13
	if (typeof pendingPO != "undefined") {
-
 
14
		delete pendingPO;
-
 
15
		delete pendingPOCustomer;
-
 
16
	}
-
 
17
	doGetAjaxRequestHandler(context + "/analysis/activatedImeis?fofoId=" + fofoId, function (response) {
-
 
18
		$('#main-content').html(response);
-
 
19
	});
-
 
20
});
-
 
21
 
10
$(document).on('click', '.activated_imeis_grn_pending', function () {
22
$(document).on('click', '.activated_imeis_grn_pending', function () {
11
	doGetAjaxRequestHandler(context + "/activated-imeis-grn-pending", function (response) {
23
	doGetAjaxRequestHandler(context + "/activated-imeis-grn-pending", function (response) {
12
		$('#main-content').html(response);
24
		$('#main-content').html(response);
13
	});
25
	});
14
});
26
});