Subversion Repositories SmartDukaan

Rev

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

Rev 32074 Rev 32392
Line 1... Line -...
1
 
-
 
2
 
-
 
3
<script type="text/javascript">
1
<script type="text/javascript">
4
      
-
 
5
		 
-
 
6
	$(function () {
-
 
7
        getEntityAheadOptions($("#vendor-model-search-text"), function (selectedItem) {
-
 
8
        currentModel = selectedItem.catalogId_i;
-
 
9
      });
-
 
10
 
2
 
-
 
3
    $(function () {
-
 
4
        getItemAheadOptions($("#vendor-model-search-text"), false, function (selectedItem) {
-
 
5
            currentModel = selectedItem.catalogId;
-
 
6
        });
11
	});
7
    });
12
 
8
 
13
 
9
 
14
</script>
10
</script>
15
 
11
 
16
 
12
 
17
<section class="wrapper">
13
<section class="wrapper">
18
	<div class="row">
14
    <div class="row">
19
		<div class="col-lg-12">
15
        <div class="col-lg-12">
20
			<h3 class="page-header"><i class="icon_document_alt"></i>Create Vendor Catalog Pricing</h3>
16
            <h3 class="page-header"><i class="icon_document_alt"></i>Create Vendor Catalog Pricing</h3>
21
			<ol class="breadcrumb">
17
            <ol class="breadcrumb">
22
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
18
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
23
				<li><i class="icon_document_alt"></i>Create Vendor Catalog Pricing</li>	
19
                <li><i class="icon_document_alt"></i>Create Vendor Catalog Pricing</li>
24
							  	
20
 
25
			</ol>
21
            </ol>
26
		</div>
22
        </div>
27
	</div>
23
    </div>
28
	
24
 
29
	
25
 
30
		  <div class="row"> 
26
    <div class="row">
31
		   <div class="form-group col-lg-3">
27
        <div class="form-group col-lg-3">
32
		    
28
 
33
             <div class="input-group top_search">
29
            <div class="input-group top_search">
34
                    <input type="text" class="form-control" id="vendor-model-search-text" autocomplete="off"  placeholder="Search Model"/>
30
                <input type="text" class="form-control" id="vendor-model-search-text" autocomplete="off"
-
 
31
                       placeholder="Search Model"/>
35
					<span class="input-group-btn">
32
                <span class="input-group-btn">
36
						<input class="btn btn-primary vendorcatalogpricing" type="button" value="Go!">	
33
						<input class="btn btn-primary vendorcatalogpricing" type="button" value="Go!">	
37
	
34
	
38
	      		</span>
35
	      		</span>
39
	          </div>
36
            </div>
40
	       </div>
37
        </div>
41
        </div>	
38
    </div>
42
        
39
 
43
        
40
 
44
      <div class="vendorCatatlogPricingView"	
41
    <div class="vendorCatatlogPricingView"
45
      </div>	
42
    </div>
46
</section>
43
</section>
47
44