| Line 109... |
Line 109... |
| 109 |
<thead>
|
109 |
<thead>
|
| 110 |
</thead>
|
110 |
</thead>
|
| 111 |
<tbody>
|
111 |
<tbody>
|
| 112 |
<tr style="display:none;">
|
112 |
<tr style="display:none;">
|
| 113 |
<td class="detail">Item Id</td>
|
113 |
<td class="detail">Item Id</td>
|
| 114 |
<td class="value"><input id="itemId" name="itemId" value='$itemDetail.getItemid()'type="text"/></td>
|
114 |
<td class="value"><input id="itemId" name="itemId" value='$itemDetail.getItemid()'type="text" ></td>
|
| 115 |
</tr>
|
115 |
</tr>
|
| 116 |
<tr>
|
116 |
<tr>
|
| 117 |
<td class="detail">Product Description</td>
|
117 |
<td class="detail">Product Description</td>
|
| 118 |
<td class="value">$itemDetail.getItemid() | $itemDetail.getName()</td>
|
118 |
<td class="value">$itemDetail.getItemid() | $itemDetail.getName()</td>
|
| 119 |
</tr>
|
119 |
</tr>
|
| Line 171... |
Line 171... |
| 171 |
</tr>
|
171 |
</tr>
|
| 172 |
<tr>
|
172 |
<tr>
|
| 173 |
<td class="detail">FBA Price</td>
|
173 |
<td class="detail">FBA Price</td>
|
| 174 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
174 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
| 175 |
</tr>
|
175 |
</tr>
|
| - |
|
176 |
<tr>
|
| - |
|
177 |
<td class="detail">FBB Price</td>
|
| - |
|
178 |
<td class="value"><input id="fbbPrice" name="fbbPrice" value='$itemDetail.getFbbPrice()'type="text"/></td>
|
| - |
|
179 |
</tr>
|
| - |
|
180 |
<tr>
|
| - |
|
181 |
<td class="detail">WANLC</td>
|
| - |
|
182 |
<td class="value"><input id="wanlc" name="wanlc" value='$action.getWanlcForItem("$itemDetail.getItemid()")'type="text" disabled/></td>
|
| - |
|
183 |
</tr>
|
| - |
|
184 |
<tr>
|
| - |
|
185 |
<td class="detail">Exceptional WANLC</td>
|
| - |
|
186 |
<td class="value"><input id="exceptionalWanlc" name="exceptionalWanlc" value='$itemDetail.getExceptionalWanlc()'type="text" /></td>
|
| - |
|
187 |
</tr>
|
| - |
|
188 |
<tr>
|
| - |
|
189 |
<td class="detail">FBA Sale Price</td>
|
| - |
|
190 |
<td class="value"><input id="fbaSalePrice" name="fbaSalePrice" value='$itemDetail.getFbaSalePrice()'type="text" disabled/></td>
|
| - |
|
191 |
</tr>
|
| - |
|
192 |
<tr>
|
| - |
|
193 |
<td class="detail">FBB Sale Price</td>
|
| - |
|
194 |
<td class="value"><input id="fbbSalePrice" name="fbbSalePrice" value='$itemDetail.getFbbSalePrice()'type="text" disabled/></td>
|
| - |
|
195 |
</tr>
|
| 176 |
</tbody>
|
196 |
</tbody>
|
| 177 |
</table>
|
197 |
</table>
|
| 178 |
</div>
|
198 |
</div>
|
| 179 |
<div class="left" style="float: right; width: 48%;">
|
199 |
<div class="left" style="float: right; width: 48%;">
|
| 180 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
200 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
| 181 |
<thead>
|
201 |
<thead>
|
| 182 |
</thead>
|
202 |
</thead>
|
| 183 |
<tbody>
|
203 |
<tbody>
|
| 184 |
<tr>
|
204 |
<tr>
|
| 185 |
<td class="detail">FBB Price</td>
|
205 |
<td class="detail">Other Cost</td>
|
| 186 |
<td class="value"><input id="fbbPrice" name="fbbPrice" value='$itemDetail.getFbbPrice()'type="text"/></td>
|
206 |
<td class="value"><input id="otherCost" name="otherCost" value='$itemDetail.getOtherCost()'type="text"></td>
|
| - |
|
207 |
</tr>
|
| - |
|
208 |
<tr>
|
| - |
|
209 |
<td class="detail">WANLC Override</td>
|
| - |
|
210 |
<td class="value">#if ($itemDetail.isOverrrideWanlc())
|
| - |
|
211 |
<select name="overrrideWanlc"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
212 |
#else
|
| - |
|
213 |
<select name="overrrideWanlc"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
214 |
#end
|
| - |
|
215 |
</td>
|
| - |
|
216 |
</tr>
|
| - |
|
217 |
<tr>
|
| - |
|
218 |
<td class="detail">Auto Favourite</td>
|
| - |
|
219 |
<td class="value">#if ($itemDetail.isAutoFavourite())
|
| - |
|
220 |
<select name="autoFavourite"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
221 |
#else
|
| - |
|
222 |
<select name="autoFavourite"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
223 |
#end
|
| - |
|
224 |
</td>
|
| - |
|
225 |
</tr>
|
| - |
|
226 |
<tr>
|
| - |
|
227 |
<td class="detail">Manual Favourite</td>
|
| - |
|
228 |
<td class="value">#if ($itemDetail.isManualFavourite())
|
| - |
|
229 |
<select name="manualFavourite"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
230 |
#else
|
| - |
|
231 |
<select name="manualFavourite"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
232 |
#end
|
| - |
|
233 |
</td>
|
| - |
|
234 |
</tr>
|
| - |
|
235 |
<tr>
|
| - |
|
236 |
<td class="detail">Auto Increment</td>
|
| - |
|
237 |
<td class="value">#if ($itemDetail.isAutoIncrement())
|
| - |
|
238 |
<select name="autoIncrement"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
239 |
#else
|
| - |
|
240 |
<select name="autoIncrement"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
241 |
#end
|
| - |
|
242 |
</td>
|
| - |
|
243 |
</tr>
|
| - |
|
244 |
<tr>
|
| - |
|
245 |
<td class="detail">Auto Decrement</td>
|
| - |
|
246 |
<td class="value">#if ($itemDetail.isAutoDecrement())
|
| - |
|
247 |
<select name="autoDecrement"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
248 |
#else
|
| - |
|
249 |
<select name="autoDecrement"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
250 |
#end
|
| - |
|
251 |
</td>
|
| 187 |
</tr>
|
252 |
</tr>
|
| 188 |
<tr>
|
253 |
<tr>
|
| 189 |
<td class="detail">Inventory Override</td>
|
254 |
<td class="detail">Inventory Override</td>
|
| 190 |
<td class="value">#if ($itemDetail.isIsInventoryOverride())
|
255 |
<td class="value">#if ($itemDetail.isIsInventoryOverride())
|
| 191 |
<select name="isInventoryOverride"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
256 |
<select name="isInventoryOverride"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|