|  | @@ -3877,8 +3877,11 @@ export default {
 | 
	
		
			
				|  |  |            storageId: item.storageId.slice(0,item.storageId.indexOf('-'))
 | 
	
		
			
				|  |  |          }).then(res => {
 | 
	
		
			
				|  |  |            if (res.data.data.length > 0) {
 | 
	
		
			
				|  |  | +              res.data.data.forEach(e=>{
 | 
	
		
			
				|  |  | +                  e.storageId = e.storageId + '-' + e.corpId
 | 
	
		
			
				|  |  | +              })
 | 
	
		
			
				|  |  |              item.storageQuantityList = res.data.data
 | 
	
		
			
				|  |  | -            item.storageId = res.data.data[0].storageId + '-' + res.data.data[0].corpId
 | 
	
		
			
				|  |  | +            item.storageId = res.data.data[0].storageId
 | 
	
		
			
				|  |  |              item.storageName = res.data.data[0].storageName
 | 
	
		
			
				|  |  |              item.storageQuantity = res.data.data[0].surplusRouteQuantity
 | 
	
		
			
				|  |  |                // 获取供应商名称
 |