|  | @@ -1484,7 +1484,7 @@ export default {
 | 
	
		
			
				|  |  |        this.carManages = response;
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      company({
 | 
	
		
			
				|  |  | -         fStatus:1
 | 
	
		
			
				|  |  | +      fStatus: 1,
 | 
	
		
			
				|  |  |      }).then((response) => {
 | 
	
		
			
				|  |  |        this.companyList = response.rows;
 | 
	
		
			
				|  |  |      });
 | 
	
	
		
			
				|  | @@ -1573,6 +1573,11 @@ export default {
 | 
	
		
			
				|  |  |          carcorPid: this.schedulingList[0].carcorPid,
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        this.showSure(this.schedulingList);
 | 
	
		
			
				|  |  | +      listFtmsorderbillss({
 | 
	
		
			
				|  |  | +        fleetCompanyId: this.schedulingList[0].carcorPid,
 | 
	
		
			
				|  |  | +      }).then((response) => {
 | 
	
		
			
				|  |  | +        this.carManages = response;
 | 
	
		
			
				|  |  | +      });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //删除行
 | 
	
		
			
				|  |  |      deleteRow(index, rows) {
 |