车辆管理,司机管理bug修复
This commit is contained in:
@ -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:{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user