| 12345678910111213141516171819202122232425 |
- <view catchtouchmove="forbidTouchMove">
- <view>
- <view class="block-line df aic">
- <view>
- <view>运输中船舶数量</view>
- <view>{{cargoOwnerId?indexInfo.transShipCount:'*****'}}</view>
- </view>
- <view>
- <view>卸货中船舶数量</view>
- <view>{{cargoOwnerId?indexInfo.dischargeShipCount:'*****'}}</view>
- </view>
- </view>
- <view class="block-line df aic">
- <view>
- <view>在卸吨位</view>
- <view>{{cargoOwnerId?indexInfo.dischargeTons:'*****'}}/{{cargoOwnerId?indexInfo.totalDischargeTons:'*****'}}</view>
- </view>
- <view>
- <view>已完成卸货吨位</view>
- <view>{{cargoOwnerId?indexInfo.finshDischargeTons:'*****'}}</view>
- </view>
- </view>
- </view>
- <Voyages class="voyages"></Voyages>
- </view>
|