| Line 208... |
Line 208... |
| 208 |
<td class="currency">$priceDrop.getAmount()</td>
|
208 |
<td class="currency">$priceDrop.getAmount()</td>
|
| 209 |
<td class="currency">$priceDrop.getNewDp()</td>
|
209 |
<td class="currency">$priceDrop.getNewDp()</td>
|
| 210 |
<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
|
210 |
<td>$priceDrop.getAffectedOn().format($dateFormatter)</td>
|
| 211 |
<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
|
211 |
<td>$priceDrop.getCreatedOn().format($dateFormatter)</td>
|
| 212 |
<td>
|
212 |
<td>
|
| 213 |
#if($priceDrop.getProcessTimestamp())
|
- |
|
| 214 |
$priceDrop.getProcessTimestamp().format($dateTimeFormatter)
|
- |
|
| 215 |
#end
|
- |
|
| 216 |
<input class="btn btn-info btn-sm mk_view_imeis" data-toggle="modal" data-target="#viewImeisModal" type="submit" value="Process"/>
|
- |
|
| 217 |
</td>
|
- |
|
| 218 |
<td>
|
- |
|
| 219 |
<input type="number" name="priceDropIn" placeholder = "Price Drop In" class="form-control price-drop-in input-sm"/>
|
213 |
<input type="number" name="priceDropIn" placeholder = "Price Drop In" class="form-control price-drop-in input-sm"/>
|
| 220 |
</td>
|
214 |
</td>
|
| 221 |
<td>
|
215 |
<td>
|
| 222 |
#if($priceDrop.getPartnerPayout() > 0)
|
216 |
#if($priceDrop.getPartnerPayout() > 0)
|
| 223 |
<input type="number" readonly name="partnerPayout" placeholder = "Partner Payout" value="${priceDrop.getAutoPartnerPayout()}" class="form-control partner-payout input-sm"/>
|
217 |
<input type="number" readonly name="partnerPayout" placeholder = "Partner Payout" value="${priceDrop.getAutoPartnerPayout()}" class="form-control partner-payout input-sm"/>
|
| Line 225... |
Line 219... |
| 225 |
<input type="number" name="partnerPayout" placeholder = "Partner Payout" value="${priceDrop.getAutoPartnerPayout()}" class="form-control partner-payout input-sm"/>
|
219 |
<input type="number" name="partnerPayout" placeholder = "Partner Payout" value="${priceDrop.getAutoPartnerPayout()}" class="form-control partner-payout input-sm"/>
|
| 226 |
<input class="btn btn-info btn-sm mk_add_payout" type="submit" value="Add Payout"/>
|
220 |
<input class="btn btn-info btn-sm mk_add_payout" type="submit" value="Add Payout"/>
|
| 227 |
#end
|
221 |
#end
|
| 228 |
</td>
|
222 |
</td>
|
| 229 |
<td>
|
223 |
<td>
|
| - |
|
224 |
#if($priceDrop.getProcessTimestamp())
|
| - |
|
225 |
$priceDrop.getProcessTimestamp().format($dateTimeFormatter)
|
| - |
|
226 |
#end
|
| - |
|
227 |
<input class="btn btn-info btn-sm mk_view_imeis" data-toggle="modal" data-target="#viewImeisModal" type="submit" value="Process"/>
|
| - |
|
228 |
</td>
|
| - |
|
229 |
<td>
|
| 230 |
<input class="downloadtotalIMEI btn btn-info btn-sm" value="Download" type="submit" />
|
230 |
<input class="downloadtotalIMEI btn btn-info btn-sm" value="Download" type="submit" />
|
| 231 |
</td>
|
231 |
</td>
|
| 232 |
</tr>
|
232 |
</tr>
|
| 233 |
#end
|
233 |
#end
|
| 234 |
</tbody>
|
234 |
</tbody>
|