Subversion Repositories SmartDukaan

Rev

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

Rev 23946 Rev 23951
Line 65... Line 65...
65
		console.log(priceDropId);
65
		console.log(priceDropId);
66
		doAjaxGetDownload(context+"/downloadtotalPriceDropIMEI/"+priceDropId,
66
		doAjaxGetDownload(context+"/downloadtotalPriceDropIMEI/"+priceDropId,
67
		"totalPriceDropIMEI"+priceDropId+".xlsx");
67
		"totalPriceDropIMEI"+priceDropId+".xlsx");
68
	});
68
	});
69
	
69
	
-
 
70
	$('button.download-imeis').live('click', function(){
-
 
71
		doAjaxGetDownload(context+"/price-drop/imes/download/?affectedDate="+startDate +"&itemId=" + currentItem.itemId, "pricedrop.csv")
-
 
72
	});
-
 
73
	
70
	
74
	
71
	$('#cashTopartner').live('click', function (){
75
	$('#cashTopartner').live('click', function (){
72
		if (confirm("Are you sure you want to ProcessAmount!") == true) {
76
		if (confirm("Are you sure you want to ProcessAmount!") == true) {
73
			priceDropId=$(this).data('cashback');
77
			priceDropId=$(this).data('cashback');
74
		var processedamount=$("#" +priceDropId).val();
78
		var processedamount=$("#" +priceDropId).val();