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
7.8 KiB
1 line
7.8 KiB
|
2 months ago
|
<view><cmd-nav-bar vue-id="5bd996bb-1" iconOne="menu" title="{{shopName}}" background-color="#fff" data-event-opts="{{[['^iconOne',[['goToInfo']]]]}}" bind:iconOne="__e" bind:__l="__l"></cmd-nav-bar><view class="IndexContent"><view class="contentPadding"><view style="width:95%;display:flex;margin:0 auto;"><view data-event-opts="{{[['tap',[['gokaidan',['$event']]]]]}}" class="top-btn" style="width:100%;" bindtap="__e">开单</view></view><view class="title"><view class="iconfont icon-xiaoshouyuce _i"> 今日营收详情 <view data-event-opts="{{[['tap',[['gotoSearchData',['$event']]]]]}}" class="btn" bindtap="__e"> 数据统计 > </view></view></view><view style="display:flex;text-align:center;font-size:30rpx;"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="title-four" bindtap="__e"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalFreight!=null?orderStatistics.totalFreight:0}}</view><view>客户运费</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalOrder!=null?orderStatistics.totalOrder:0}}</view><view>总单数</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalWeight!=null?orderStatistics.totalWeight:0}}</view><view>总重量</view></view><view class="title-four"><view style="line-height:80rpx;font-size:34rpx;">{{orderStatistics.totalCount!=null?orderStatistics.totalCount:0}}</view><view>总件数</view></view></view></view><view class="contentPadding" style="margin-top:20rpx;"><view><uni-datetime-picker style="margin-bottom:10px;" vue-id="5bd996bb-2" 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><uni-search-bar class="uni-mt-10" vue-id="5bd996bb-3" radius="5" placeholder="输入线路/物流公司/收发货人搜索" cancelButton="none" data-event-opts="{{[['^confirm',[['searchList']]],['^clear',[['searchList']]]]}}" bind:confirm="__e" bind:clear="__e" bind:__l="__l"></uni-search-bar></view><view style="display:flex;width:95%;margin:0 auto;"><uni-data-select style="width:49%;margin:0 1.5%;" vue-id="5bd996bb-4" localdata="{{lineList}}" placeholder="线路" value="{{lineValue}}" data-event-opts="{{[['^change',[['lineChange']]],['^input',[['__set_model',['','lineValue','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-data-select><uni-data-select style="width:49%;" vue-id="5bd996bb-5" localdata="{{arrivalStationList}}" placeholder="到达站" value="{{stationName}}" data-event-opts="{{[['^change',[['stationChange']]],['^input',[['__set_model',['','stationName','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-data-select></view><view class="title"><view class="iconfont icon-wenjianliebiao _i">订单列表</view></view><block wx:if="{{$root.g0>0}}"><view class="inventoryList _ul"><block wx:for="{{orderList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="_li"><uni-card vue-id="{{'5bd996bb-6-'+index}}" title="{{item.companyName==null?'暂无':item.companyName}}" sub-title="{{item.createTime}}" extra="{{'¥'+(item.allCost==null?'暂无':item.allCost)}}" data-event-opts="{{[['^tap',[['gotoDetail',['$0'],[[['orderList','',index]]]]]]]}}" bind:tap="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="uni-body"><text class="cardText">单号:</text>{{''+item.orderNumber+''}}</view><view class="uni-body">{{''+item.goStationName+''}}<text class="cardText">→</text>{{''+item.arrivalStationName+''}}</view><view class="uni-body">{{'(发)'+(item.shipperName==null?'暂无':item.shipperName)+" -\n\t\t\t\t\t\t\t(收)"+(item.receiverName==null?'暂无':item.receiverName)+''}}</view><view class="uni-body"><text class="cardText">{{"重量:"+item.weight}}</text><text class="cardText" style="padding-left:20rpx;">{{"件数:"+item.count}}</text></view><view class="uni-body"><text class="cardText">{{"接站人:"+item.receivingUserName}}</t
|