| 
					
				 | 
			
			
				@@ -598,7 +598,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.goodsList = this.goodsList.map(item => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ...item, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          correspondId: val 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          correspondId: val, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          correspondName: this.warehouseList?.find(item => !!item.id == val)?.name || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -772,6 +773,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           item.reservedNum = item.refundableQty 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (this.morenck) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             item.correspondId = this.morenck 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            item.correspondName = this.warehouseList?.find(item => !!item.id == this.morenck)?.name || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           return { ...item } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 |