Subversion Repositories SmartDukaan

Rev

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

Rev 34426 Rev 34527
Line 1421... Line 1421...
1421
                        </div>
1421
                        </div>
1422
 
1422
 
1423
 
1423
 
1424
                    </div>
1424
                    </div>
1425
                    <div class="clearfix"></div>
1425
                    <div class="clearfix"></div>
1426
                    ##                    <div class="model_charbar_container">
-
 
1427
                    ##
-
 
1428
                    ##                    </div>
-
 
1429
                    <div class="modal fade" id="modelChartModal" tabindex="-1" role="dialog"
1426
                    <div class="modal fade" id="modelChartModal" tabindex="-1" role="dialog"
1430
                         aria-labelledby="modelChartModalLabel" aria-hidden="true">
1427
                         aria-labelledby="modelChartModalLabel" aria-hidden="true">
1431
                        <div class="modal-dialog modal-xl" role="document"> <!-- modal-lg for large modal -->
1428
                        <div class="modal-dialog modal-xl" role="document"> <!-- modal-lg for large modal -->
1432
                            <div class="modal-content">
1429
                            <div class="modal-content">
1433
                                <div class="modal-header">
1430
                                <div class="modal-header">
Line 1694... Line 1691...
1694
                console.log(response);
1691
                console.log(response);
1695
                $(".partnerIncomeContainer").html(response);
1692
                $(".partnerIncomeContainer").html(response);
1696
            });
1693
            });
1697
        });
1694
        });
1698
 
1695
 
1699
 
-
 
1700
        $(document).on('change', "#performance-months", function () {
-
 
1701
 
-
 
1702
            var month = $("#performance-months").val();
-
 
1703
            console.log(month);
-
 
1704
 
-
 
1705
            doGetAjaxRequestHandler(context + "/getMonthsInvestment?month=" + month, function (response) {
-
 
1706
                console.log(response);
-
 
1707
                $("#performanceContainer").html(response);
-
 
1708
 
-
 
1709
            });
-
 
1710
        });
-
 
1711
 
-
 
1712
 
-
 
1713
        $(document).on('change', "#offer-months,#mk_offer_brand_filter", function () {
1696
        $(document).on('change', "#offer-months,#mk_offer_brand_filter", function () {
1714
            var monthSearch = $('#offer-months').val();
1697
            var monthSearch = $('#offer-months').val();
1715
            var brandFilter = $('#mk_offer_brand_filter').val();
1698
            var brandFilter = $('#mk_offer_brand_filter').val();
1716
            console.log("monthSearch - ", monthSearch)
1699
            console.log("monthSearch - ", monthSearch)
1717
            console.log("brandFilter - ", brandFilter)
1700
            console.log("brandFilter - ", brandFilter)
Line 1992... Line 1975...
1992
    </div>
1975
    </div>
1993
</div>
1976
</div>
1994
</html>
1977
</html>
1995
<style>
1978
<style>
1996
    .nav-tabs > li {
1979
    .nav-tabs > li {
1997
        font-size: 20px;
1980
        font-size: 12px;
1998
    }
1981
    }
1999
 
1982
 
2000
    .popover2 {
1983
    .popover2 {
2001
        min-width: 30em;
1984
        min-width: 30em;
2002
        height: 410px;
1985
        height: 410px;