Subversion Repositories SmartDukaan

Rev

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

Rev 32503 Rev 32577
Line 51... Line 51...
51
    </style>
51
    </style>
52
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
52
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
53
</head>
53
</head>
54
<body>
54
<body>
55
<div class="container-fluid">
55
<div class="container-fluid">
-
 
56
    <div class="row">
-
 
57
        <div class="col-lg-6 purchaseMilestoneContainer"></div>
-
 
58
    </div>
56
    <table class="table" style="border:2px solid black">
59
    <table class="table" style="border:2px solid black">
57
        <thead>
60
        <thead>
58
        <tr>
61
        <tr>
59
            #set($colspan=$milestones.size()*3+1)
62
            #set($colspan=$milestones.size()*3+1)
60
            <th colspan="$colspan" style="text-align: center;vertical-align: middle;background-color:#EBCA58">Partners
63
            <th colspan="$colspan" style="text-align: center;vertical-align: middle;background-color:#EBCA58">Partners
Line 199... Line 202...
199
            #end
202
            #end
200
        </tr>
203
        </tr>
201
        </tfoot>
204
        </tfoot>
202
    </table>
205
    </table>
203
</div>
206
</div>
-
 
207
<div class="row warehouseMilestone" style="margin: 5px">
-
 
208
</div>
-
 
209
 
-
 
210
 
-
 
211
<script>
-
 
212
 
-
 
213
  function changeWarehousePurchaseMilestone() {
-
 
214
        var warehouseId = $('#warehousepurchasemil').val();
-
 
215
 
-
 
216
 
-
 
217
        doGetAjaxRequestHandler(context + "/getPurchaseCountByMileStone?warehouseId="
-
 
218
                + warehouseId, function (response) {
-
 
219
            $('.purchaseMilestoneContainer').html(response);
-
 
220
        });
-
 
221
 
-
 
222
    }
-
 
223
 
-
 
224
 
-
 
225
</script>
-
 
226
 
-
 
227
 
-
 
228
 
204
</body>
229
</body>
205
</html>
230
</html>