| | |
| | | <view class="dispatch-dept">{{ item.code || '' }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="dispatch">{{ item.customerName ||'' }}</view> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</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 class="dispatch-dept">{{ item.orderType || '' }}</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 class="black-bar"></view> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="dispatch-dept">{{ item.orderType || '' }}</view> |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="time-icon"> |
| | |
| | | if(!this.carNo){ |
| | | this.$reqGet('getCheckTaskCoal',{flag:0,door:this.door}).then(res => { |
| | | uni.hideLoading(); |
| | | // this.driverBillOfLoadingData = res.data; |
| | | this.driverBillOfLoadingData = res.data; |
| | | uni.stopPullDownRefresh(); |
| | | this.handleOpenChange(); |
| | | }); |