1 |
- <view class="back data-v-499d3928"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view class="label data-v-499d3928"><view style="display:flex;" class="data-v-499d3928"><view class="left flexc data-v-499d3928"><text class="bourn data-v-499d3928">{{i18n.destination}}</text><view class="addres data-v-499d3928">{{item.$orig.containerBase.country_name}}</view></view><view style="flex:1;margin-left:20rpx;" class="data-v-499d3928"><view class="u-flex u-row-between data-v-499d3928"><view class="data-v-499d3928"><text class="bigtitle data-v-499d3928">{{item.$orig.type_name}}</text><text style="margin:0 8rpx;" class="data-v-499d3928">|</text><text class="bigtitle data-v-499d3928">{{item.$orig.transportType.name}}</text></view><view class="mon data-v-499d3928"><text class="timeb data-v-499d3928">{{i18n.price}}</text><text class="data-v-499d3928">¥</text><text style="font-size:32rpx;" class="data-v-499d3928">{{item.g0}}</text><text class="data-v-499d3928">{{item.g1}}</text></view></view><view style="margin-top:34rpx;" class="data-v-499d3928"><u-line-progress vue-id="{{'0177fa51-1-'+idx}}" activeColor="rgba(255, 21, 21, 1)" percentage="{{item.$orig.progress}}" height="6" showText="{{false}}" class="data-v-499d3928" bind:__l="__l"></u-line-progress></view><view class="u-flex u-row-between data-v-499d3928" style="margin-top:20rpx;"><view class="u-flex data-v-499d3928"><view class="data-v-499d3928"><text class="timeb data-v-499d3928">{{i18n.already+''}}</text><text class="timeb data-v-499d3928" style="color:rgba(255, 21, 21, 1);">{{item.$orig.used_weight+"kg"}}</text></view><text style="margin:0 8rpx;" class="data-v-499d3928">|</text><view class="data-v-499d3928"><text class="timeb data-v-499d3928">{{i18n.residue+''}}</text><text class="timeb data-v-499d3928" style="color:rgba(255, 21, 21, 1);">{{item.$orig.residual_weight+"kg"}}</text></view></view><view class="data-v-499d3928"><text class="timeb data-v-499d3928">{{i18n.plan+item.$orig.progress+"%"}}</text></view></view></view></view><view class="u-flex u-row-between data-v-499d3928" style="margin-top:32rpx;"><text class="timea data-v-499d3928">{{i18n.start+":"+item.$orig.begin_date+"/"+i18n.cut+":"+item.$orig.end_date}}</text><view data-event-opts="{{[['tap',[['toaccount',['$0'],[[['expressList','',idx]]]]]]]}}" class="pinb data-v-499d3928" bindtap="__e">{{i18n.goparceling}}</view></view></view></block></view>
|