Rev 32256 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script type="text/javascript">$(function () {getVendorAheadOptions($("#typeaheadVendor"), function (selectedVendor) {$('#vendorId').val(selectedVendor.id + "");});});</script><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>PURCHASE ORDER</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>Create</li></ol></div></div><div class="row"><div class="form-group col-lg-2"><select class="form-control input-sm" id = "warehouseMap" name="warehouseMap" placeholder="Warehouse"><option value="" disabled selected>Warehouse</option>#foreach($wm in $warehouseMap.entrySet()))<option value="$wm.getKey()">$wm.getValue()</option>#end</select></div><div class="form-group col-lg-3"><input placeholder="Enter Vendor Name" type="text" class="typeahead form-control"id="typeaheadVendor" name="Item" data-provide="typeahead" value="" autocomplete="off"><input id="vendorId" type="hidden" /></div><div class="col-lg-2 form-group"><input class="form-control btn btn-primary purchaseorderitemview" type="button" value="Submit"></div></div><div class="createpurchaseordercontainer"</div></section>