|
|
|
@ -12,9 +12,12 @@ |
|
|
|
<view style="height:15rpx;width:100%"></view> |
|
|
|
<view style="width:100%;height:70rpx;background-color:#F4F4F4;" class="topTitle"> |
|
|
|
<view class="topLeft"> |
|
|
|
<picker mode="date" value="{{curDate}}" start="2015-09-01" end="2020-09-01" bindchange="curDateChange"> |
|
|
|
<picker mode="date" value="{{curDate}}" start="2015-09-01" end="2099-09-01" bindchange="curDateChange"> |
|
|
|
<view class="piker"> |
|
|
|
{{curDate}} |
|
|
|
<view style="width:16rpx;height:70rpx; display: flex;align-items: center;float: right;margin-left:10rpx"> |
|
|
|
<image style="width:16rpx;height:16rpx" src="/assets/info/timeDown.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
@ -36,7 +39,7 @@ |
|
|
|
</view> |
|
|
|
<view class="text-df text-gray" style="flex:1;text-align: center">纸厂排队</view> |
|
|
|
<view class="text-df text-gray" style="flex:1;text-align: center">最近扣点</view> |
|
|
|
<view class="text-df text-gray" style="flex:0.5;text-align: center">更多</view> |
|
|
|
<view class="text-df text-gray" style="flex:0.5;text-align: center"></view> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-y="true" style='max-height:700rpx;width:100%;background-color:white'> |
|
|
|
<view class="img-nodata" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
|
@ -49,12 +52,11 @@ |
|
|
|
<!-- <view class="bg-white" wx:else> --> |
|
|
|
<view class="bg-white"> |
|
|
|
<view wx:for="{{orderList}}" wx:key="index" class="tableStyle"> |
|
|
|
<view class="flex flex-justify" style="border-top:2rpx solid #f3f3f3;margin-top:20rpx;padding: 0rpx 40rpx 0rpx 40rpx;" |
|
|
|
id="toFactoryDetails" data-factoryId="{{item.paperMillId}}" catchtap="toPage"> |
|
|
|
<view class="flex flex-justify" style="border-top:2rpx solid #f3f3f3;margin-top:20rpx;padding: 0rpx 40rpx 0rpx 40rpx;" id="toFactoryDetails" data-factoryId="{{item.paperMillId}}" catchtap="toPage"> |
|
|
|
<!-- <text class="text-df text-balck" style="flex:1;text-align: center">{{item.yesterdayTotalQuantity || 0}}%</text> --> |
|
|
|
<view class="text-df text-balck" style="flex:1.2">{{item.shortName}}</view> |
|
|
|
<view class="text-df {{item.biggestFloatPrice>0?'text-red':(item.biggestFloatPrice<0?'text-green':'text-black')}}" style="flex:1;text-align: center">{{item.biggestFloatPrice*1000||0}} </view> |
|
|
|
<view class="text-df text-balck" style="flex:1;text-align: center">{{item.yesterdayRetainedQuantity || 0}}辆</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:1;text-align: center">{{item.minimumDeductionPoint || 0}}%</view> |
|
|
|
<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> |
|
|
|
@ -98,7 +100,7 @@ |
|
|
|
<view class="bottomViewleft"> |
|
|
|
<view class="bottomViewleft-top"> |
|
|
|
<view style="height41rpx;line-height:41rpx;font-size: 24rpx;color: #007AFF;"> |
|
|
|
<wux-tag id="{{item.millPaperId}}" catchtap="toMill"> |
|
|
|
<wux-tag id="{{item.millPaperId}}" catchtap="toMill" wx:if="{{item.millPaperName}}"> |
|
|
|
<text style="background-color:#ddd;border-radius: 32rpx;text-align: center;width:25rpx;height:32rpx;line-height:32rpx">#</text> |
|
|
|
<text class="text-df" style="margin-left:10rpx">{{item.millPaperName}}</text> |
|
|
|
</wux-tag> |
|
|
|
|