|  | @@ -3719,6 +3719,9 @@ export default {
 | 
	
		
			
				|  |  |        this.detailsHidden = false;
 | 
	
		
			
				|  |  |        this.formBrowseStatus = false;
 | 
	
		
			
				|  |  |        let fId = row.fId || this.ids;
 | 
	
		
			
				|  |  | +      if (fId.length === 1){
 | 
	
		
			
				|  |  | +        fId = fId[0].fId
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |        this.dataList = [];
 | 
	
		
			
				|  |  |        getStockTransfer(fId).then((response) => {
 | 
	
		
			
				|  |  |          if (response.data.warehousebills) {
 |