|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | tabbarchange(e) { | 
|---|
|  |  |  | console.log(e, 'tab切换地址'); | 
|---|
|  |  |  | uni.switchTab({ | 
|---|
|  |  |  | url: '/' + this.tabBarList[e].pagePath | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${name}&code=${code}&cars2=${cars2}` }); | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // 点击历史提煤单一行获取详情 | 
|---|
|  |  |  | // 点击历史提煤单获取详情 | 
|---|
|  |  |  | faYundetail(v) { | 
|---|
|  |  |  | uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}` }); | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <style lang="scss" scoped> | 
|---|
|  |  |  | .scroll-Y { | 
|---|
|  |  |  | height: 900rpx; | 
|---|
|  |  |  | height: 950rpx; | 
|---|
|  |  |  | background-color: #e2e2e2; | 
|---|
|  |  |  | border-radius: vww(10); | 
|---|
|  |  |  | margin-bottom: vww(55); | 
|---|
|  |  |  | .history-information { | 
|---|
|  |  |  | width: 94%; | 
|---|
|  |  |  | display: flex; | 
|---|
|  |  |  | 
|---|
|  |  |  | iconSize="1000" | 
|---|
|  |  |  | v-if="driverBillOfLoadingData.list2 ? (driverBillOfLoadingData.list2.length == 0 ? true : false) : true" | 
|---|
|  |  |  | ></u-empty> | 
|---|
|  |  |  | <view class=""> | 
|---|
|  |  |  | <view class="Reserved"> | 
|---|
|  |  |  | <view @click="list3CardIconClick(item)" class="haveYuYue" v-for="(item, index) in driverBillOfLoadingData.list2" :key="index"> | 
|---|
|  |  |  | <view class="haveYuYueTop"> | 
|---|
|  |  |  | <text class="tmcode">提煤单编号:{{ item.code || '' }}</text> | 
|---|
|  |  |  | 
|---|
|  |  |  | <text>{{ item.yuYueSection || '时段' }}</text> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="white-block"></view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .Reserved { | 
|---|
|  |  |  | .white-block { | 
|---|
|  |  |  | width: 100%; | 
|---|
|  |  |  | height: vww(50); | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | color: #333; | 
|---|
|  |  |  | margin-top: vww(10); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // 已预约 | 
|---|
|  |  |  | .haveYuYue { | 
|---|
|  |  |  | font-size: 16px; | 
|---|
|  |  |  | font-weight: 300; | 
|---|
|  |  |  | margin-top: vww(24); | 
|---|
|  |  |  | &Top { | 
|---|
|  |  |  | background-color: #f5f5f5; | 
|---|
|  |  |  | height: vww(60); | 
|---|
|  |  |  | 
|---|
|  |  |  | </u-form-item> | 
|---|
|  |  |  | </u--form> | 
|---|
|  |  |  | <view class="push-information-button"> | 
|---|
|  |  |  | <u-button text="退出登录" type="primary" @click="logout"></u-button> | 
|---|
|  |  |  | <u-button text="修改个人资料" type="primary" @click="editBtnClick"></u-button> | 
|---|
|  |  |  | <u-button text="退出登录" type="primary" @click="logout"></u-button> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <!-- <view class="statistics"><u-button text="发运统计" type="primary" @click="statistics"></u-button></view> --> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | 
|---|
|  |  |  | height: 900rpx; | 
|---|
|  |  |  | background-color: #e2e2e2; | 
|---|
|  |  |  | border-radius: vww(10); | 
|---|
|  |  |  | margin-bottom: vww(55); | 
|---|
|  |  |  | .history-information { | 
|---|
|  |  |  | width: 94%; | 
|---|
|  |  |  | display: flex; | 
|---|