Subversion Repositories SmartDukaan

Rev

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

Rev 27799 Rev 28599
Line 19... Line 19...
19
                <th>Id</th>
19
                <th>Id</th>
20
                <th>Created On</th>
20
                <th>Created On</th>
21
                <th>Acquired Date()</th>
21
                <th>Acquired Date()</th>
22
                <th>Outlet Name(SM)</th>
22
                <th>Outlet Name(SM)</th>
23
                <th>Phone Number(SM)</th>
23
                <th>Phone Number(SM)</th>
-
 
24
                <th>Address(SM)</th>
24
                <th>City (SM)</th>
25
                <th>City (SM)</th>
25
                <th>State Head(SM)</th>
26
                <th>State Head(SM)</th>
26
                <th>BDM (SM)</th>
27
                <th>BDM (SM)</th>
27
                <th>Store Pics(SM)</th>
28
                <th>Store Pics(SM)</th>
28
                <th>Agreed Brand fees(SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
Line 89... Line 90...
89
                                   disabled ></td>
90
                                   disabled ></td>
90
                    #else
91
                    #else
91
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
92
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
92
                    #end
93
                    #end
93
 
94
 
-
 
95
                    #if($pob.getAddress()&& $pob.getAddress()!="" )
-
 
96
                        <td style="background:lime;">
-
 
97
                        <input type="text" placeholder="Address" value="$pob.getAddress()"
-
 
98
                                   name="addess1"
-
 
99
                                   disabled ></td>
-
 
100
                    #else
-
 
101
                        <td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
-
 
102
                    #end
-
 
103
                    
-
 
104
 
94
                    #if($pob.getCity() && $pob.getCity() != "")
105
                    #if($pob.getCity() && $pob.getCity() != "")
95
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
106
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
96
                    #else
107
                    #else
97
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
108
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
98
                    #end
109
                    #end
Line 374... Line 385...
374
                    "bLengthChange": true,
385
                    "bLengthChange": true,
375
                    "bFilter": true,
386
                    "bFilter": true,
376
                    "bInfo": false,
387
                    "bInfo": false,
377
                    "bAutoWidth": false,
388
                    "bAutoWidth": false,
378
                    "scrollX": true,
389
                    "scrollX": true,
-
 
390
                  fixedColumns:   {
379
                 
391
            leftColumns: 2
-
 
392
        },
380
                   
393
                   
381
                });
394
                });
382
  
395
  
383
   
396
   
384
    
397