| Line 38... |
Line 38... |
| 38 |
<input type="hidden" name="poId" value="$action.getPoId()"/>
|
38 |
<input type="hidden" name="poId" value="$action.getPoId()"/>
|
| 39 |
<input type="hidden" name="invoiceNumber" value="$action.getInvoiceNumber()"/>
|
39 |
<input type="hidden" name="invoiceNumber" value="$action.getInvoiceNumber()"/>
|
| 40 |
<input type="hidden" name="freightCharges" value="$action.getFreightCharges()"/>
|
40 |
<input type="hidden" name="freightCharges" value="$action.getFreightCharges()"/>
|
| 41 |
<input type="hidden" name="_method" value="put"/>
|
41 |
<input type="hidden" name="_method" value="put"/>
|
| 42 |
<a href="/inventory/purchase!itemNumberMappingEditNew?id=0" target="_blank">Create item number mapping</a>
|
42 |
<a href="/inventory/purchase!itemNumberMappingEditNew?id=0" target="_blank">Create item number mapping</a>
|
| - |
|
43 |
|
| - |
|
44 |
##if ($action.isTransferAllowedFromWarehouse($action.getWarehouseId()))
|
| - |
|
45 |
<div id = "item-transfer-warehouse-selector">
|
| - |
|
46 |
<span>Transfer on Scan-in to Warehouse </span>
|
| - |
|
47 |
<select name = "transferWarehouseId">
|
| - |
|
48 |
<option value = "0" >Select...</option>
|
| - |
|
49 |
#if($action.getTransferWarehouseId())
|
| - |
|
50 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
| - |
|
51 |
#if($warehouse.getId()==$action.getTransferWarehouseId())
|
| - |
|
52 |
<option value = "$warehouse.getId()" selected>$warehouse.getDisplayName()</option>
|
| - |
|
53 |
#end
|
| - |
|
54 |
#end
|
| - |
|
55 |
#else
|
| - |
|
56 |
#foreach($warehouse in $action.getAllowedDestinationWarehousesForTransfer($action.getWarehouseId()))
|
| - |
|
57 |
<option value = "$warehouse.getId()">$warehouse.getDisplayName()</option>
|
| - |
|
58 |
#end
|
| - |
|
59 |
#end
|
| - |
|
60 |
</select>
|
| - |
|
61 |
<!--input type="button" id="transfer-items-button" value="Submit"/-->
|
| - |
|
62 |
</div>
|
| - |
|
63 |
##end
|
| - |
|
64 |
|
| 43 |
<table border="1">
|
65 |
<table border="1">
|
| 44 |
<thead >
|
66 |
<thead >
|
| 45 |
<tr >
|
67 |
<tr >
|
| 46 |
<th >Select Item OR Fill Item Number</th>
|
68 |
<th >Select Item OR Fill Item Number</th>
|
| 47 |
<th >Serial Number</th>
|
69 |
<th >Serial Number</th>
|