Subversion Repositories SmartDukaan

Rev

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

Rev 26318 Rev 27489
Line 4... Line 4...
4
 
4
 
5
 $(".add-customer-feedback").click(function(){
5
 $(".add-customer-feedback").click(function(){
6
        $("#fetchCustomerData").modal({backdrop: false});
6
        $("#fetchCustomerData").modal({backdrop: false});
7
        
7
        
8
    });
8
    });
-
 
9
    
-
 
10
    
-
 
11
$(function(){
-
 
12
  	getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
-
 
13
		partnerId = selectedPartner.partnerId;
-
 
14
 	
-
 
15
	console.log(partnerId);
-
 
16
	});
-
 
17
});
-
 
18
        
-
 
19
           	
9
    </script>
20
 </script>
10
<section class="wrapper">
21
<section class="wrapper">
11
	<div class="row">
22
	<div class="row">
12
		<div class="col-lg-12">
23
		<div class="col-lg-12">
13
			<h3 class="page-header"><i class="icon_document_alt"></i>HYGIENE</h3>
24
			<h3 class="page-header"><i class="icon_document_alt"></i>HYGIENE</h3>
14
			<ol class="breadcrumb">
25
			<ol class="breadcrumb">
Line 18... Line 29...
18
								     </li>						  	
29
								     </li>						  	
19
			</ol>
30
			</ol>
20
		</div>
31
		</div>
21
	</div>
32
	</div>
22
	
33
	
-
 
34
	<table style="Width:100%; margin-bottom:15px">
-
 
35
		<tr>
-
 
36
			<td align="left" style="Width:20%">
-
 
37
		     <div class = "row">
-
 
38
		       <div class="col-lg-2">
-
 
39
			    <div class="input-group">
-
 
40
		    	<input placeholder="Partner Name" type="text" class="typeahead form-control" id="typeaheadpartner" name="Item" data-provide="typeahead" autocomplete="off">
-
 
41
		    	<input id="partnerId" type="hidden"/>
-
 
42
	    		<span class="input-group-btn">
-
 
43
	      			<button class="btn btn-primary submit" id="hygiene-fofo-search" type="button">Go!</button>
-
 
44
	    		</span>
-
 
45
	          </div>
-
 
46
	          </div>
-
 
47
	         </div>
-
 
48
	        </td>
-
 
49
	   
-
 
50
	  
-
 
51
		</tr>
-
 
52
    </table>
23
	<div id="hygiene-table">
53
	<div id="hygiene-table">
24
		<div class="row">
54
		<div class="row">
25
	    	<div class="col-lg-12">
55
	    	<div class="col-lg-12">
26
	    		<table class="table table-striped table-advance table-hover">
56
	    		<table class="table table-striped table-advance table-hover">
27
	    			<tbody>
57
	    			<tbody>