Subversion Repositories SmartDukaan

Rev

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

Rev 32074 Rev 32676
Line 12... Line 12...
12
		loadVendorPriceCircular("main-content");
12
		loadVendorPriceCircular("main-content");
13
	});
13
	});
14
 
14
 
15
 
15
 
16
	$(document).on('click', ".vendorcatalogpricing", function() {
16
	$(document).on('click', ".vendorcatalogpricing", function() {
17
 
-
 
-
 
17
        if (typeof currentModel === 'undefined' || currentModel === null || currentModel === '') {
-
 
18
            alert('Please search for the right model');
-
 
19
        } else {
18
		doGetAjaxRequestHandler(context + "/getVendorCatalogPricingByModel?catalogId=" + currentModel, function(response) {
20
            doGetAjaxRequestHandler(context + "/getVendorCatalogPricingByModel?catalogId=" + currentModel, function(response) {
19
			$('.vendorCatatlogPricingView').html(response);
21
                $('.vendorCatatlogPricingView').html(response);
20
 
-
 
21
		});
22
            });
22
 
23
        }
23
	});
24
    });
24
 
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
	$(document).on('click', ".createvendorcatalogpricing", function() {
29
	$(document).on('click', ".createvendorcatalogpricing", function() {