|  |  | 
 |  |  |                <view class="uni-list-box"> | 
 |  |  |                   <view class="uni-content"> | 
 |  |  |                      <view class="uni-title-sub uni-ellipsis-2">æçå·ï¼{{stockInfoBarcode}}</view> | 
 |  |  |                      <view class="uni-title-sub uni-ellipsis-2">æ»æ°éï¼{{Summmary}}</view> | 
 |  |  |                   </view> | 
 |  |  |                </view> | 
 |  |  |             </template> | 
 |  |  | 
 |  |  |             // stockInfo: [], | 
 |  |  |             stockInfoDetail: [], | 
 |  |  |             barcode: '', | 
 |  |  |             Summmary: 0, | 
 |  |  |             barcodefocus: false, | 
 |  |  |             warehouseId: 0, | 
 |  |  |             stockInfoBarcode: '', | 
 |  |  | 
 |  |  |                         this.stockInfoBarcode = res.data.palletCode, | 
 |  |  |                            // this.stockInfo = res.data, | 
 |  |  |                            this.stockInfoDetail = res.data.details | 
 |  |  |                            //è·åæ»æ°é | 
 |  |  |                            this.stockInfoDetail.forEach(item => { | 
 |  |  |                               this.Summmary+= item.stockQuantity; | 
 |  |  |                            }); | 
 |  |  |                      } else { | 
 |  |  |                         this.$refs.uToast.show({ | 
 |  |  |                            // title: "æªæ¾å°æçä¿¡æ¯", |