|
|
@ -5,22 +5,24 @@ |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<scroll-view scroll-y style="height: {{height}}rpx;" bindscroll="onScroll" scroll-into-view="{{toView}}" bind:scrolltolower="fetchMomentList" wx:if="{{factoryDetail}}"> |
|
|
<scroll-view scroll-y style="height: {{height}}rpx;" bindscroll="onScroll" scroll-into-view="{{toView}}" bind:scrolltolower="fetchMomentList" wx:if="{{factoryDetail}}"> |
|
|
<view class="bg-white flex" style="padding:30rpx" > |
|
|
|
|
|
|
|
|
<view class="bg-white flex" style="padding:30rpx"> |
|
|
<wux-image width="{{54}}" height="{{54}}" wux-class="image" shape="rounded" src="{{factoryDetail.logoImg}}" /> |
|
|
<wux-image width="{{54}}" height="{{54}}" wux-class="image" shape="rounded" src="{{factoryDetail.logoImg}}" /> |
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start"> |
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start"> |
|
|
<view class="text-sg text-bold" style="white-space: nowrap">{{factoryDetail.name}} |
|
|
|
|
|
<text class="{{hasFollowed == false ? 'text-blue' : 'text-red'}}" data-cid="{{hasFollowed}}" bindtap="onAttentionChange">{{hasFollowed == false ? '关注' : '取消关注'}}</text> |
|
|
|
|
|
|
|
|
<view class="text-sg text-bold" style="white-space: nowrap;width: 100%;">{{factoryDetail.name}} |
|
|
|
|
|
<!-- <view class="{{hasFollowed == false ? 'text-blue' : 'text-red'}}" data-cid="{{hasFollowed}}" bindtap="onAttentionChange">{{hasFollowed == false ? '关注' : '取消关注'}}</view> |
|
|
|
|
|
</view> --> |
|
|
|
|
|
<view style="float:right;width: 120rpx;height: 50rpx;background-color: rgba(0,0,0,0.10);font-size: 24rpx;border-radius: 25rpx;text-align: center;padding-top: 8rpx;" data-cid="{{hasFollowed}}" bindtap="onAttentionChange"><text class="{{hasFollowed == false ? 'text-blue' : 'text-red'}}">{{hasFollowed == false ? '关注' : '取消关注'}}</text></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<text>{{factoryDetail.locProvinceName + factoryDetail.locCityName + factoryDetail.locDistrictName}}</text> |
|
|
<text>{{factoryDetail.locProvinceName + factoryDetail.locCityName + factoryDetail.locDistrictName}}</text> |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{factoryDetail.cumulativeWeight > 0}}">|</text> |
|
|
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{factoryDetail.cumulativeWeight > 0}}">|</text> |
|
|
<text wx:if="{{factoryDetail.cumulativeWeight > 0}}">已代卖:{{formate.formateWeight(factoryDetail.cumulativeWeight, kg)}}</text> |
|
|
|
|
|
<text class="text-gray" style="margin: 0rpx 8rpx">|</text> |
|
|
|
|
|
<text wx:if="{{factoryDetail.yesterdayTotalQuantity &&factoryDetail.yesterdayTotalQuantity >= 0}}">昨日排队:{{factoryDetail.yesterdayTotalQuantity}}辆</text> |
|
|
|
|
|
|
|
|
<text wx:if="{{factoryDetail.cumulativeWeight > 0}}">已代卖:{{formate.formateWeight(factoryDetail.cumulativeWeight, kg)}}</text> |
|
|
|
|
|
<text class="text-gray" style="margin: 0rpx 8rpx">|</text> |
|
|
|
|
|
<text wx:if="{{factoryDetail.yesterdayTotalQuantity &&factoryDetail.yesterdayTotalQuantity >= 0}}">昨日排队:{{factoryDetail.yesterdayTotalQuantity}}辆</text> |
|
|
<text wx:else>昨日排队:--</text> |
|
|
<text wx:else>昨日排队:--</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex text-df" style="margin-top:4rpx"> |
|
|
<view class="flex text-df" style="margin-top:4rpx"> |
|
|
<view class="flex" wx:if="{{factoryDetail.proxypaySurcharge}}"> |
|
|
|
|
|
|
|
|
<view class="flex" wx:if="{{factoryDetail.proxypaySurcharge}}"> |
|
|
<text class="text-black">代卖费:</text> |
|
|
<text class="text-black">代卖费:</text> |
|
|
<text class="text-red">{{formate.formatePrice2(factoryDetail.proxypaySurcharge, kg)}}</text> |
|
|
<text class="text-red">{{formate.formatePrice2(factoryDetail.proxypaySurcharge, kg)}}</text> |
|
|
</view> |
|
|
</view> |
|
|
@ -28,7 +30,7 @@ |
|
|
<text class="text-black">纸厂账期:</text> |
|
|
<text class="text-black">纸厂账期:</text> |
|
|
<text class="text-red">{{factoryDetail.foreignPaybackIntever}}天</text> |
|
|
<text class="text-red">{{factoryDetail.foreignPaybackIntever}}天</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- <view style="height:16rpx"></view> --> |
|
|
<!-- <view style="height:16rpx"></view> --> |
|
|
@ -59,7 +61,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-xs text-gray" style="margin-top:4rpx"> |
|
|
<view class="flex flex-justify text-xs text-gray" style="margin-top:4rpx"> |
|
|
<text>价格更新:{{factoryDetail.priceDate}}</text> |
|
|
<text>价格更新:{{factoryDetail.priceDate}}</text> |
|
|
<view class="flex flex-center" style="padding:6rpx 0rpx" wx:if="{{item.floatingPrice > 0}}"> |
|
|
|
|
|
|
|
|
<view class="flex flex-center" style="padding:6rpx 0rpx" wx:if="{{item.floatingPrice > 0}}"> |
|
|
<text class="cuIcon-refresharrow text-red transform" style="font-size:24rpx;margin-top:2rpx;"></text> |
|
|
<text class="cuIcon-refresharrow text-red transform" style="font-size:24rpx;margin-top:2rpx;"></text> |
|
|
<text class="text-red text-xs" style="padding-top:2rpx">{{formate.formatePrice(item.floatingPrice, kg)}}</text> |
|
|
<text class="text-red text-xs" style="padding-top:2rpx">{{formate.formatePrice(item.floatingPrice, kg)}}</text> |
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
@ -116,28 +118,28 @@ |
|
|
<view style="padding: 24rpx 30rpx;"> |
|
|
<view style="padding: 24rpx 30rpx;"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">报车</text> |
|
|
|
|
|
|
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">报车</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsReportCar}}</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsReportCar}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">装车</text> |
|
|
|
|
|
|
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">装车</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsLoadingCar}}</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsLoadingCar}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">到货</text> |
|
|
|
|
|
|
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">到货</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsArrival}}</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsArrival}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view style="padding: 24rpx 30rpx;border-top:2rpx solid #eee"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<view class="flex" style="align-items: center"> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text style="width:8rpx;height:30rpx;background-color:#008AFF"></text> |
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">卸货规定</text> |
|
|
|
|
|
|
|
|
<text class="text-lg text-bold" style="margin-left:12rpx">卸货规定</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsRegulations}}</view> |
|
|
<view class="text-df" style="padding: 30rpx 0rpx">{{factoryDetail.attentionsRegulations}}</view> |
|
|
</view> |
|
|
</view> |
|
|
|