| Line 133... |
Line 133... |
| 133 |
<input id="fbbTaxCode" name="fbbTaxCode" value='$itemDetail.getFbbtaxCode()'type="text"/></td>
|
133 |
<input id="fbbTaxCode" name="fbbTaxCode" value='$itemDetail.getFbbtaxCode()'type="text"/></td>
|
| 134 |
#else
|
134 |
#else
|
| 135 |
<input id="fbbTaxCode" name="fbbTaxCode" value=''type="text"/></td>
|
135 |
<input id="fbbTaxCode" name="fbbTaxCode" value=''type="text"/></td>
|
| 136 |
#end
|
136 |
#end
|
| 137 |
</tr>
|
137 |
</tr>
|
| 138 |
<td class="detail">FBA Listing</td>
|
- |
|
| 139 |
<td class="value">#if ($itemDetail.isIsFba())
|
- |
|
| 140 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
- |
|
| 141 |
<input name="isFba" value='True' type="hidden"/>
|
- |
|
| 142 |
#else
|
- |
|
| 143 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
- |
|
| 144 |
<input name="isFba" value='False' type="hidden"/>
|
- |
|
| 145 |
#end</td>
|
- |
|
| 146 |
</tr>
|
- |
|
| 147 |
<tr>
|
- |
|
| 148 |
<td class="detail">FBA Price</td>
|
- |
|
| 149 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
- |
|
| 150 |
</tr>
|
- |
|
| 151 |
<tr>
|
138 |
<tr>
|
| 152 |
<td class="detail">MFN Listing</td>
|
139 |
<td class="detail">MFN Listing</td>
|
| 153 |
<td class="value">#if ($itemDetail.isIsNonFba())
|
140 |
<td class="value">#if ($itemDetail.isIsNonFba())
|
| 154 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
141 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 155 |
<input name="isNonFba" value='True' type="hidden"/>
|
142 |
<input name="isNonFba" value='True' type="hidden"/>
|
| Line 158... |
Line 145... |
| 158 |
<input name="isNonFba" value='False' type="hidden"/>
|
145 |
<input name="isNonFba" value='False' type="hidden"/>
|
| 159 |
#end
|
146 |
#end
|
| 160 |
</td>
|
147 |
</td>
|
| 161 |
</tr>
|
148 |
</tr>
|
| 162 |
<tr>
|
149 |
<tr>
|
| 163 |
<td class="detail">MFN Price</td>
|
150 |
<td class="detail">FBA Listing</td>
|
| - |
|
151 |
<td class="value">#if ($itemDetail.isIsFba())
|
| - |
|
152 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
153 |
<input name="isFba" value='True' type="hidden"/>
|
| - |
|
154 |
#else
|
| 164 |
<td class="value"><input id="sellingPrice" name="sellingPrice" value='$itemDetail.getSellingPrice()'type="text"/></td>
|
155 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
156 |
<input name="isFba" value='False' type="hidden"/>
|
| - |
|
157 |
#end</td>
|
| 165 |
</tr>
|
158 |
</tr>
|
| 166 |
<tr>
|
159 |
<tr>
|
| 167 |
<td class="detail">FBB Listing</td>
|
160 |
<td class="detail">FBB Listing</td>
|
| 168 |
<td class="value">#if ($itemDetail.isIsFbb())
|
161 |
<td class="value">#if ($itemDetail.isIsFbb())
|
| 169 |
<select name="isFbb"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
162 |
<select name="isFbb"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 170 |
#else
|
163 |
#else
|
| 171 |
<select name="isFbb"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
164 |
<select name="isFbb"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 172 |
#end
|
165 |
#end
|
| 173 |
</td>
|
166 |
</td>
|
| 174 |
</tr>
|
167 |
</tr>
|
| - |
|
168 |
<tr>
|
| - |
|
169 |
<td class="detail">MFN Price</td>
|
| - |
|
170 |
<td class="value"><input id="sellingPrice" name="sellingPrice" value='$itemDetail.getSellingPrice()'type="text"/></td>
|
| - |
|
171 |
</tr>
|
| - |
|
172 |
<tr>
|
| - |
|
173 |
<td class="detail">FBA Price</td>
|
| - |
|
174 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
| - |
|
175 |
</tr>
|
| 175 |
</tbody>
|
176 |
</tbody>
|
| 176 |
</table>
|
177 |
</table>
|
| 177 |
</div>
|
178 |
</div>
|
| 178 |
<div class="left" style="float: right; width: 48%;">
|
179 |
<div class="left" style="float: right; width: 48%;">
|
| 179 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
180 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
| Line 192... |
Line 193... |
| 192 |
<select name="isInventoryOverride"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
193 |
<select name="isInventoryOverride"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 193 |
#end
|
194 |
#end
|
| 194 |
</td>
|
195 |
</td>
|
| 195 |
</tr>
|
196 |
</tr>
|
| 196 |
<tr>
|
197 |
<tr>
|
| - |
|
198 |
<td class="detail">Suppress MFN Price</td>
|
| - |
|
199 |
<td class="value">#if ($itemDetail.isSuppressMfnPriceUpdate())
|
| - |
|
200 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
201 |
#else
|
| - |
|
202 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
203 |
#end
|
| - |
|
204 |
</td>
|
| - |
|
205 |
</tr>
|
| - |
|
206 |
<tr>
|
| 197 |
<td class="detail">Suppress FBA Price</td>
|
207 |
<td class="detail">Suppress FBA Price</td>
|
| 198 |
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
|
208 |
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
|
| 199 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
209 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 200 |
#else
|
210 |
#else
|
| 201 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
211 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| Line 208... |
Line 218... |
| 208 |
#else
|
218 |
#else
|
| 209 |
<select name="suppressFbbPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
219 |
<select name="suppressFbbPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 210 |
#end</td>
|
220 |
#end</td>
|
| 211 |
</tr>
|
221 |
</tr>
|
| 212 |
<tr>
|
222 |
<tr>
|
| 213 |
<td class="detail">Suppress MFN Price</td>
|
- |
|
| 214 |
<td class="value">#if ($itemDetail.isSuppressMfnPriceUpdate())
|
- |
|
| 215 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
- |
|
| 216 |
#else
|
- |
|
| 217 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
- |
|
| 218 |
#end
|
- |
|
| 219 |
</td>
|
- |
|
| 220 |
</tr>
|
- |
|
| 221 |
<tr>
|
- |
|
| 222 |
<td class="detail">Lead Time To Ship</td>
|
223 |
<td class="detail">Lead Time To Ship</td>
|
| 223 |
<td class="value">
|
224 |
<td class="value">
|
| 224 |
#if ( !$itemDetail.isIsCustomTime() )
|
225 |
#if ( !$itemDetail.isIsCustomTime() )
|
| 225 |
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
|
226 |
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
|
| 226 |
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
|
227 |
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
|