Subversion Repositories SmartDukaan

Rev

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

Rev 34401 Rev 34412
Line 332... Line 332...
332
        var fofoId = $(this).data('fofoid');
332
        var fofoId = $(this).data('fofoid');
333
        var brand = $(this).data('brand');
333
        var brand = $(this).data('brand');
334
 
334
 
335
        var $row = $(this).closest('tr');
335
        var $row = $(this).closest('tr');
336
 
336
 
337
        var shortInvest = $row.find('.shortInvestment-mk').val().trim();
337
        //var shortInvest = $row.find('.shortInvestment-mk').val().trim();
-
 
338
        var shortInvest = 0;
338
 
339
 
339
        console.log(shortInvest)
340
        console.log(shortInvest)
340
 
341
 
341
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest, function (response) {
342
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest, function (response) {
342
 
343