Browse Source

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

qukaidi 4 năm trước cách đây
mục cha
commit
fc9c72798c
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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;
     });
     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) {