Subversion Repositories SmartDukaan

Rev

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

Rev 24058 Rev 24060
Line 143... Line 143...
143
	
143
	
144
	$('button.download-imeis').live('click', function(){
144
	$('button.download-imeis').live('click', function(){
145
		doAjaxGetDownload(context+"/price-drop/imes/download/?affectedDate="+startDate +"&itemId=" + currentItem.itemId, "pricedrop.csv")
145
		doAjaxGetDownload(context+"/price-drop/imes/download/?affectedDate="+startDate +"&itemId=" + currentItem.itemId, "pricedrop.csv")
146
	});
146
	});
147
	
147
	
-
 
148
	$('button.mk_download_pricing').live('click', function(){
-
 
149
		doAjaxGetDownload(context+"/tagListing/download/4", "pricing.xlsx")
-
 
150
	});
-
 
151
	
148
	
152
	
149
	$('.mk_process_price_drop').live('click', function (){
153
	$('.mk_process_price_drop').live('click', function (){
150
		if (confirm("Are you sure you want to Process price Drop?")) {
154
		if (confirm("Are you sure you want to Process price Drop?")) {
151
			var trElement=$(this).closest('tr');
155
			var trElement=$(this).closest('tr');
152
			var priceDropId = trElement.data('pricedropid');
156
			var priceDropId = trElement.data('pricedropid');