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
5.1 KiB
1 line
5.1 KiB
|
2 months ago
|
<view class="container"><view class="tui-order-item boxbg"><view class="content"><view class="shop-box" style="background:#fff;display:block;overflow:hidden;margin:0 auto 10px;"><view style="height:auto;position:relative;line-height:60rpx;width:95%;margin:0 auto;"><view style="width:200rpx;font-weight:bold;text-align:center;border-bottom:2px solid #FAE7B5;margin:0 auto 20rpx;"> 装车记录 </view><block wx:if="{{$root.g0>0}}"><view style="width:95%;border-bottom:2px solid #eee;margin:0 auto;"><block wx:if="{{$root.g1}}"><view>{{"操作人账号:"+upCarList[0].logisticsEntruckingLogList[0].createBy}}</view></block><block wx:if="{{$root.g2}}"><view>{{"操作时间:"+upCarList[0].logisticsEntruckingLogList[0].createTime}}</view></block></view></block><block wx:for="{{upCarList[0].logisticsEntruckingLogList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{$root.g3}}"><view style="width:95%;border-bottom:2px solid #eee;margin:0 auto;"><view>{{"车牌号:"+item.carNumber+''}}<text style="padding-left:20rpx;">{{"司机电话:"+item.carPhone+''}}</text></view><view>{{"装车费:"+item.carFreight+''}}<text style="padding-left:20rpx;">{{"运费:"+item.carFee}}</text></view></view></block></block></view><view style="height:auto;position:relative;line-height:60rpx;width:95%;margin:0 auto;"><view style="width:200rpx;font-weight:bold;text-align:center;border-bottom:2px solid #FAE7B5;margin:0 auto 20rpx;"> 数据汇总 </view><view style="width:95%;border-bottom:2px solid #eee;margin:0 auto;"><view>{{"车辆总运费:"+$root.g4}}</view><view>{{"车辆总装车费:"+$root.g5}}</view></view><view style="width:95%;border-bottom:2px solid #eee;margin:0 auto;"><view>{{"现金总额:"+$root.g6+''}}<text style="padding-left:60rpx;">{{"月付总额:"+$root.g7+''}}</text><text style="padding-left:60rpx;">{{"提付总额:"+$root.g8+''}}</text></view></view><view style="width:95%;border-bottom:2px solid #eee;margin:0 auto;"><view>{{"运费总额:"+$root.g9}}</view></view></view></view></view></view><view class="shop-box" style="background:#fff;display:block;overflow:hidden;margin:0 auto 10px;"><view style="width:100%;height:80rpx;line-height:80rpx;text-align:center;font-weight:bold;font-size:40rpx;">{{''+startDate+''}}</view><uni-table vue-id="0c8f8b2e-1" border="{{true}}" stripe="{{true}}" emptyText="暂无更多数据" bind:__l="__l" vue-slots="{{['default']}}"><uni-tr style="background:#eee;" vue-id="{{('0c8f8b2e-2')+','+('0c8f8b2e-1')}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-th vue-id="{{('0c8f8b2e-3')+','+('0c8f8b2e-2')}}" align="center" width="160" bind:__l="__l" vue-slots="{{['default']}}">票号</uni-th><uni-th vue-id="{{('0c8f8b2e-4')+','+('0c8f8b2e-2')}}" align="center" width="100" bind:__l="__l" vue-slots="{{['default']}}">收货人</uni-th><uni-th vue-id="{{('0c8f8b2e-5')+','+('0c8f8b2e-2')}}" align="center" width="80" bind:__l="__l" vue-slots="{{['default']}}">总费用</uni-th><uni-th vue-id="{{('0c8f8b2e-6')+','+('0c8f8b2e-2')}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">始发站</uni-th><uni-th vue-id="{{('0c8f8b2e-7')+','+('0c8f8b2e-2')}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">到达站</uni-th><uni-th vue-id="{{('0c8f8b2e-8')+','+('0c8f8b2e-2')}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">修改次数</uni-th></uni-tr><block wx:for="{{orderList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{$root.g10>0}}"><uni-tr bind:tap="__e" vue-id="{{('0c8f8b2e-9-'+index)+','+('0c8f8b2e-1')}}" data-event-opts="{{[['^tap',[['xiaoshouDetail',['$0'],[[['orderList','',index]]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-td vue-id="{{('0c8f8b2e-10-'+index)+','+('0c8f8b2e-9-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}"><view style="{{'color:'+(item.changeCount>0?'red':'#000')+';'}}">{{item.orderNumber}}</view></uni-td><uni-td vue-id="{{('0c8f8b2e-11-'+index)+','+('0c8f8b2e-9-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}"><view style="{{'color:'+(item.c
|