|
|
@ -7,53 +7,24 @@ |
|
|
<image class="image-load" slot="empty" src="/assets/image/def_image.png"></image> |
|
|
<image class="image-load" slot="empty" src="/assets/image/def_image.png"></image> |
|
|
</wux-image> |
|
|
</wux-image> |
|
|
<view style="margin-left:24rpx;flex:1"> |
|
|
<view style="margin-left:24rpx;flex:1"> |
|
|
<view class="text-sg text-cut text-bold">{{item.name}}</view> |
|
|
|
|
|
|
|
|
<view class="text-sg text-cut text-bold">{{item.activityName}}</view> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<text>{{item.locProvinceName + item.locCityName + item.locDistrictName}}</text> |
|
|
|
|
|
<text class="text-gray" style="margin: 0rpx 8rpx" wx:if="{{item.cumulativeWeight > 0}}">|</text> |
|
|
|
|
|
<text wx:if="{{item.cumulativeWeight > 0}}">已代卖:{{formate.formateWeight(item.cumulativeWeight, kg)}}</text> |
|
|
|
|
|
<text class="text-gray" style="margin: 0rpx 8rpx">|</text> |
|
|
|
|
|
<text wx:if="{{item.yesterdayTotalQuantity && item.yesterdayTotalQuantity >= 0}}">昨日排队:{{item.yesterdayTotalQuantity}}辆</text> |
|
|
|
|
|
<text wx:else>昨日排队:--</text> |
|
|
|
|
|
|
|
|
<view class="text-df text-black">{{item.name}}</view> |
|
|
|
|
|
<view>时间:{{formate.substring(item.startTime, 0, 10)}}至{{formate.substring(item.endTime, 0, 10)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex text-df" style="margin-top:4rpx"> |
|
|
|
|
|
<view class="flex" wx:if="{{item.proxypaySurcharge}}"> |
|
|
|
|
|
<text class="text-black">代卖费:</text> |
|
|
|
|
|
<text class="text-red">{{formate.formatePrice2(item.proxypaySurcharge, kg)}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex" style="margin-left:64rpx" wx:if="{{item.foreignPaybackIntever}}"> |
|
|
|
|
|
<text class="text-black">纸厂账期:</text> |
|
|
|
|
|
<text class="text-red">{{item.foreignPaybackIntever}}天</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<text class="cuIcon-right text-gray" style="font-size:18px"></text> |
|
|
|
|
|
|
|
|
<wux-tag bind:click="toAbilityRule"> |
|
|
|
|
|
<text class="text-df">活动规则</text> |
|
|
|
|
|
</wux-tag> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white" style="padding:0rpx 32rpx 10rpx 32rpx"> |
|
|
<view class="bg-white" style="padding:0rpx 32rpx 10rpx 32rpx"> |
|
|
<view class="flex" wx:for-item="cateItem" wx:for-index="ck" wx:for="{{item.paperCategoryList}}" wx:key="ck" wx:if="{{item.fold || ck < 3}}" style="margin-bottom: 20rpx"> |
|
|
<view class="flex" wx:for-item="cateItem" wx:for-index="ck" wx:for="{{item.paperCategoryList}}" wx:key="ck" wx:if="{{item.fold || ck < 3}}" style="margin-bottom: 20rpx"> |
|
|
<view class="item-cate {{item.cateIndex == ck ? 'cate-tag' : ''}}" data-page="{{pageIndex}}" data-index="{{index}}" data-ck="{{ck}}" catchtap="checkTag"> |
|
|
<view class="item-cate {{item.cateIndex == ck ? 'cate-tag' : ''}}" data-page="{{pageIndex}}" data-index="{{index}}" data-ck="{{ck}}" catchtap="checkTag"> |
|
|
<view class="flex flex-justify"> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify" style="padding: 8rpx 0rpx"> |
|
|
<view class="text-sg text-black">{{cateItem.categoryName}}</view> |
|
|
<view class="text-sg text-black">{{cateItem.categoryName}}</view> |
|
|
<text class="text-sg text-black" wx:if="{{cateItem.unitPrice}}">{{formate.formatePrice2(cateItem.unitPrice, kg)}}</text> |
|
|
<text class="text-sg text-black" wx:if="{{cateItem.unitPrice}}">{{formate.formatePrice2(cateItem.unitPrice, kg)}}</text> |
|
|
<text class="text-sg text-gray" wx:else>暂无报价</text> |
|
|
<text class="text-sg text-gray" wx:else>暂无报价</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-xs text-gray" style="margin-top:4rpx"> |
|
|
|
|
|
<text>价格更新:{{item.priceDate}}</text> |
|
|
|
|
|
<view class="flex flex-center" style="padding:6rpx 0rpx" wx:if="{{cateItem.floatingPrice > 0}}"> |
|
|
|
|
|
<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(cateItem.floatingPrice, kg)}}</text> |
|
|
|
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-center text-df" style="padding:6rpx 0rpx" wx:elif="{{cateItem.floatingPrice < 0}}"> |
|
|
|
|
|
<text class="cuIcon-refresharrow text-green" style="font-size:24rpx;margin-top:2rpx;"></text> |
|
|
|
|
|
<text class="text-green text-xs" style="padding-top:2rpx">{{formate.formatePrice(-cateItem.floatingPrice, kg)}}</text> |
|
|
|
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-center text-sg" style="margin-left:24rpx" wx:else> |
|
|
|
|
|
<text class="text-xl text-gray">-</text> |
|
|
|
|
|
<text class="text-xl text-gray" style="margin-left:4rpx">-</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex" style="padding: 4rpx 0rpx 16rpx 0rpx;" wx:if="{{item.paperCategoryList.length > 0}}"> |
|
|
<view class="flex" style="padding: 4rpx 0rpx 16rpx 0rpx;" wx:if="{{item.paperCategoryList.length > 0}}"> |
|
|
|