Subversion Repositories SmartDukaan

Rev

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

Rev 29667 Rev 30017
Line 1... Line -...
1
 
-
 
2
<script type="text/javascript">
1
<script type="text/javascript">
3
$(document).ready(function() {
2
	$(document).ready(function () {
4
  	getItemAheadOptions($("#typeaheaditem"),true,function(selectedItem){
3
		getEntityAheadOptions($("#typeaheaditem"), true, function (selectedEntity) {
5
		itemCatalogId = selectedItem.catalogId;
4
			itemCatalogId = selectedEntity.catalogId_i;
-
 
5
		});
6
	});
6
	});
7
});
-
 
8
</script>
7
</script>
9
 
8
 
10
 
9
 
11
<section class="wrapper">
10
<section class="wrapper">
12
	<div class="row">
11
	<div class="row">
Line 69... Line 68...
69
						<select class="form-control input-sm" id = "regionType" name = "regionType">
68
						<select class="form-control input-sm" id = "regionType" name = "regionType">
70
							<option value="" disabled selected>Region Type</option>
69
							<option value="" disabled selected>Region Type</option>
71
							#foreach($region in $regions)
70
							#foreach($region in $regions)
72
								<option value="$region.getId()">$region.getName()</option>
71
								<option value="$region.getId()">$region.getName()</option>
73
							#end
72
							#end
74
		             	</select>
73
						</select>
75
					</div>
74
						</div>
-
 
75
 
-
 
76
 
-
 
77
						<div class="col-lg-2">
-
 
78
							<input class="btn btn-primary add-model" type="button" value="Add">
76
					
79
						</div>
77
				
80
 
78
					
81
 
79
					<div class="col-lg-2">
82
						<div class="col-lg-3">
80
						<input class="btn btn-primary add-model"  type="button" value="Add">	
83
							<input class="btn btn-primary send-po-notification" type="button" value="Send Notification">
-
 
84
						</div>
-
 
85
 
81
					</div>
86
					</div>
82
					
-
 
83
				 </div>
-
 
84
				
87
 
85
				
88
 
86
			</div>
89
			</div>
87
		</div>
90
		</div>
88
	   </form>
91
		</form>
89
	   
92
 
90
	  <div id="focused-model-table">
93
	<div id="focused-model-table">
91
		<div class="row">
94
		<div class="row">
92
	    	<div class="col-lg-12">
95
	    	<div class="col-lg-12">
93
	    		<table class="table table-striped table-advance table-hover">
96
	    		<table class="table table-striped table-advance table-hover">
94
	    			<tbody>
97
	    			<tbody>
95
	    				<tr>
98
	    				<tr>