Commit 45cae6cc authored by xxx's avatar xxx

修改

parent 3639e1fe
......@@ -19,7 +19,8 @@ export const vehicleRealTimeQuery2 = '/api/CarPeop/realtime'; //获取车辆信
export const apiManmadesRealQuery = '/api/Manmades/Real'; //获取车辆信息实时数据(使用)
export const personalCenterInforQuery = '/api/Drivers'; //获取个人信息
export const failureDeclarationAdd = '/api/Hitch'; //故障申报提交
export const achievementStatisticsQuery = '/api/DispatchReal'; //获取绩效统计——司机考核
export const achievementStatisticsQuery = '/api/DispatchReal'; //获取绩效统计——司机考核(不用)
export const apiManmadesJXQuery = '/api/Manmades/JX'; //获取绩效统计——司机考核(使用)
export const intelligentDispatchQuery = '/api/Manmades'; //获取绩效统计——智能派单
export const updatePass = '/api/users/updatePass'; //修改个人信息密码
export const carFleetQuery = '/api/CarRoad'; //获取语音申请车队
......
......@@ -87,7 +87,7 @@
<script>
import { httpGet, httpPostForJson, putForJson, httpDelForJson} from "@/common/httpBean.js"
import {achievementStatisticsQuery,intelligentDispatchQuery} from "@/axios/api.js"
import {achievementStatisticsQuery,intelligentDispatchQuery,apiManmadesJXQuery} from "@/axios/api.js"
export default {
data() {
......@@ -109,13 +109,9 @@ export default {
this.carNumber = chepaihao;
this.startTime = '';
this.endTime = '';
httpGet(achievementStatisticsQuery,{number:this.carNumber}).then((res) => {
httpGet(apiManmadesJXQuery,{number:this.carNumber}).then((res) => {
if(res.code == 200){
if(res.data.totalElements == 0){
return
}else{
this.checkFromData = res.data.content[0];
}
this.checkFromData = res.data[0];
}
});
this.getintelligentDisData();
......
......@@ -37,8 +37,8 @@
</div>
</div>
<div style="display: flex;justify-content: space-around;">
<!-- <el-button type="primary" round class="toCallStyle" @click="recStart()" :disabled='tonghuadisabled'>{{tonghua1}}</el-button>
<el-button type="primary" round class="toCallStyle" @click="recStop()">结束通话</el-button> -->
<el-button type="primary" round class="toCallStyle tonghuaBtnShow" @click="recStart()" :disabled='tonghuadisabled'>{{tonghua1}}</el-button>
<el-button type="primary" round class="toCallStyle tonghuaBtnShow" @click="recStop()">结束通话</el-button>
<el-button type="primary" round class="toCallStyle" @click="recUploadLast()" :disabled='tonghuadisabled'>上传通话</el-button>
</div>
......@@ -1065,6 +1065,9 @@ export default {
}
@media screen and (min-width:901px){
.tonghuaBtnShow{
display: none;
}
.situationStyle img{
height: 30px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment