| | |
| | | <view class="dispatch-dept">{{ item.code || '' }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch">{{ item.customerName ||'' }}</view> |
| | | |
| | | </view> |
| | | <view class="point-number"> |
| | | <text class="order-type">{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}</text> |
| | |
| | | <view class="dispatch">{{ item.driver ||'' }}</view> |
| | | <view class="black-bar"></view> |
| | | <text>{{ item.phone || '' }}</text> |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | <text>{{ item.orderType || '' }}</text> |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="time-icon"> |
| | |
| | | <view class="dispatch-dept">{{ item.coalName || '' }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch">{{ item.customerName ||'' }}</view> |
| | | |
| | | </view> |
| | | <view class="second-line"> |
| | | <text>{{ item.orderType || '' }}</text> |
| | | </view> |
| | | <view class="point-number"> |
| | | <text class="order-type">{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}</text> |
| | | </view> |
| | |
| | | <view class="dispatch">{{ item.driver ||'' }}</view> |
| | | <view class="black-bar"></view> |
| | | <text>{{ item.phone || '' }}</text> |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="time-icon"> |
| | |
| | | doorshow:true, |
| | | temporaryPlanId:"", |
| | | show: false, // 弹出全部领取提示 |
| | | driverBillOfLoadingData:[], |
| | | driverBillOfLoadingData:[ |
| | | { |
| | | carNo:'冀A99999', |
| | | orderType:'外购' |
| | | } |
| | | |
| | | ], |
| | | driverBillOfLoadingDatas:[], |
| | | driverTemporaryEntry:[], |
| | | inspectData:[], |
| | |
| | | inspectedResult:JSON.stringify(this.inspectData) |
| | | }, 'json').then(res => { |
| | | if (res.code === 0) { |
| | | uni.$u.toast('检查成功') |
| | | this.$u.toast('检查成功') |
| | | this.form={} |
| | | this.ClickLoading = false; |
| | | this.inspectData=[] |
| | |
| | | this.logoutShow = false; |
| | | this.TaskCoalList() |
| | | } else { |
| | | uni.$u.toast(res.msg ? res.msg : '检查失败') |
| | | this.ClickLoading = false; |
| | | this.show = false; |
| | | this.logoutShow = false; |
| | | this.$u.toast(res.msg || '检查失败') |
| | | |
| | | } |
| | | }) |
| | | }else{ |
| | | uni.$u.toast('必须全部检测') |
| | | this.$u.toast('必须全部检测') |
| | | } |
| | | }, |
| | | logoutCancel() { |
| | |
| | | this.form={} |
| | | this.inspectData=[] |
| | | this.certificateImg="" |
| | | if(uni.getStorageSync('door', this.door)){ |
| | | this.TaskCoalList(); |
| | | } |
| | | }, |
| | | popClick() { |
| | | this.logoutShow = true; |