Subversion Repositories SmartDukaan

Rev

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

Rev 30416 Rev 30439
Line 4... Line 4...
4
	});
4
	});
5
 
5
 
6
	$(document).on('click', ".team-commitment", function() {
6
	$(document).on('click', ".team-commitment", function() {
7
		loadTeamCommitment("main-content");
7
		loadTeamCommitment("main-content");
8
	});
8
	});
-
 
9
 
-
 
10
 
9
	$(document).on('click', ".partner-health", function() {
11
	$(document).on('click', ".partner-health", function() {
10
		loadPartnerHealth("main-content");
12
		loadPartnerHealth("main-content");
11
	});
13
	});
12
 
14
 
-
 
15
 
-
 
16
	$(document).on('click', ".submitCommitment",
-
 
17
		function() {
-
 
18
 
-
 
19
			var startDateTime = $('input[name="commitmentDate"]').val();
-
 
20
 
-
 
21
			console.log(startDateTime)
-
 
22
			doGetAjaxRequestHandler(context + "/getTeamCommitment?date="
-
 
23
				+ startDate, function(response) {
-
 
24
					console.log(response)
-
 
25
					$('.teamcommitmentcontainer').html(response);
-
 
26
 
-
 
27
				});
-
 
28
		});
-
 
29
 
-
 
30
 
13
	$(document).on('click', ".submitDateWiseLead", function() {
31
	$(document).on('click', ".submitDateWiseLead", function() {
14
 
32
 
15
 
33
 
16
		var leadDate = $("#dateWiseLead").val();
34
		var leadDate = $("#dateWiseLead").val();
17
		var status = $("#statusFilter").val();
35
		var status = $("#statusFilter").val();