| | |
| | | <view class="dispatch">{{ item.driver ||'' }}</view> |
| | | <view class="black-bar"></view> |
| | | <text>{{ item.phone || '' }}</text> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | |
| | | <view class="dispatch">{{ item.tempEntrancePlan.driver ||'' }}</view> |
| | | <view class="black-bar"></view> |
| | | <text>{{ item.tempEntrancePlan.phone || '' }}</text> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="third-line"> |
| | |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view>净重:{{item.clean|| 0}}</view> |
| | | <view class="black-bar"></view> |
| | | <view>数量:{{item.productQuantity|| 0}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="dispatch-dept">{{ item.carNo || '' }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch">{{ item.driver ||'' }}</view> |
| | | <view class="black-bar"></view> |
| | | <text>{{ item.phone || '' }}</text> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | |
| | | <text style="color:red">拼单</text> |
| | | </view> |
| | | <view class="second-line"> |
| | | |
| | | <view class="coal-name"> |
| | | <view class="dispatch-dept">{{ activeObj.carNo || '' }}</view> |
| | | <view class="black-bar"></view> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | door:'', |
| | | temporaryPlanId:"", |
| | | show: false, // 弹出全部领取提示 |
| | | showModal:false, |
| | |
| | | } |
| | | }, |
| | | onShow() { |
| | | this.door=uni.getStorageSync('door', this.door) |
| | | this.init(); |
| | | }, |
| | | methods: { |
| | |
| | | }); |
| | | |
| | | if(!this.carNo){ |
| | | this.$reqGet('getCheckTaskCoal',{flag:1}).then(res => { |
| | | this.$reqGet('getCheckTaskCoal',{flag:1,door:this.door}).then(res => { |
| | | uni.hideLoading(); |
| | | this.driverBillOfLoadingData = res.data; |
| | | uni.stopPullDownRefresh(); |
| | |
| | | this.handleOpenChange(); |
| | | }); |
| | | }else{ |
| | | this.$reqGet('getCheckTaskCoal',{flag:1,carNo:this.carNo}).then(res => { |
| | | this.$reqGet('getCheckTaskCoal',{flag:1,carNo:this.carNo,door:this.door}).then(res => { |
| | | uni.hideLoading(); |
| | | this.driverBillOfLoadingData = res.data; |
| | | uni.stopPullDownRefresh(); |
| | |
| | | }); |
| | | } |
| | | if(!this.carNo){ |
| | | this.$reqGet('getAlreadyCheckTaskCoal',{flag:1}).then(res => { |
| | | this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,door:this.door}).then(res => { |
| | | uni.hideLoading(); |
| | | this.driverBillOfLoadingDatas = res.data; |
| | | uni.stopPullDownRefresh(); |
| | | this.handleOpenChange(); |
| | | }); |
| | | }else{ |
| | | this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,carNo:this.carNo}).then(res => { |
| | | this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,carNo:this.carNo,door:this.door}).then(res => { |
| | | uni.hideLoading(); |
| | | this.driverBillOfLoadingDatas = res.data; |
| | | uni.stopPullDownRefresh(); |
| | |
| | | }, |
| | | //查看拼单 |
| | | checkDetail(item){ |
| | | this.activeObj = item; |
| | | this.activeObj = item.splicingOrders ? item.splicingOrders : {}; |
| | | this.showModal = true; |
| | | |
| | | }, |