|
|
@ -17,11 +17,10 @@ |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{item.cumulativeWeight > 0}}">|</text> |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{item.cumulativeWeight > 0}}">|</text> |
|
|
<text wx:if="{{item.cumulativeWeight > 0}}">已代卖:{{item.cumulativeWeight}}吨</text> |
|
|
<text wx:if="{{item.cumulativeWeight > 0}}">已代卖:{{item.cumulativeWeight}}吨</text> |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx">|</text> |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx">|</text> |
|
|
<text |
|
|
|
|
|
wx:if="{{item.yesterdayTotalQuantity && item.yesterdayTotalQuantity >= 0}}">昨日排队:{{item.yesterdayTotalQuantity}}辆</text> |
|
|
|
|
|
|
|
|
<text wx:if="{{item.yesterdayTotalQuantity && item.yesterdayTotalQuantity >= 0}}">昨日排队:{{item.yesterdayTotalQuantity}}辆</text> |
|
|
<text wx:else>昨日排队:--</text> |
|
|
<text wx:else>昨日排队:--</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex text-df" style="margin-top:4rpx;align-items: flex-start"> |
|
|
|
|
|
|
|
|
<view class="flex text-df" style="margin-top:4rpx;align-items: flex-start" wx:if="{{item.isCooperate === 0}}"> |
|
|
<text class="text-black" wx:if="{{item.proxypaySurcharge}}">代卖费:</text> |
|
|
<text class="text-black" wx:if="{{item.proxypaySurcharge}}">代卖费:</text> |
|
|
<text class="text-red" wx:if="{{item.proxypaySurcharge}}">{{formate.formatePrice2(item.proxypaySurcharge, kg)}}</text> |
|
|
<text class="text-red" wx:if="{{item.proxypaySurcharge}}">{{formate.formatePrice2(item.proxypaySurcharge, kg)}}</text> |
|
|
<text class="text-black" style="margin-left:32rpx" wx:if="{{item.foreignPaybackIntervalString}}">纸厂账期:</text> |
|
|
<text class="text-black" style="margin-left:32rpx" wx:if="{{item.foreignPaybackIntervalString}}">纸厂账期:</text> |
|
|
|