|
|
|
@ -5,44 +5,42 @@ |
|
|
|
<view class="cu-bar fixed " style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;border-bottom:none"> |
|
|
|
<view class="content" style="top:{{StatusBar}}rpx;color:black;font-size:36rpx"> |
|
|
|
</view> |
|
|
|
<view class="topLeftText" style="margin-top:15rpx">纸厂情报</view> |
|
|
|
<view class="topRightText" style="margin-top:15rpx" id="toAllFactory" bindtap="toPage">全部纸厂></view> |
|
|
|
<view class="topLeftText flex" style="margin-top:15rpx"> |
|
|
|
<view>纸厂情报</view> |
|
|
|
<view class="topRightText" style="margin-left:24rpx" id="toAllFactory" bindtap="toPage">全部纸厂></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view style="height:15rpx;width:100%"></view> --> |
|
|
|
<view style="width:100%;height:70rpx;background-color:#F4F4F4;" class="topTitle"> |
|
|
|
<view class="topLeft"> |
|
|
|
<view class="flex flex-justify" style="width:100%;height:80rpx;background-color:#F4F4F4;" class="topTitle"> |
|
|
|
<view class="topLeft flex flex-center"> |
|
|
|
<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"> |
|
|
|
<view style="width:16rpx;height:80rpx; 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> |
|
|
|
<view class="topRight" style="color:rgba(0,0,0,0.40);" id='tofeedback' bindtap="toPage"> |
|
|
|
<view style="color:rgba(0,0,0,0.40);" id='tofeedback' bindtap="toPage"> |
|
|
|
<view class="topRight-icon"> |
|
|
|
<image style="width:31.3rpx;height:32.4rpx" src="/assets/info/feedback.png"></image> |
|
|
|
</view> |
|
|
|
<view class="topRight-text">反馈情报 |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-y="true" style='max-height:{{scorllHeight-70}}rpx;width:100%;background-color:white'> |
|
|
|
<view style="width:100%;height:15rpx;"></view> |
|
|
|
<scroll-view scroll-y="true" style='max-height:{{scorllHeight-80}}rpx;width:100%;background-color:white'> |
|
|
|
<view class="zt"> |
|
|
|
<view class="flex flex-justify" style="width:100%;height:80rpx;lineheight:80rpx;font-size: 28px;color: rgba(0,0,0,0.65);letter-spacing: 0;padding: 0rpx 40rpx 0rpx 40rpx;"> |
|
|
|
<view class="text-df text-gray" style="flex:1.2;overflow: hidden;">纸厂名称</view> |
|
|
|
<view class="flex flex-justify" style="width:100%;height:80rpx;font-size: 28px;color: rgba(0,0,0,0.65);letter-spacing: 0;padding: 0rpx 32rpx;"> |
|
|
|
<view class="text-df text-gray" style="flex:1;overflow: hidden;">纸厂名称</view> |
|
|
|
<view class="text-df text-gray" style="flex:1;text-align: center" bindtap="changeSort"> |
|
|
|
<text>价格涨跌</text> |
|
|
|
<image style="width:24rpx;height:24rpx" src="{{pximg}}"></image> |
|
|
|
</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.8;text-align: center">最近扣点</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="img-nodata" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
|
@ -54,17 +52,21 @@ |
|
|
|
</view> |
|
|
|
<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"> |
|
|
|
<!-- <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.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> |
|
|
|
<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> |
|
|
|
<view class="text-df {{item.biggestFloatPrice>0?'text-red':(item.biggestFloatPrice<0?'text-green':'text-black')}}" style="flex:1"> |
|
|
|
<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> |
|
|
|
</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/factoryDown.png"></image> |
|
|
|
<view class="text-df text-balck" style="flex:1;text-align: center">{{item.yesterdayTotalQuantity || 0}}辆</view> |
|
|
|
<view class="flex flex-center text-df text-balck" style="flex:0.8;text-align: center"> |
|
|
|
<view style="flex:1.5;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> |
|
|
|
</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/factoryDown.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
@ -94,7 +96,7 @@ |
|
|
|
<view class="midTietleText1">行业情报</view> |
|
|
|
<view class="midTietleText2" id="toqb" bindtap="toPage">更多资讯></view> |
|
|
|
</view> |
|
|
|
<view style="width:100%;height:5rpx;background-color:#f3f3f3"></view> |
|
|
|
<view style="width:100%;height:2rpx;background-color:#f3f3f3"></view> |
|
|
|
<!-- background-image:url(https://ossweb-img.qq.com/images/lol/img/champion/Morgana.png); --> |
|
|
|
<view class="bottomView" wx:for="{{factoryList}}" wx:key="index" id="{{item.id}}" bindtap="toPageDetails"> |
|
|
|
<view class="bottomViewleft"> |
|
|
|
|