Subversion Repositories SmartDukaan

Rev

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

Rev 34087 Rev 34088
Line 157... Line 157...
157
				$('#itemWiseBrandStock .modal-content').html(response);
157
				$('#itemWiseBrandStock .modal-content').html(response);
158
 
158
 
159
			});
159
			});
160
	});
160
	});
161
 
161
 
162
	$(document).on('click', '.brandFocusedStockDetail', function () {
-
 
163
 
162
 
164
		var fofoId = $(this).data('fofoid');
-
 
165
		var brand = $(this).data('brand');
-
 
166
 
-
 
167
		doGetAjaxRequestHandler(
-
 
168
			"https://partners.smartdukaan.com" + "/getPartnerShortageStockDetail?brand=" + brand + "&fofoId="
-
 
169
			+ fofoId, function (response) {
-
 
170
 
163
 
171
				$('#itemWiseBrandStockDetail').html(response);
-
 
172
 
164
 
173
			});
-
 
174
	});
-
 
175
 
165
 
176
 
166
 
177
 
167
 
178
	$(document).on('click', ".agingDataAfterNintyDays", function() {
168
	$(document).on('click', ".agingDataAfterNintyDays", function() {
179
		var fofoId = $(this).data('fofoid');
169
		var fofoId = $(this).data('fofoid');