|
@@ -74,6 +74,18 @@
|
|
|
<text>{{goods.priceType}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view v-if='goods.procurementPlanType=="现货"' class="c-row">
|
|
|
+ <text class="tit">采购价格(元/吨)</text>
|
|
|
+ <view class="con-list">
|
|
|
+ <text>{{goods.unitPrice}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view v-else class="c-row">
|
|
|
+ <text class="tit">基差(元/吨)</text>
|
|
|
+ <view class="con-list">
|
|
|
+ <text>{{goods.basisPrice}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="c-row">
|
|
|
<text class="tit">收货地区</text>
|
|
|
<view class="con-list">
|
|
@@ -92,7 +104,7 @@
|
|
|
<text>{{goods.packingType}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="c-row">
|
|
|
+ <view v-if='goods.baggingNotes' class="c-row">
|
|
|
<text class="tit">袋装备注</text>
|
|
|
<view class="con-list">
|
|
|
<text>{{goods.baggingNotes}}</text>
|