Subversion Repositories SmartDukaan

Rev

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

Rev 34609 Rev 34798
Line 340... Line 340...
340
        var fofoId = $(this).data('fofoid');
340
        var fofoId = $(this).data('fofoid');
341
        var brand = $(this).data('brand');
341
        var brand = $(this).data('brand');
342
 
342
 
343
        var $row = $(this).closest('tr');
343
        var $row = $(this).closest('tr');
344
 
344
 
345
        var shortInvest = $row.find('.shortInvestment-mk').val().trim();
345
        ## var shortInvest = $row.find('.shortInvestment-mk').val().trim();
346
        // var shortInvest = 0;
346
        var shortInvest = 0;
347
 
347
 
348
        console.log(shortInvest)
348
        console.log(shortInvest)
349
 
349
 
350
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest, function (response) {
350
        doGetAjaxRequestHandler(context + "/getPartnerShortageStock?brand=" + brand + "&fofoId=" + fofoId + "&shortInvest=" + shortInvest, function (response) {
351
 
351