| 
					
				 | 
			
			
				@@ -167,7 +167,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     pageInit (buyerSn, warehouseSn) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.buyerSn = buyerSn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.warehouseSn = warehouseSn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // this.queryParam.warehouseSn = warehouseSn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const arr = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { title: '序号', dataIndex: 'no', width: '6%', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { title: '产品编码', dataIndex: 'productCode', width: '24%', align: 'center', customRender: function (text) { return text || '--' } }, 
			 |