Subversion Repositories SmartDukaan

Rev

Rev 26293 | Rev 26748 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26293 Rev 26721
Line 2... Line 2...
2
	$(document).on('click',"a.allocation_po", function() {
2
	$(document).on('click',"a.allocation_po", function() {
3
		currentFofoId = 0;
3
		currentFofoId = 0;
4
		counterSize = '';
4
		counterSize = '';
5
		loadIndent('main-content');
5
		loadIndent('main-content');
6
	});
6
	});
-
 
7
	
-
 
8
	$(".partners_allocation")
-
 
9
	.live(
-
 
10
			'click',
-
 
11
			function() {
-
 
12
				
-
 
13
				doGetAjaxRequestHandler(context + "/getPartnerAllocation", function(response) {
-
 
14
					$('#' + 'main-content').html(response);
-
 
15
 
-
 
16
				});
-
 
17
					
-
 
18
			});
-
 
19
	
-
 
20
	$(".partnerAllocation")
-
 
21
	.live(
-
 
22
			'click',
-
 
23
			function() {
-
 
24
				
-
 
25
				var fofoId = $('#fofo-users').val()
-
 
26
				console.log(fofoId)
-
 
27
				
-
 
28
					var fofoStore  = $(this).data('fofostorecode');
-
 
29
				console.log(fofoStore)
-
 
30
				var url = "/indent/loadIndent?fofoId=" + fofoId + "&counterSize="
-
 
31
				+ "TEN_LAC";
-
 
32
		              doAjaxRequestHandler(context + url, "GET", function(response) {{}
-
 
33
			         
-
 
34
			           
-
 
35
			           $('.partner-indent-container').html(response);
-
 
36
		               });
-
 
37
			});
-
 
38
	
-
 
39
	
7
	$("button.mk_pause_button")
40
	$("button.mk_pause_button")
8
			.live(
41
			.live(
9
					'click',
42
					'click',
10
					function() {
43
					function() {
11
						var clickedButton = $(this);
44
						var clickedButton = $(this);