Subversion Repositories SmartDukaan

Rev

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

Rev 30044 Rev 30046
Line 36... Line 36...
36
				 <table id="partnerBrandWiseDetail" class="table table-striped table-advance table-hover" style="width:100%">
36
				 <table id="partnerBrandWiseDetail" class="table table-striped table-advance table-hover" style="width:100%">
37
				 <thead>
37
				 <thead>
38
	    				<tr>
38
	    				<tr>
39
	    				<th>Partner Name</th>
39
	    				<th>Partner Name</th>
40
	    				<th>Code</th>
40
	    				<th>Code</th>
-
 
41
	    				<th>Activation Type</th>
41
	    				<th>Category</th>
42
	    				<th>Category</th>
42
	    				<th>Manager</th>
43
	    				<th>Manager</th>
43
	    				<th>Wallet Amount</th>
44
	    				<th>Wallet Amount</th>
44
	    				<th>Short Invest</th>
45
	    				<th>Short Invest</th>
45
	    			    <th>Min Invest</th>
46
	    			    <th>Min Invest</th>
Line 59... Line 60...
59
	    			
60
	    			
60
	    			    #foreach($cr in $customRetailers.entrySet())
61
	    			    #foreach($cr in $customRetailers.entrySet())
61
	    			    <tr>
62
	    			    <tr>
62
	    			    <td class="brandStock" data-fofoid="$cr.getKey()"  data-toggle="modal" data-target="#itemWiseBrandStock">$cr.getValue().getBusinessName()</td>
63
	    			    <td class="brandStock" data-fofoid="$cr.getKey()"  data-toggle="modal" data-target="#itemWiseBrandStock">$cr.getValue().getBusinessName()</td>
63
	    			    <td>$cr.getValue().getCode()</td>
64
	    			    <td>$cr.getValue().getCode()</td>
-
 
65
	    			    <td>
-
 
66
	    			    
-
 
67
	    		
-
 
68
	    			    <div style="display:flex">
-
 
69
			    			  <select class="form-control input-sm" id = "activationType" name="activationType"  placeholder="Activation Type" >
-
 
70
								
-
 
71
							   #if($partnerActivationType.get($cr.getKey()))
-
 
72
			                      
-
 
73
							    #foreach($activationType in $activationTypes) 
-
 
74
							    
-
 
75
							      #if($activationType == $partnerActivationType.get($cr.getKey())))
-
 
76
							      
-
 
77
							      <option value="$partnerActivationType.get($cr.getKey())" disabled selected>$partnerActivationType.get($cr.getKey())</option>
-
 
78
							      #else
-
 
79
				             		<option value="$activationType">$activationType</option>
-
 
80
				             		
-
 
81
				             		#end
-
 
82
				                #end
-
 
83
				             		
-
 
84
				               #else
-
 
85
				             	 <option value="" disabled selected>Activation Type</option>
-
 
86
								 #foreach($activationType in $activationTypes) 
-
 
87
				             		<option value="$activationType">$activationType</option>
-
 
88
				             	 #end
-
 
89
				             		
-
 
90
				               #end
-
 
91
				               </div>
-
 
92
		             	</select>
-
 
93
		             	
-
 
94
		             	      <button type="button" form="form" style="padding:2px" data-fofoid="$cr.getKey()"  
-
 
95
                                class="btn btn-primary changeActivation"> Submit  </button>
-
 
96
							             
-
 
97
							  
-
 
98
	    			    
-
 
99
	    			    </td>
64
	    			    <td>$fofoIdPartnerTypeMap.get($cr.getKey())</td>
100
	    			    <td>$fofoIdPartnerTypeMap.get($cr.getKey())</td>
65
	    			    <td>$partnerSalesHeadersMap.get($cr.getKey()).getTerritoryManager()</td>
101
	    			    <td>$partnerSalesHeadersMap.get($cr.getKey()).getTerritoryManager()</td>
66
	    			    
102
	    			    
67
    			        <td class="currency">$partnerDailyInvestmentMap.get($cr.getKey()).getWalletAmount()</td>
103
    			        <td class="currency">$partnerDailyInvestmentMap.get($cr.getKey()).getWalletAmount()</td>
68
    			        
104
    			        
Line 245... Line 281...
245
 
281
 
246
					$('#itemWiseBrandStock .modal-content').html(response);
282
					$('#itemWiseBrandStock .modal-content').html(response);
247
 
283
 
248
				});
284
				});
249
});
285
});
-
 
286
 
-
 
287
 
-
 
288
 
250
</script>
289
</script>
251
290