\r\n
\r\n {{ $t(\"logistics.size\") }}:{{\r\n !cache.selectedPackagingInfo.length ||\r\n !cache.selectedPackagingInfo.width ||\r\n !cache.selectedPackagingInfo.width\r\n ? \"\"\r\n : cache.selectedPackagingInfo.length +\r\n \"x\" +\r\n cache.selectedPackagingInfo.width +\r\n \"x\" +\r\n cache.selectedPackagingInfo.height +\r\n \" cm\"\r\n }}\r\n
\r\n
\r\n {{ $t(\"logistics.max_capacity\") }}:\r\n {{ cache.selectedPackagingInfo.maxVolume }} m3\r\n
\r\n
\r\n {{ $t(\"warehouse.max_volume_weight\") }}:\r\n {{ cache.selectedPackagingInfo.packBearingQuantity }} kg\r\n
\r\n
\r\n {{ $t(\"logistics.weight_packing_material\") }}:\r\n {{ cache.selectedPackagingInfo.weight }} kg\r\n
\r\n
\r\n {{ $t(\"logistics.cost\") }}:\r\n {{ cache.selectedPackagingInfo.feeUnit\r\n }}{{\r\n $filters.amountToFixed2(cache.selectedPackagingInfo.fee)\r\n }}\r\n
\r\n
\r\n