|
|
|
@ -21,19 +21,11 @@ |
|
|
|
wx:if="{{item.yesterdayTotalQuantity && item.yesterdayTotalQuantity >= 0}}">昨日排队:{{item.yesterdayTotalQuantity}}辆</text> |
|
|
|
<text wx:else>昨日排队:--</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-df" style="margin-top:4rpx"> |
|
|
|
<text class="flex"> |
|
|
|
<text class="text-black" wx:if="{{item.proxypaySurcharge}}">代卖费:</text> |
|
|
|
<text class="text-red" style="font-size:26rpx" |
|
|
|
wx:if="{{item.proxypaySurcharge}}">{{formate.formatePrice2(item.proxypaySurcharge, kg)}}</text> |
|
|
|
<text class="text-black" style="margin-left:12rpx" wx:if="{{item.foreignPaybackIntervalString}}">纸厂账期:</text> |
|
|
|
<text class="text-red" style="font-size:26rpx" |
|
|
|
wx:if="{{item.foreignPaybackIntervalString}}">{{item.foreignPaybackIntervalString}}</text> |
|
|
|
</text> |
|
|
|
<!-- <text class="flex" wx:if="{{item.foreignPaybackIntervalString}}"> |
|
|
|
<text class="text-black">纸厂账期:</text> |
|
|
|
<text class="text-red">{{item.foreignPaybackIntervalString}}</text> |
|
|
|
</text> --> |
|
|
|
<view class="flex text-df" style="margin-top:4rpx;align-items: flex-start"> |
|
|
|
<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-black" style="margin-left:32rpx" wx:if="{{item.foreignPaybackIntervalString}}">纸厂账期:</text> |
|
|
|
<text class="text-red" wx:if="{{item.foreignPaybackIntervalString}}">{{item.foreignPaybackIntervalString}}天</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text class="cuIcon-right text-gray" style="font-size:18px"></text> |
|
|
|
|