|
|
@ -9,8 +9,8 @@ |
|
|
<view>价格涨跌</view> |
|
|
<view>价格涨跌</view> |
|
|
<image style="width:30rpx;height:30rpx" src="{{pximg}}"></image> |
|
|
<image style="width:30rpx;height:30rpx" src="{{pximg}}"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df text-gray" style="flex:1;text-align: center">纸厂排队</view> |
|
|
|
|
|
<view class="text-df text-gray" style="flex:0.8;text-align:flex-start">最近扣点</view> |
|
|
|
|
|
|
|
|
<view class="text-df text-gray" style="flex:0.8;text-align: center">纸厂排队</view> |
|
|
|
|
|
<view class="text-df text-gray" style="flex:1;text-align:center">最近扣点</view> |
|
|
</view> |
|
|
</view> |
|
|
<scroll-view scroll-y="true" style='height:{{height}}rpx;width:100%;background-color:white'> |
|
|
<scroll-view scroll-y="true" style='height:{{height}}rpx;width:100%;background-color:white'> |
|
|
<view class="img-nodata" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
<view class="img-nodata" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
@ -24,7 +24,8 @@ |
|
|
<view class="bg-white"> |
|
|
<view class="bg-white"> |
|
|
<view wx:for="{{orderList}}" wx:key="index" class="tableStyle"> |
|
|
<view wx:for="{{orderList}}" wx:key="index" class="tableStyle"> |
|
|
<view class="flex flex-justify" style="border-top:2rpx solid #f3f3f3;padding: 0rpx 32rpx;" id="toFactoryDetails" data-factoryId="{{item.paperMillId}}" catchtap="toPage"> |
|
|
<view class="flex flex-justify" style="border-top:2rpx solid #f3f3f3;padding: 0rpx 32rpx;" id="toFactoryDetails" data-factoryId="{{item.paperMillId}}" catchtap="toPage"> |
|
|
<view class="text-df text-balck" style="flex:1">{{item.shortName}} |
|
|
|
|
|
|
|
|
<view class="text-df text-balck" style="flex:1"> |
|
|
|
|
|
{{item.shortName}} |
|
|
<view wx:if="{{item.hasFollowed==true}}" class="yesAttention">已关注</view> |
|
|
<view wx:if="{{item.hasFollowed==true}}" class="yesAttention">已关注</view> |
|
|
<view wx:if="{{item.hasFollowed==false}}" class="noAttention">未关注</view> |
|
|
<view wx:if="{{item.hasFollowed==false}}" class="noAttention">未关注</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -32,9 +33,12 @@ |
|
|
<text style="margin-left:40rpx">{{ formate.formateDrice(item.unitPrice)}}</text> |
|
|
<text style="margin-left:40rpx">{{ formate.formateDrice(item.unitPrice)}}</text> |
|
|
<text wx:if="{{item.biggestFloatPrice != 0}}" style="margin-left: 12rpx">{{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}</text> |
|
|
<text wx:if="{{item.biggestFloatPrice != 0}}" style="margin-left: 12rpx">{{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df text-balck" style="flex:1;text-align: center">{{item.yesterdayTotalQuantity || 0}}辆</view> |
|
|
|
|
|
|
|
|
<view class="text-df text-balck" style="flex:0.8;text-align: center">{{item.yesterdayTotalQuantity || 0}}辆</view> |
|
|
<view class="flex flex-center text-df text-balck" style="flex:1;text-align: center"> |
|
|
<view class="flex flex-center text-df text-balck" style="flex:1;text-align: center"> |
|
|
<view style="flex:1.5;text-align: center">{{formate.formateDescripe(item.minimumDeductionPoint)}}</view> |
|
|
|
|
|
|
|
|
<view style="flex:1.5;text-align: center"> |
|
|
|
|
|
<view style="line-height:32rpx">{{formate.formateDescripe(item.minimumDeductionPoint)}}</view> |
|
|
|
|
|
<view class="text-gray" style="font-size:24rpx;line-height:32rpx">{{formate.substring(item.priceDate, 0, 10)}}</view> |
|
|
|
|
|
</view> |
|
|
<view class="text-df text-balck" style="flex:0.5;text-align: center" id="{{item.paperMillId}}" catchtap="changeTable" wx:if="{{tableSgin==item.paperMillId}}"> |
|
|
<view class="text-df text-balck" style="flex:0.5;text-align: center" id="{{item.paperMillId}}" catchtap="changeTable" wx:if="{{tableSgin==item.paperMillId}}"> |
|
|
<image style="width:28rpx;height:28rpx;" src="/assets/info/factoryUp.png"></image> |
|
|
<image style="width:28rpx;height:28rpx;" src="/assets/info/factoryUp.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
|