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

This commit is contained in:
2023-08-25 14:54:10 +08:00
parent b714ab2dca
commit c972af97dc
3 changed files with 26 additions and 11 deletions

View File

@ -73,6 +73,7 @@ export default {
mounted() {
const urlParams = new URLSearchParams(window.location.search);
this.supplierType = urlParams.get('supplierType');
this.$toast('页面supplierType'+this.supplierType)
this.getDriverList()
},
methods:{

View File

@ -22,8 +22,8 @@
<div class="metersWrap">
<div class="leftKiloMeters">
<div>AB段路桥费</div>
<div>BC段路桥费</div>
<div>CA段路桥费</div>
<div v-show="form.taskFlowId === 2">BC段路桥费</div>
<div v-show="form.taskFlowId === 2">CA段路桥费</div>
</div>
<div class="rightInputMeters">
<div><input type="number" v-model="form.bridgeAmountAb"/></div>
@ -81,6 +81,7 @@ export default {
waitAmount:'',
dilemmaFee:'',
customerAmount:'',
taskFlowId:''
}
}
},
@ -196,12 +197,13 @@ export default {
}
}
.btn {
margin-top: 20px;
//position:absolute;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
margin-top: 40px;
margin-bottom: 20px;
//bottom: 20px;
button {
border: none;
border-radius: 5px;