You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
2.5 KiB

<view><uni-datetime-picker style="margin-bottom:10px;" vue-id="d9c9ad8c-1" clear-icon="false" type="daterange" value="{{range}}" data-event-opts="{{[['^change',[['searchList']]],['^input',[['__set_model',['','range','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-datetime-picker><view class="IndexContent"><view class="contentPadding"><view style="display:flex;text-align:center;font-size:30rpx;"><view class="title-four" style="background-image:linear-gradient(#84C1FF, #C4E1FF);"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalFreight!=null?orderStatistics.totalFreight:0}}</view><view>客户运费</view></view><view class="title-four" style="background-image:linear-gradient(#84C1FF, #C4E1FF);"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalOrder!=null?orderStatistics.totalOrder:0}}</view><view>总单数</view></view><view class="title-four" style="background-image:linear-gradient(#84C1FF, #C4E1FF);"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalWeight!=null?orderStatistics.totalWeight:0}}</view><view>客户数</view></view><view class="title-four" style="background-image:linear-gradient(#84C1FF, #C4E1FF);"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalCount!=null?orderStatistics.totalCount:0}}</view><view>总件数</view></view></view><view style="display:flex;text-align:center;font-size:30rpx;"><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalTransportationFee}}</view><view>运输费</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalLoadingFee}}</view><view>装车费</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalTip==null?0:orderStatistics.totalTip}}</view><view>小费</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalWeight}}</view><view>总重量</view></view></view></view></view><block wx:for="{{dayNum}}" wx:for-item="index" wx:for-index="__i0__"><view style="width:95%;margin:0 auto;"><view data-event-opts="{{[['tap',[['goDetail',[yearNum+(startTime+index)]]]]]}}" class="day-item" bindtap="__e"><view>{{yearNum+(startTime+index)}}</view></view><block wx:if="{{index+1==dayNum}}"><view data-event-opts="{{[['tap',[['goDetail',[yearNum+(startTime+(index+1))]]]]]}}" class="day-item" bindtap="__e"><view>{{yearNum+(startTime+(index+1))}}</view></view></block></view></block></view>