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