{{$t('自编号')}}:
{{shipmentObj.selfNo}}
{{$t('柜号')}}:
{{shipmentObj.cubNo}}
{{$t('容量')}}:
{{calcCapacity}}
{{$t('始发地')}}:
{{importCityName(shipmentObj.startWarehouseId)}}
{{$t('目的地')}}:
{{importCityName(shipmentObj.destWarehouseId)}}
{{$t('总计')}}:
{{getTotlContent(preList.loadStatistics)}}
{{$t('可预装方数')}}:
{{preList.remainVolume}}m³
{{$t('重量')}}:
{{preList.remainWeight}}kg
{{$t('第{index}部分', {index: index+1})}}
{{getTotlContent(part.secStatistics)}}
{{getTotlContent(scope.row.warehouseInInfoVO,['volume'])}}
{{getTotlContent(scope.row.warehouseInInfoVO,['weight'])}}
{{getRatioMax(scope.row.warehouseInInfoVO)}}
{{$t('筛选后待预装数量')}}:
{{getTotlContent(unloadStatistics,['num'])}}
{{$t('方数')}}:
{{getTotlContent(unloadStatistics,['volume'])}}
{{$t('重量')}}:
{{getTotlContent(unloadStatistics,['weight'])}}
{{item.orderNo}}
{{$t('发往')}}:
{{item.destWarehouseName}}
{{$t('入仓时间')}}:
{{formatDate(item.rucangTime)}}
{{$t('重货比')}}:
{{item.weightRatio}}
{{$t('外部仓')}}
{{getTotlContent(scope.row.warehouseInInfoVO,['volume'])}}
{{getTotlContent(scope.row.warehouseInInfoVO,['weight'])}}