|
|
@ -15,7 +15,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;">调价时间:{{moment.formateTimes(item.latestQuoteTime, 5, 10)}}</view> |
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;">调价时间:{{moment.formateTimes(item.latestQuoteTime, 5, 10)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-black" style="width: 20%;;" bindtap="lookItem">{{stringUtil.queue(item.retainedReceivedQuantity)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black" style="width: 20%;;" bindtap="lookItem">{{stringUtil.queue(item.totalReceivedQuantity)}}</view> |
|
|
<view class="text-black" style="width: 16%;" bindtap="lookItem">{{stringUtil.precent(item.startDeductionPoints)}}</view> |
|
|
<view class="text-black" style="width: 16%;" bindtap="lookItem">{{stringUtil.precent(item.startDeductionPoints)}}</view> |
|
|
<view style="width: 48rpx;" bindtap="onFlodTap"> |
|
|
<view style="width: 48rpx;" bindtap="onFlodTap"> |
|
|
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}} text-gray" style="font-size:48rpx;"></text> |
|
|
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}} text-gray" style="font-size:48rpx;"></text> |
|
|
|