|
@@ -35,23 +35,34 @@
|
|
<view class="title">{{item.title}}</view>
|
|
<view class="title">{{item.title}}</view>
|
|
</view>
|
|
</view>
|
|
<view class='flex justify-between'>
|
|
<view class='flex justify-between'>
|
|
- <view class='address'>
|
|
|
|
|
|
+ <view v-if='TabCur==0' class='address'>
|
|
{{item.receivePrivate}}{{item.receiveCity}}{{item.receiveArea}}{{item.receiveWarehouse}}
|
|
{{item.receivePrivate}}{{item.receiveCity}}{{item.receiveArea}}{{item.receiveWarehouse}}
|
|
</view>
|
|
</view>
|
|
|
|
+ <view v-if='TabCur==1' class='address'>
|
|
|
|
+ {{item.sendPrivate}}{{item.sendCity}}{{item.sendArea}}{{item.sendWarehouse}}
|
|
|
|
+ </view>
|
|
<view class='price' v-if='item.procurementPlanType=="期货"'>{{item.basisPrice}}<text
|
|
<view class='price' v-if='item.procurementPlanType=="期货"'>{{item.basisPrice}}<text
|
|
style='font-size:13px;color:#333333;'>元/吨</text></view>
|
|
style='font-size:13px;color:#333333;'>元/吨</text></view>
|
|
<view class='price' v-if='item.procurementPlanType=="现货"'>{{item.unitPrice}}<text
|
|
<view class='price' v-if='item.procurementPlanType=="现货"'>{{item.unitPrice}}<text
|
|
style='font-size:13px;color:#333;'>元/吨</text></view>
|
|
style='font-size:13px;color:#333;'>元/吨</text></view>
|
|
|
|
+ <view class='price' v-if='item.salePlanType=="期货"'>{{item.basisPrice}}<text
|
|
|
|
+ style='font-size:13px;color:#333333;'>元/吨</text></view>
|
|
|
|
+ <view class='price' v-if='item.salePlanType=="现货"'>{{item.unitPrice}}<text
|
|
|
|
+ style='font-size:13px;color:#333;'>元/吨</text></view>
|
|
</view>
|
|
</view>
|
|
<view class='flex justify-between'>
|
|
<view class='flex justify-between'>
|
|
<view>
|
|
<view>
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.procurementPlanType=="现货"'>现货</view>
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.procurementPlanType=="现货"'>现货</view>
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.procurementPlanType=="期货"'>期货</view>
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.procurementPlanType=="期货"'>期货</view>
|
|
|
|
+ <view class='tag1 tag-bule radius line-pink' v-if='item.salePlanType=="现货"'>现货</view>
|
|
|
|
+ <view class='tag1 tag-bule radius line-pink' v-if='item.salePlanType=="期货"'>期货</view>
|
|
<view class='tag1 tag-yellow radius line-green'>{{item.goodsName}}</view>
|
|
<view class='tag1 tag-yellow radius line-green'>{{item.goodsName}}</view>
|
|
<view class='tag1 tag-red radius line-yellow'>{{item.weight}}吨</view>
|
|
<view class='tag1 tag-red radius line-yellow'>{{item.weight}}吨</view>
|
|
</view>
|
|
</view>
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="期货"'>今日基差</view>
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="期货"'>今日基差</view>
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="现货"'>采购价格</view>
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="现货"'>采购价格</view>
|
|
|
|
+ <view style='color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="期货"'>今日基差</view>
|
|
|
|
+ <view style='color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="现货"'>采购价格</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view v-show="isLoadMore">
|
|
<view v-show="isLoadMore">
|