| Item Number | {{ item.itemNumber }} | Description | {{ item.description }} | Pieces | {{ item.pieces }} | Weight | {{ formatDecimalDisplay(item.weight, 4) }} | Unit Of Measure | {{ getUnitOfMeasureLabel(item.unitOfMeasure) }} | Value | {{ formatDecimalDisplay(item.value, 2) }} | Country of Origin | {{ getCountryLabel(item.countryOfOrigin) }} | Actions |
|---|