Subversion Repositories SmartDukaan

Rev

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

Rev 27489 Rev 31172
Line 8... Line 8...
8
    });
8
    });
9
    
9
    
10
    
10
    
11
$(function(){
11
$(function(){
12
  	getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
12
  	getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
13
		partnerId = selectedPartner.partnerId;
-
 
14
 	
13
		
-
 
14
 	$('#partnerId').val(selectedPartner.partnerId + "");
15
	console.log(partnerId);
15
	console.log(partnerId);
16
	});
16
	});
-
 
17
	
-
 
18
	   $('input[name="hdate"]').daterangepicker(getSingleDatePicker());
-
 
19
   
17
});
20
});
18
        
21
        
19
           	
22
           	
20
 </script>
23
 </script>
21
<section class="wrapper">
24
<section class="wrapper">
Line 31... Line 34...
31
		</div>
34
		</div>
32
	</div>
35
	</div>
33
	
36
	
34
	<table style="Width:100%; margin-bottom:15px">
37
	<table style="Width:100%; margin-bottom:15px">
35
		<tr>
38
		<tr>
36
			<td align="left" style="Width:20%">
39
			<td align="left" style="Width:5%">
37
		     <div class = "row">
-
 
38
		       <div class="col-lg-2">
40
		       <div class="col-lg-12">
39
			    <div class="input-group">
41
			    <div class="input-group">
40
		    	<input placeholder="Partner Name" type="text" class="typeahead form-control" id="typeaheadpartner" name="Item" data-provide="typeahead" autocomplete="off">
42
		    	<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"/>
43
		    	<input id="partnerId" type="hidden"/>
42
	    		<span class="input-group-btn">
44
	    		<span class="input-group-btn">
43
	      			<button class="btn btn-primary submit" id="hygiene-fofo-search" type="button">Go!</button>
45
	      			<button class="btn btn-primary submit" id="hygiene-fofo-search" type="button">Go!</button>
44
	    		</span>
46
	    		</span>
45
	          </div>
47
	          </div>
46
	          </div>
-
 
47
	         </div>
48
	         </div>
48
	        </td>
49
	        </td>
-
 
50
	        
-
 
51
	       <td align="left" style="Width:20%">
-
 
52
		        <div class="col-lg-12">
-
 
53
			    <div class="input-group">
-
 
54
		       <input placeholder="Date" id="hdate" name="hdate"  type="text" value=""  class="form-control">
-
 
55
	    		<span class="input-group-btn">
-
 
56
	      			<button class="btn btn-primary submit" id="hygiene-date-search" type="button">Go!</button>
-
 
57
	    		</span>
-
 
58
	          </div>
-
 
59
	         </div>
-
 
60
	      </td>
-
 
61
	   
49
	   
62
	   
50
	  
63
	  
51
		</tr>
64
		</tr>
52
    </table>
65
    </table>
53
	<div id="hygiene-table">
66
	<div id="hygiene-table">