|
@@ -63,10 +63,10 @@
|
|
|
<view class="left">预计出库日期</view>
|
|
|
<view class="right">{{retreatList.predictDate}}</view>
|
|
|
</view>
|
|
|
- <view class='row'>
|
|
|
+ <!-- <view class='row'>
|
|
|
<view class="left">预估运费(元/吨)</view>
|
|
|
<view class="right">{{retreatList.estimatedFreight}}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class='row'>
|
|
|
<view class="left">收货人</view>
|
|
|
<view class="right">{{retreatList.agent}}</view>
|
|
@@ -127,10 +127,10 @@
|
|
|
<view class="left">预计出库日期</view>
|
|
|
<view class="right">{{OutList.predictDate}}</view>
|
|
|
</view>
|
|
|
- <view class='row'>
|
|
|
+ <!-- <view class='row'>
|
|
|
<view class="left">预估运费(元/吨)</view>
|
|
|
<view class="right">{{OutList.estimatedFreight}}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class='row'>
|
|
|
<view class="left">发货人</view>
|
|
|
<view class="right">{{OutList.agent}}</view>
|
|
@@ -204,10 +204,10 @@
|
|
|
<view class="left">预计入库日期</view>
|
|
|
<view class="right">{{EnterList.predictDate}}</view>
|
|
|
</view>
|
|
|
- <view class='row'>
|
|
|
+ <!-- <view class='row'>
|
|
|
<view class="left">预估运费(元/吨)</view>
|
|
|
<view class="right">{{EnterList.estimatedFreight}}</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class='row'>
|
|
|
<view class="left">收货人</view>
|
|
|
<view class="right">{{EnterList.agent}}</view>
|