Przeglądaj źródła

根据车队id查找相应的司机

qukaidi 4 lat temu
rodzic
commit
fc9c72798c
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      src/views/fleet/sendcar/AddOrUpdate.vue

+ 6 - 1
src/views/fleet/sendcar/AddOrUpdate.vue

@@ -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) {