Subversion Repositories SmartDukaan

Rev

Rev 32577 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32577 Rev 32578
Line 205... Line 205...
205
    </table>
205
    </table>
206
</div>
206
</div>
207
<div class="row warehouseMilestone" style="margin: 5px">
207
<div class="row warehouseMilestone" style="margin: 5px">
208
</div>
208
</div>
209
 
209
 
-
 
210
<script type="text/javascript">
-
 
211
    context = "${rc.contextPath}";
-
 
212
</script>
-
 
213
    #parse("include-scripts.vm")
210
 
214
 
211
<script>
215
<script type="text/javascript">
212
 
216
 
213
  function changeWarehousePurchaseMilestone() {
217
    function changeWarehousePurchaseMilestone() {
214
        var warehouseId = $('#warehousepurchasemil').val();
218
        var warehouseId = $('#warehousepurchasemil').val();
215
 
219
 
216
 
220
 
217
        doGetAjaxRequestHandler(context + "/getPurchaseCountByMileStone?warehouseId="
221
        doGetAjaxRequestHandler(context + "/getPurchaseCountByMileStone?warehouseId="
218
                + warehouseId, function (response) {
222
                + warehouseId, function (response) {
219
            $('.purchaseMilestoneContainer').html(response);
223
            $('.purchaseMilestoneContainer').html(response);
220
        });
224
        });
221
 
225
 
222
    }
226
    }
223
 
227
 
-
 
228
    $(document).ready(function () {
-
 
229
        doGetAjaxRequestHandler(context + "/getPurchaseCountByMileStone", function (response) {
-
 
230
            $('.purchaseMilestoneContainer').html(response);
-
 
231
        });
-
 
232
    })
224
 
233
 
225
</script>
-
 
226
 
234
 
-
 
235
</script>
227
 
236
 
228
 
237
 
229
</body>
238
</body>
230
</html>
239
</html>