Subversion Repositories SmartDukaan

Rev

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

Rev 34295 Rev 34304
Line 31... Line 31...
31
                        </thead>
31
                        </thead>
32
                        <tbody>
32
                        <tbody>
33
                            #foreach($model in $pendingRequestedHidAllocations)
33
                            #foreach($model in $pendingRequestedHidAllocations)
34
                            <tr>
34
                            <tr>
35
                                <td> $model.getFofoId() </td>
35
                                <td> $model.getFofoId() </td>
36
                                <td> $userMap.get($model.getFofoId()).getName() </td>
36
                                <td> $userMap.get($model.getFofoId()).getName()
-
 
37
                                    - $fofoStoreMap.get($model.getFofoId()).getCode() </td>
37
                                <td> $model.getCatalogId() </td>
38
                                <td> $model.getCatalogId() </td>
38
                                <td> $model.getModelNumber() </td>
39
                                <td> $model.getModelNumber() </td>
39
                                <td> $model.getBrand() </td>
40
                                <td> $model.getBrand() </td>
40
                                <td><input type="text" value="$model.getRequested_allocation()"
41
                                <td><input type="text" value="$model.getRequested_allocation()"
41
                                           class="reuested_allocation" disabled> <a role="button"> <i
42
                                           class="reuested_allocation" disabled> <a role="button"> <i