|  |  | 
 |  |  |          - 已经到底了 - | 
 |  |  |       </view> | 
 |  |  |        | 
 |  |  |       <!-- <view class="buttom"> | 
 |  |  |          <view style="width: 150rpx;text-align: center;padding-left: 12rpx;"> | 
 |  |  |             名称 | 
 |  |  |          </view> | 
 |  |  |          <uni-search-bar v-model="searchValue2" style="width: 100%;" | 
 |  |  |             maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear2" placeholder="输入 / 扫描 订单号"> | 
 |  |  |          </uni-search-bar> | 
 |  |  |       </view> --> | 
 |  |  |       <!-- 筛选弹窗 --> | 
 |  |  |       <view> | 
 |  |  |          <uni-popup ref="filter" type="dialog"> | 
 |  |  | 
 |  |  |             },300) | 
 |  |  |          }, | 
 |  |  |          goToLocDetl(item) { | 
 |  |  |             if (item.qty >= item.anfme) { | 
 |  |  |                uni.showToast({ title: '已完成订单作业数量', icon: "error", position: 'top' }) | 
 |  |  |                return | 
 |  |  |             } | 
 |  |  |             let _this = this | 
 |  |  |             item['orderType'] = 'bcp' | 
 |  |  |             uni.navigateTo({ | 
 |  |  |                url: './orderList', | 
 |  |  |                url: './orderCheck', | 
 |  |  |                success(res) { | 
 |  |  |                   res.eventChannel.emit('item', { | 
 |  |  |                      item: item | 
 |  |  |                      item: item, | 
 |  |  |                   }), | 
 |  |  |                   res.eventChannel.emit('type', { | 
 |  |  |                      type: "bcp" | 
 |  |  |                   }) | 
 |  |  |                }, | 
 |  |  |                events: { |