Subversion Repositories SmartDukaan

Rev

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

Rev 32022 Rev 32026
Line 51... Line 51...
51
            #if($allMargins.size() > 0 || $offers.size() > 0)
51
            #if($allMargins.size() > 0 || $offers.size() > 0)
52
                #set($rowspan=2)
52
                #set($rowspan=2)
53
            #end
53
            #end
54
 
54
 
55
        <tr>
55
        <tr>
-
 
56
            <th rowspan="$rowspan">Model Id</th>
56
            <th rowspan=$rowspan>Model</th>
57
            <th rowspan=$rowspan>Model</th>
57
            <th rowspan=$rowspan>Type</th>
58
            <th rowspan=$rowspan>Type</th>
58
            <th rowspan=$rowspan>MRP</th>
59
            <th rowspan=$rowspan>MRP</th>
59
            <th rowspan=$rowspan>MOP</th>
60
            <th rowspan=$rowspan>MOP</th>
60
            <th rowspan=$rowspan>DP</th>
61
            <th rowspan=$rowspan>DP</th>
Line 96... Line 97...
96
            #end
97
            #end
97
        </thead>
98
        </thead>
98
        <tbody>
99
        <tbody>
99
            #foreach($priceCircularItemModel in $priceCircularItemModels )
100
            #foreach($priceCircularItemModel in $priceCircularItemModels )
100
            <tr>
101
            <tr>
-
 
102
                <td>$priceCircularItemModel.getCatalogSummaryModel().getCatalogId()</td>
101
                <td>$priceCircularItemModel.getCatalogSummaryModel().getModelName() $priceCircularItemModel.getCatalogSummaryModel().getModelNumber()</td>
103
                <td>$priceCircularItemModel.getCatalogSummaryModel().getModelName() $priceCircularItemModel.getCatalogSummaryModel().getModelNumber()</td>
102
                <td>$priceCircularItemModel.getCatalogSummaryModel().getCategory()</td>
104
                <td>$priceCircularItemModel.getCatalogSummaryModel().getCategory()</td>
103
                <td class="currency">$priceCircularItemModel.getCatalogSummaryModel().getMrp()</td>
105
                <td class="currency">$priceCircularItemModel.getCatalogSummaryModel().getMrp()</td>
104
                <td class="currency mop"
106
                <td class="currency mop"
105
                    data-value="$priceCircularItemModel.getCatalogSummaryModel().getMop()">$priceCircularItemModel.getCatalogSummaryModel().getMop()</td>
107
                    data-value="$priceCircularItemModel.getCatalogSummaryModel().getMop()">$priceCircularItemModel.getCatalogSummaryModel().getMop()</td>
Line 167... Line 169...
167
            "bPaginate": true,
169
            "bPaginate": true,
168
            "bLengthChange": true,
170
            "bLengthChange": true,
169
            "bFilter": true,
171
            "bFilter": true,
170
            "bInfo": false,
172
            "bInfo": false,
171
            "bAutoWidth": false,
173
            "bAutoWidth": false,
172
            "pageLength": 100
174
            "pageLength": 100,
-
 
175
            lengthMenu: [
-
 
176
                [100, -1],
-
 
177
                [100, 'All'],
173
 
178
            ]
174
        });
179
        });
175
        //setMargins();
180
        //setMargins();
176
    });
181
    });
177
 
182
 
178
    $('select.mk_criteria_slab').change(function () {
183
    $('select.mk_criteria_slab').change(function () {