|  |  | 
 |  |  |          }, | 
 |  |  |          // 过滤 | 
 |  |  |          checkContainerCode(item) { | 
 |  |  |             item.containerCode = item.containerCode.split('_')[1] | 
 |  |  |             item.containerCode = item.containerCode.split('_')[1] ? item.containerCode.split('_')[1] : item.containerCode | 
 |  |  | 				 | 
 |  |  |             // this.barcode = this.barcode.split('_')[1] | 
 |  |  |          }, | 
 |  |  |          // 根据订单号返回商品详情 | 
 |  |  | 
 |  |  |          comb() { | 
 |  |  |             uni.vibrateShort(); | 
 |  |  |             let that = this; | 
 |  |  |             if (that.barcode === '') { | 
 |  |  |                this.messageText = "请扫描托盘条码" | 
 |  |  |                this.messageToggle('error') | 
 |  |  |                return; | 
 |  |  |             } | 
 |  |  |             // if (that.barcode === '') { | 
 |  |  |             //    this.messageText = "请扫描托盘条码" | 
 |  |  |             //    this.messageToggle('error') | 
 |  |  |             //    return; | 
 |  |  |             // } | 
 |  |  |             if (that.dataList.length === 0) { | 
 |  |  |                this.messageText = "请添加商品列表" | 
 |  |  |                this.messageToggle('error') |