车辆管理,司机管理bug修复

This commit is contained in:
2023-08-25 14:12:01 +08:00
parent 073624641a
commit b714ab2dca
7 changed files with 79 additions and 13 deletions

View File

@@ -84,6 +84,7 @@ export default {
}, 1000);
},
addDriver(){
this.$toast('supplierType的值为'+this.supplierType)
if(this.supplierType == 1){
this.$toast("无权添加")
}else{
@@ -135,7 +136,9 @@ export default {
phone:item.driverPhone,
drivingModel:item.drivingModel,
identityCardNumber:item.identityCardNumber,
states:item.states.code
states:item.states.code,
createTime:item.createTime,
supplierType:this.supplierType
}
});
},