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 88... Line 89...
88
                                   name="phonenumber1"
89
                                   name="phonenumber1"
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
-
 
94
                     #if($pob.getAddress()&& $pob.getAddress()!="" )
-
 
95
                        <td style="background:lime;">
-
 
96
                        <input type="text" placeholder="Address" value="$pob.getAddress()"
-
 
97
                                   name="addess1"
-
 
98
                                   disabled ></td>
-
 
99
                    #else
-
 
100
                        <td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
-
 
101
                    #end
-
 
102
                    
93
 
103
 
94
                    #if($pob.getCity() && $pob.getCity() != "")
104
                    #if($pob.getCity() && $pob.getCity() != "")
95
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
105
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
96
                    #else
106
                    #else
97
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
107
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
Line 374... Line 384...
374
                    "bLengthChange": true,
384
                    "bLengthChange": true,
375
                    "bFilter": true,
385
                    "bFilter": true,
376
                    "bInfo": false,
386
                    "bInfo": false,
377
                    "bAutoWidth": false,
387
                    "bAutoWidth": false,
378
                    "scrollX": true,
388
                    "scrollX": true,
-
 
389
                  fixedColumns:   {
379
                 
390
            leftColumns: 2
-
 
391
        },
380
                   
392
                   
381
                });
393
                });
382
   
394
   
383
   
395
   
384
    
396