开锁等bug修改
This commit is contained in:
parent
56322153aa
commit
ec77601bd6
|
@ -1,13 +1,13 @@
|
||||||
const install = (Vue, vm) => {
|
const install = (Vue, vm) => {
|
||||||
|
|
||||||
|
|
||||||
uni.setStorageSync('deptId', 100);
|
uni.setStorageSync('deptId', 101);
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
// baseUrl: 'http://61.174.243.28:15861',
|
// baseUrl: 'http://61.174.243.28:15861',
|
||||||
// baseUrl: 'http://192.168.2.46:8080',
|
// baseUrl: 'http://192.168.2.46:8080',
|
||||||
// baseUrl: 'http://124.221.246.124:2289',
|
// baseUrl: 'http://124.221.246.124:2289',
|
||||||
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
||||||
baseUrl: 'https://dche.ccttiot.com/prod-api',
|
// baseUrl: 'https://dche.ccttiot.com/prod-api',
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 10000,
|
loadingTime: 10000,
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"libVersion" : "latest",
|
"libVersion" : "latest",
|
||||||
"appid" : "wx3428c498d5061192",
|
"appid" : "wx4d178f8c80348214",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"minified" : true
|
"minified" : true
|
||||||
|
|
|
@ -597,7 +597,7 @@
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 1000
|
duration: 1000
|
||||||
});
|
});
|
||||||
} else if (this.areainfo.returnVerify === 1 && this.videoUrl === '') {
|
} else if (this.areainfo.returnVerify == 1 && this.videoUrl == '') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '请拍摄还车视频',
|
title: '请拍摄还车视频',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
|
@ -624,6 +624,7 @@
|
||||||
duration: 1000
|
duration: 1000
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
// if(this.)
|
||||||
if (num === 0) {
|
if (num === 0) {
|
||||||
this.maskloading = true;
|
this.maskloading = true;
|
||||||
this.maskepage = 0;
|
this.maskepage = 0;
|
||||||
|
@ -691,6 +692,12 @@
|
||||||
this.subs(1)
|
this.subs(1)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
uni.showToast({
|
||||||
|
title: '换车关锁失败',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 1000
|
||||||
|
});
|
||||||
|
|
||||||
// 处理接口返回错误的情况
|
// 处理接口返回错误的情况
|
||||||
this.mac = this.orderinfo.mac
|
this.mac = this.orderinfo.mac
|
||||||
this.buleclose = true
|
this.buleclose = true
|
||||||
|
@ -721,6 +728,11 @@
|
||||||
this.subs(1)
|
this.subs(1)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
uni.showToast({
|
||||||
|
title: '换车开锁失败',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 1000
|
||||||
|
});
|
||||||
this.mac = this.deviceinfo.mac
|
this.mac = this.deviceinfo.mac
|
||||||
this.buleopen = true
|
this.buleopen = true
|
||||||
this.Binddevice()
|
this.Binddevice()
|
||||||
|
|
|
@ -280,7 +280,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="cont">
|
<view class="cont">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<view class="text" v-if="OrderdeviceInfos.sn!='' ">
|
<view class="text" v-if="orderinfo.sn!='' ">
|
||||||
可继续行驶{{OrderdeviceInfos.remainingMileage}}公里
|
可继续行驶{{OrderdeviceInfos.remainingMileage}}公里
|
||||||
</view>
|
</view>
|
||||||
<view class="speed" style="background: #ccc; ">
|
<view class="speed" style="background: #ccc; ">
|
||||||
|
@ -288,11 +288,11 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mac" v-if="OrderdeviceInfos.sn ">
|
<view class="mac" v-if="orderinfo.sn ">
|
||||||
NO.{{orderinfo.sn}}
|
NO.{{orderinfo.sn}}
|
||||||
</view>
|
</view>
|
||||||
<view class="mac" v-if="!OrderdeviceInfos.sn " style="color: red;">
|
<view class="mac" v-if="!orderinfo.sn " style="color: red;">
|
||||||
换车开锁失败,请点击换车按钮重新换车
|
换车开锁失败,请点击换车按钮重新换车
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
|
@ -324,20 +324,21 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" style=" margin-right: 16rpx;"
|
<view class="btn" style=" margin-right: 16rpx;"
|
||||||
v-if="OrderdeviceInfos.sn && (OrderdeviceInfos.status == 3 || OrderdeviceInfos.status == 6)" @click="taploadmask (2)">
|
v-if="orderinfo.sn && (OrderdeviceInfos.status == 3 || OrderdeviceInfos.status == 6)"
|
||||||
|
@click="taploadmask (2)">
|
||||||
临时锁车
|
临时锁车
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" style=" margin-right: 16rpx;" v-if="OrderdeviceInfos.status==4"
|
<view class="btn" style=" margin-right: 16rpx;" v-if="OrderdeviceInfos.status==4"
|
||||||
@click=" taploadmask(3)">
|
@click=" taploadmask(3)">
|
||||||
解锁用车
|
解锁用车
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" style=" margin-right: 16rpx;" @click="tochange()" v-if="!OrderdeviceInfos.sn">
|
<view class="btn" style=" margin-right: 16rpx;" @click="tochange()" v-if="!orderinfo.sn">
|
||||||
继续换车
|
继续换车
|
||||||
</view>
|
</view>
|
||||||
<view class="btn1" @click=" taploadmask(4)" v-if="OrderdeviceInfos.sn">
|
<view class="btn1" @click=" taploadmask(4)" v-if="orderinfo.sn">
|
||||||
还车
|
还车
|
||||||
</view>
|
</view>
|
||||||
<view class="btn1" @click=" taploadmask(4)" v-if="!OrderdeviceInfos.sn">
|
<view class="btn1" @click=" taploadmask(4)" v-if="!orderinfo.sn">
|
||||||
结束订单
|
结束订单
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1062,10 +1063,11 @@
|
||||||
showparkinfo: false,
|
showparkinfo: false,
|
||||||
parkinfo: {},
|
parkinfo: {},
|
||||||
netonlines: false,
|
netonlines: false,
|
||||||
isqrcode:false,
|
isqrcode: false,
|
||||||
deviceGps:{
|
deviceGps: {
|
||||||
|
|
||||||
}
|
},
|
||||||
|
tozf:false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -1082,8 +1084,8 @@
|
||||||
showdevice(newValue, oldValue) {
|
showdevice(newValue, oldValue) {
|
||||||
console.log('showdevice变化了', newValue, oldValue);
|
console.log('showdevice变化了', newValue, oldValue);
|
||||||
},
|
},
|
||||||
deviceIndex(newValue, oldValue) {
|
showtcs(newValue, oldValue) {
|
||||||
console.log('deviceIndex变化了', newValue, oldValue);
|
console.log('showtcs变化了', newValue, oldValue);
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -1144,7 +1146,8 @@
|
||||||
// this.deviceIndex = 1
|
// this.deviceIndex = 1
|
||||||
// this.type = 1
|
// this.type = 1
|
||||||
}
|
}
|
||||||
}, 700)
|
}, 500)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1194,7 +1197,7 @@
|
||||||
console.log('获取蓝牙状态失败', err);
|
console.log('获取蓝牙状态失败', err);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
console.log(this.seeDetail, 'this.seeDetailthis.seeDetail');
|
||||||
if (this.seeDetail == false) {
|
if (this.seeDetail == false) {
|
||||||
let that = this
|
let that = this
|
||||||
uni.getNetworkType({
|
uni.getNetworkType({
|
||||||
|
@ -1295,8 +1298,8 @@
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.getinfo()
|
this.getinfo()
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -1365,6 +1368,8 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
tochange() {
|
tochange() {
|
||||||
|
this.seeDetail = false
|
||||||
|
this.tozf=true
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/page_user/changeCar'
|
url: '/page_user/changeCar'
|
||||||
})
|
})
|
||||||
|
@ -1500,7 +1505,7 @@
|
||||||
this.deviceIndex = 0
|
this.deviceIndex = 0
|
||||||
// this.sn = ''
|
// this.sn = ''
|
||||||
this.type = 0
|
this.type = 0
|
||||||
this.freeInfo = {}
|
// this.freeInfo = {}
|
||||||
// this.freeListIndex = 0
|
// this.freeListIndex = 0
|
||||||
this.mappolyline = []
|
this.mappolyline = []
|
||||||
// this.showparkinfo=false
|
// this.showparkinfo=false
|
||||||
|
@ -1564,7 +1569,7 @@
|
||||||
this.showdevice = false;
|
this.showdevice = false;
|
||||||
this.deviceIndex = 0;
|
this.deviceIndex = 0;
|
||||||
this.type = 0;
|
this.type = 0;
|
||||||
this.freeInfo = {};
|
// this.freeInfo = {};
|
||||||
// this.freeListIndex = 0;
|
// this.freeListIndex = 0;
|
||||||
this.parkinfo = {}
|
this.parkinfo = {}
|
||||||
this.showparkinfo = false
|
this.showparkinfo = false
|
||||||
|
@ -1583,7 +1588,7 @@
|
||||||
|
|
||||||
if (markerExists) {
|
if (markerExists) {
|
||||||
this.sn = e.markerId;
|
this.sn = e.markerId;
|
||||||
this.deviceInfo(1);
|
this.deviceInfo(0);
|
||||||
|
|
||||||
// Revert the last clicked marker to the default image and zIndex
|
// Revert the last clicked marker to the default image and zIndex
|
||||||
if (this.lastClickedMarkerId !== null) {
|
if (this.lastClickedMarkerId !== null) {
|
||||||
|
@ -1668,7 +1673,7 @@
|
||||||
return R * c;
|
return R * c;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
timestare() {
|
timestare() {
|
||||||
this.timers = setInterval(() => {
|
this.timers = setInterval(() => {
|
||||||
this.getmarks();
|
this.getmarks();
|
||||||
|
@ -1676,9 +1681,9 @@
|
||||||
if (this.orderinfo.sn) {
|
if (this.orderinfo.sn) {
|
||||||
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
|
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.isqrcode=false
|
// this.isqrcode=false
|
||||||
this.mac = this.OrderdeviceInfos.mac;
|
this.mac = this.OrderdeviceInfos.mac;
|
||||||
|
|
||||||
// this.OrderdeviceInfos.onlineStatus = '1'
|
// this.OrderdeviceInfos.onlineStatus = '1'
|
||||||
if (this.OrderdeviceInfos.onlineStatus !== res.data.onlineStatus) {
|
if (this.OrderdeviceInfos.onlineStatus !== res.data.onlineStatus) {
|
||||||
this.OrderdeviceInfos = res.data;
|
this.OrderdeviceInfos = res.data;
|
||||||
|
@ -2456,6 +2461,7 @@
|
||||||
|
|
||||||
// 新增的检查函数
|
// 新增的检查函数
|
||||||
checkBeforeUnlock() {
|
checkBeforeUnlock() {
|
||||||
|
// console.log(this.freeInfo,'this.freeInfothis.freeInfo');
|
||||||
if (!this.freeInfo.ruleId) {
|
if (!this.freeInfo.ruleId) {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
@ -2561,7 +2567,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
getmarks() {
|
getmarks() {
|
||||||
if(this.isqrcode){
|
if (this.isqrcode) {
|
||||||
let data = {
|
let data = {
|
||||||
areaId: this.areaInfo.areaId
|
areaId: this.areaInfo.areaId
|
||||||
};
|
};
|
||||||
|
@ -2578,14 +2584,15 @@
|
||||||
iconPath: this.defaultMarkerIconPath,
|
iconPath: this.defaultMarkerIconPath,
|
||||||
isDeviceMarker: true // 区分为设备标记
|
isDeviceMarker: true // 区分为设备标记
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// 保留停车标记和特定设备标记
|
// 保留停车标记和特定设备标记
|
||||||
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker || marker
|
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker ||
|
||||||
|
marker
|
||||||
.id === parseFloat(this.OrderdeviceInfos.sn));
|
.id === parseFloat(this.OrderdeviceInfos.sn));
|
||||||
|
|
||||||
// 更新markers数组,避免删除已识别的重要标记
|
// 更新markers数组,避免删除已识别的重要标记
|
||||||
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
|
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
|
||||||
|
|
||||||
// 确保点击的标记保持其图标
|
// 确保点击的标记保持其图标
|
||||||
if (this.lastClickedMarkerId != null) {
|
if (this.lastClickedMarkerId != null) {
|
||||||
updatedMarkers = updatedMarkers.map(marker => {
|
updatedMarkers = updatedMarkers.map(marker => {
|
||||||
|
@ -2600,83 +2607,85 @@
|
||||||
return marker;
|
return marker;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// 使用this.$set触发Vue的响应式更新
|
// 使用this.$set触发Vue的响应式更新
|
||||||
this.$set(this, 'markers', updatedMarkers);
|
this.$set(this, 'markers', updatedMarkers);
|
||||||
|
|
||||||
this.oldMarkers = [...this.markers];
|
this.oldMarkers = [...this.markers];
|
||||||
}
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error("Error fetching device data:", error);
|
console.error("Error fetching device data:", error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
} else {
|
||||||
let data = {
|
let data = {
|
||||||
longitude: this.deviceGps.longitude,
|
longitude: this.deviceGps.longitude,
|
||||||
latitude: this.deviceGps.latitude,
|
latitude: this.deviceGps.latitude,
|
||||||
deptId :uni.getStorageSync('deptId')
|
deptId: uni.getStorageSync('deptId')
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.$u.get(`/app/vehicleLocalization?`, data).then((res) => {
|
this.$u.get(`/app/vehicleLocalization?`, data).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
if (res.data !== '') {
|
if (res.data !== '') {
|
||||||
this.listData = res.data;
|
this.listData = res.data;
|
||||||
const newDeviceMarkers = this.listData.map(item => ({
|
const newDeviceMarkers = this.listData.map(item => ({
|
||||||
id: parseFloat(item.sn),
|
id: parseFloat(item.sn),
|
||||||
latitude: parseFloat(item.latitude),
|
latitude: parseFloat(item.latitude),
|
||||||
longitude: parseFloat(item.longitude),
|
longitude: parseFloat(item.longitude),
|
||||||
width: 40,
|
width: 40,
|
||||||
height: 28,
|
height: 28,
|
||||||
iconPath: this.defaultMarkerIconPath,
|
iconPath: this.defaultMarkerIconPath,
|
||||||
isDeviceMarker: true // 区分为设备标记
|
isDeviceMarker: true // 区分为设备标记
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// 保留停车标记和特定设备标记
|
// 保留停车标记和特定设备标记
|
||||||
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker || marker.id === parseFloat(this.OrderdeviceInfos.sn));
|
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker ||
|
||||||
|
marker.id === parseFloat(this.OrderdeviceInfos.sn));
|
||||||
// 更新markers数组,避免删除已识别的重要标记
|
|
||||||
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
|
// 更新markers数组,避免删除已识别的重要标记
|
||||||
|
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
|
||||||
// 确保点击的标记保持其图标
|
|
||||||
if (this.lastClickedMarkerId != null) {
|
// 确保点击的标记保持其图标
|
||||||
updatedMarkers = updatedMarkers.map(marker => {
|
if (this.lastClickedMarkerId != null) {
|
||||||
if (marker.id === this.lastClickedMarkerId) {
|
updatedMarkers = updatedMarkers.map(marker => {
|
||||||
return {
|
if (marker.id === this.lastClickedMarkerId) {
|
||||||
...marker,
|
return {
|
||||||
width: 50,
|
...marker,
|
||||||
height: 35,
|
width: 50,
|
||||||
iconPath: this.clickedMarkerIconPath
|
height: 35,
|
||||||
};
|
iconPath: this.clickedMarkerIconPath
|
||||||
}
|
};
|
||||||
return marker;
|
}
|
||||||
});
|
return marker;
|
||||||
}
|
});
|
||||||
|
}
|
||||||
// 使用this.$set触发Vue的响应式更新
|
|
||||||
this.$set(this, 'markers', updatedMarkers);
|
// 使用this.$set触发Vue的响应式更新
|
||||||
this.oldMarkers = [...this.markers];
|
this.$set(this, 'markers', updatedMarkers);
|
||||||
} else {
|
this.oldMarkers = [...this.markers];
|
||||||
// 当 res.data 为空时,删除 markers 中对应的设备标记
|
} else {
|
||||||
this.markers = this.markers.filter(marker => marker.isParkingMarker || marker.id === parseFloat(this.OrderdeviceInfos.sn));
|
// 当 res.data 为空时,删除 markers 中对应的设备标记
|
||||||
|
this.markers = this.markers.filter(marker => marker.isParkingMarker || marker
|
||||||
// 使用this.$set触发Vue的响应式更新
|
.id === parseFloat(this.OrderdeviceInfos.sn));
|
||||||
this.$set(this, 'markers', this.markers);
|
|
||||||
}
|
// 使用this.$set触发Vue的响应式更新
|
||||||
}
|
this.$set(this, 'markers', this.markers);
|
||||||
|
}
|
||||||
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error("Error fetching device data:", error);
|
console.error("Error fetching device data:", error);
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
onMapRegionChange(event) {
|
onMapRegionChange(event) {
|
||||||
// console.log('regionchange', event)
|
// console.log('regionchange', event)
|
||||||
if (event.detail.type == 'end') {
|
if (event.detail.type == 'end') {
|
||||||
|
@ -3397,28 +3406,31 @@
|
||||||
this.seeDetail = false
|
this.seeDetail = false
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
this.timer = null
|
this.timer = null
|
||||||
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
|
if (this.orderinfo.sn) {
|
||||||
if (res.code === 200) {
|
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
|
||||||
this.OrderdeviceInfos = res.data
|
if (res.code === 200) {
|
||||||
// this.OrderdeviceInfos.onlineStatus = '1'
|
this.OrderdeviceInfos = res.data
|
||||||
this.mac = this.OrderdeviceInfos.mac
|
// this.OrderdeviceInfos.onlineStatus = '1'
|
||||||
if (this.OrderdeviceInfos.onlineStatus == 0 && this.orderinfo.status != 3) {
|
this.mac = this.OrderdeviceInfos.mac
|
||||||
|
if (this.OrderdeviceInfos.onlineStatus == 0 && this.orderinfo.status != 3) {
|
||||||
|
|
||||||
if (this.carstause == false) {
|
if (this.carstause == false) {
|
||||||
|
|
||||||
|
// this.isnoline = true
|
||||||
|
}
|
||||||
|
|
||||||
// this.isnoline = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// 处理接口返回错误的情况
|
||||||
}
|
}
|
||||||
|
}).catch(error => {
|
||||||
|
// 处理接口请求失败的情况
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} else {
|
|
||||||
// 处理接口返回错误的情况
|
|
||||||
}
|
|
||||||
}).catch(error => {
|
|
||||||
// 处理接口请求失败的情况
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
// 预约中
|
// 预约中
|
||||||
if (this.orderinfo.status == 0) {
|
if (this.orderinfo.status == 0) {
|
||||||
|
@ -4258,9 +4270,11 @@
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
this.starTime()
|
this.starTime()
|
||||||
}
|
}
|
||||||
// if (this.areaInfo.areaId != res.data[0].areaId) {
|
if (this.areaInfo.areaId != res.data[0].areaId && this.orderinfo.sn != '') {
|
||||||
// this.getArea()
|
this.isqrcode = true
|
||||||
// }
|
this.getArea()
|
||||||
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
this.orderinfo = {}
|
this.orderinfo = {}
|
||||||
|
@ -4277,7 +4291,7 @@
|
||||||
changefree(item, index) {
|
changefree(item, index) {
|
||||||
this.freeInfo = item
|
this.freeInfo = item
|
||||||
this.freeListIndex = index
|
this.freeListIndex = index
|
||||||
|
|
||||||
},
|
},
|
||||||
getlist() {
|
getlist() {
|
||||||
this.freList = []
|
this.freList = []
|
||||||
|
@ -4295,14 +4309,15 @@
|
||||||
}
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
|
this.freeInfo = this.freList[0]
|
||||||
setTimeout(()=>{
|
this.freeListIndex = 1
|
||||||
this.freeInfo = this.freList[0]
|
console.log(this.freList, this.freeInfo, ' this.freList this.freList');
|
||||||
this.freeListIndex = 1
|
// setTimeout(()=>{
|
||||||
console.log(this.freeListIndex,'this.freeListIndexthis.freeListIndexthis.freeListIndex');
|
|
||||||
},300)
|
// console.log(this.freeListIndex,'this.freeListIndexthis.freeListIndexthis.freeListIndex');
|
||||||
|
// },300)
|
||||||
console.log(this.freList, ' this.freList this.freList');
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '未登录,请登录后尝试',
|
title: '未登录,请登录后尝试',
|
||||||
|
@ -4406,25 +4421,28 @@
|
||||||
getinfo() {
|
getinfo() {
|
||||||
if (uni.getStorageSync('token')) {
|
if (uni.getStorageSync('token')) {
|
||||||
this.$u.get("/getAppInfo").then((res) => {
|
this.$u.get("/getAppInfo").then((res) => {
|
||||||
|
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$store.commit('SET_USERID', res.user.userId);
|
this.$store.commit('SET_USERID', res.user.userId);
|
||||||
this.userinfo = res.user
|
this.userinfo = res.user
|
||||||
setTimeout(()=>{
|
setTimeout(() => {
|
||||||
console.log(this.userinfo.balance,this.deviceIndex,this.showdevice,'this.userinfo.balancethis.userinfo.balancethis.userinfo.balance');
|
console.log(this.userinfo.balance, this.deviceIndex, this.showdevice,
|
||||||
if(this.userinfo.balance!=0&&this.deviceIndex==1&&this.showdevice==true){
|
'this.userinfo.balancethis.userinfo.balancethis.userinfo.balance');
|
||||||
|
if (this.userinfo.balance != 0 && this.deviceIndex == 1 && this
|
||||||
|
.showdevice == true&&this.tozf==true) {
|
||||||
|
this.tozf=false
|
||||||
this.taploadmask(1)
|
this.taploadmask(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
},300)
|
}, 300)
|
||||||
} else {
|
} else {
|
||||||
// setTimeout(() => {
|
// setTimeout(() => {
|
||||||
// this.getinfo()
|
// this.getinfo()
|
||||||
// }, 200)
|
// }, 200)
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4457,14 +4475,17 @@
|
||||||
this.gps.sn = this.sn
|
this.gps.sn = this.sn
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.sn != '') {
|
if (this.orderinfo.sn != '') {
|
||||||
this.gps.sn = this.sn
|
this.gps.sn = this.orderinfo.sn
|
||||||
}
|
}
|
||||||
|
if (this.deviceInfos.sn) {
|
||||||
|
this.gps.sn = this.deviceInfos.sn
|
||||||
|
}
|
||||||
|
|
||||||
this.$u.get('/app/area/info?', this.gps).then((res) => {
|
this.$u.get('/app/area/info?', this.gps).then((res) => {
|
||||||
// this.showmap = true
|
// this.showmap = true
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
|
||||||
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
||||||
const polylines = this.convertBoundaryToPolyline(res.data.boundaryStr)
|
const polylines = this.convertBoundaryToPolyline(res.data.boundaryStr)
|
||||||
// console.log(polylines,'polylinespolylinespolylines');
|
// console.log(polylines,'polylinespolylinespolylines');
|
||||||
|
@ -4475,11 +4496,11 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let abb = this.cleanedText()
|
let abb = this.cleanedText()
|
||||||
console.log(abb.length, 'cleanedTextcleanedTextcleanedText');
|
console.log(abb.length, 'cleanedTextcleanedTextcleanedText');
|
||||||
|
|
||||||
// 计算滚动时间,基于文本宽度
|
// 计算滚动时间,基于文本宽度
|
||||||
this.duration = abb.length * 0.3; // 50 px/s 的速度
|
this.duration = abb.length * 0.3; // 50 px/s 的速度
|
||||||
}, 200)
|
}, 200)
|
||||||
|
|
||||||
this.polyline.push(polylines)
|
this.polyline.push(polylines)
|
||||||
console.log();
|
console.log();
|
||||||
// console.log(this.areaInfo, 'areaInfoareaInfo');
|
// console.log(this.areaInfo, 'areaInfoareaInfo');
|
||||||
|
@ -4490,14 +4511,14 @@
|
||||||
this.getParking()
|
this.getParking()
|
||||||
if (uni.getStorageSync('token')) {
|
if (uni.getStorageSync('token')) {
|
||||||
this.getisInOrder()
|
this.getisInOrder()
|
||||||
|
|
||||||
}
|
}
|
||||||
const hasShownPopup = uni.getStorageSync('hasShownPopup');
|
const hasShownPopup = uni.getStorageSync('hasShownPopup');
|
||||||
console.log(hasShownPopup, 'hasShownPopup');
|
console.log(hasShownPopup, 'hasShownPopup');
|
||||||
|
|
||||||
if (hasShownPopup === '' || hasShownPopup === null) {
|
if (hasShownPopup === '' || hasShownPopup === null) {
|
||||||
console.log('1111111111');
|
console.log('1111111111');
|
||||||
|
|
||||||
this.showTips = true;
|
this.showTips = true;
|
||||||
this.startCountdown();
|
this.startCountdown();
|
||||||
uni.setStorageSync('hasShownPopup', true);
|
uni.setStorageSync('hasShownPopup', true);
|
||||||
|
@ -4506,21 +4527,27 @@
|
||||||
this.showTips = uni.getStorageSync('hasShownPopup');
|
this.showTips = uni.getStorageSync('hasShownPopup');
|
||||||
console.log(this.showTips, 'this.showTips');
|
console.log(this.showTips, 'this.showTips');
|
||||||
this.startCountdown();
|
this.startCountdown();
|
||||||
|
|
||||||
}
|
}
|
||||||
if (this.sn) {
|
if (this.gps.sn) {
|
||||||
setTimeout(()=>{
|
setTimeout(() => {
|
||||||
if (this.orderinfo.status) {
|
if (this.orderinfo.status) {
|
||||||
this.showtcs = true
|
// this.showtcs = true
|
||||||
}else{
|
} else {
|
||||||
this.deviceInfo(1)
|
if (this.type == 1 && this.deviceIndex == 1) {
|
||||||
this.qParam = null
|
this.deviceInfo(1)
|
||||||
|
this.qParam = null
|
||||||
|
}else{
|
||||||
|
this.deviceInfo(0)
|
||||||
|
this.qParam = null
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},800)
|
}, 200)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// if(!hasShownPopup){
|
// if(!hasShownPopup){
|
||||||
// console.log(typeof(hasShownPopup),'hasShownPopuphasShownPopup');
|
// console.log(typeof(hasShownPopup),'hasShownPopuphasShownPopup');
|
||||||
// this.showTips=uni.getStorageSync('hasShownPopup')
|
// this.showTips=uni.getStorageSync('hasShownPopup')
|
||||||
|
@ -4528,7 +4555,7 @@
|
||||||
// this.showTips=true
|
// this.showTips=true
|
||||||
// uni.setStorageSync('hasShownPopup', true);
|
// uni.setStorageSync('hasShownPopup', true);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// this.$store.commit('SET_SHOWTIPS', true);
|
// this.$store.commit('SET_SHOWTIPS', true);
|
||||||
// console.log(this.polyline);
|
// console.log(this.polyline);
|
||||||
} else {
|
} else {
|
||||||
|
@ -4541,7 +4568,7 @@
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error("Error fetching area data:", error);
|
console.error("Error fetching area data:", error);
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
convertBoundaryToPolyline(boundary) {
|
convertBoundaryToPolyline(boundary) {
|
||||||
|
@ -4858,7 +4885,7 @@
|
||||||
|
|
||||||
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
|
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.isqrcode=true
|
this.isqrcode = true
|
||||||
this.deviceInfos = res.data;
|
this.deviceInfos = res.data;
|
||||||
if (!this.orderinfo.sn) {
|
if (!this.orderinfo.sn) {
|
||||||
this.mac = res.data.mac
|
this.mac = res.data.mac
|
||||||
|
@ -4866,6 +4893,14 @@
|
||||||
if (num == 0) {
|
if (num == 0) {
|
||||||
this.showdevice = true;
|
this.showdevice = true;
|
||||||
this.type = 0;
|
this.type = 0;
|
||||||
|
if (this.areaInfo.areaId != res.data.areaId) {
|
||||||
|
this.getArea()
|
||||||
|
}
|
||||||
|
// this.routePlanning(res.data.latitude, res.data.longitude)
|
||||||
|
// setTimeout(() => {
|
||||||
|
|
||||||
|
// // this.deviceIndex = 1;
|
||||||
|
// }, 600)
|
||||||
} else {
|
} else {
|
||||||
// if (this.deviceInfos.onlineStatus == 0) {
|
// if (this.deviceInfos.onlineStatus == 0) {
|
||||||
// wx.showToast({
|
// wx.showToast({
|
||||||
|
@ -4970,7 +5005,7 @@
|
||||||
.then((
|
.then((
|
||||||
res) => {
|
res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.isqrcode=true
|
this.isqrcode = true
|
||||||
this.deviceInfos = res.data;
|
this.deviceInfos = res.data;
|
||||||
|
|
||||||
if (num == 0) {
|
if (num == 0) {
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
待审核
|
待审核
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-mask :show="show" @click="show = false" :z-index='100' />
|
<u-mask :show="show" :z-index='100' />
|
||||||
|
|
||||||
<u-picker mode="time" v-model="time1" :params="params" @confirm="confirm1"
|
<u-picker mode="time" v-model="time1" :params="params" @confirm="confirm1"
|
||||||
:default-time='pickertime'></u-picker>
|
:default-time='pickertime'></u-picker>
|
||||||
|
@ -806,7 +806,7 @@
|
||||||
manageFee:0,
|
manageFee:0,
|
||||||
ridingFee:0,
|
ridingFee:0,
|
||||||
appointmentFee:0,
|
appointmentFee:0,
|
||||||
|
reason:''
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -865,7 +865,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
formatDate(value) {
|
formatDate(value) {
|
||||||
if (!value) return '';
|
if (!value) return '';
|
||||||
let date = new Date(value);
|
let date = new Date(value);
|
||||||
let month = date.getMonth() + 1; // 月份从0开始计数,所以加1
|
let month = date.getMonth() + 1; // 月份从0开始计数,所以加1
|
||||||
|
@ -953,13 +953,16 @@
|
||||||
},
|
},
|
||||||
// 退款
|
// 退款
|
||||||
backMoney() {
|
backMoney() {
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderNo: this.orderInfo.orderNo,
|
orderNo: this.orderInfo.orderNo,
|
||||||
dispatchFee: this.orderInfo.dispatchFee,
|
dispatchFee: this.dispatchFee,
|
||||||
manageFee: this.orderInfo.manageFee,
|
manageFee: this.manageFee,
|
||||||
ridingFee: this.orderInfo.ridingFee,
|
ridingFee: this.ridingFee,
|
||||||
appointmentFee: this.orderInfo.appointmentFee,
|
appointmentFee: this.appointmentFee,
|
||||||
reason: this.orderInfo.reason
|
// reason: this.reason
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
data.dispatchFee > this.orderInfo.dispatchFee ||
|
data.dispatchFee > this.orderInfo.dispatchFee ||
|
||||||
|
@ -986,6 +989,11 @@
|
||||||
} else if (this.curtitidx == 3) {
|
} else if (this.curtitidx == 3) {
|
||||||
this.orderList3()
|
this.orderList3()
|
||||||
}
|
}
|
||||||
|
uni.showToast({
|
||||||
|
title: '退款成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -1013,6 +1021,9 @@
|
||||||
},
|
},
|
||||||
// 改价
|
// 改价
|
||||||
changeMoney() {
|
changeMoney() {
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderNo: this.orderInfo.orderNo,
|
orderNo: this.orderInfo.orderNo,
|
||||||
dispatchFee: this.orderInfo.dispatchFee,
|
dispatchFee: this.orderInfo.dispatchFee,
|
||||||
|
@ -1032,6 +1043,11 @@
|
||||||
} else if (this.curtitidx == 2) {
|
} else if (this.curtitidx == 2) {
|
||||||
this.orderList2()
|
this.orderList2()
|
||||||
}
|
}
|
||||||
|
uni.showToast({
|
||||||
|
title: '改价成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -1055,6 +1071,9 @@
|
||||||
},
|
},
|
||||||
// 还车
|
// 还车
|
||||||
backDevice() {
|
backDevice() {
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
|
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
|
||||||
res) => {
|
res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
@ -1067,6 +1086,11 @@
|
||||||
} else if (this.curtitidx == 1) {
|
} else if (this.curtitidx == 1) {
|
||||||
this.orderList1()
|
this.orderList1()
|
||||||
}
|
}
|
||||||
|
uni.showToast({
|
||||||
|
title: '还车成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
|
|
@ -704,6 +704,9 @@
|
||||||
},
|
},
|
||||||
// 押金抵扣
|
// 押金抵扣
|
||||||
yjdkBtn(){
|
yjdkBtn(){
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderNo: this.orderInfo.orderNo,
|
orderNo: this.orderInfo.orderNo,
|
||||||
|
|
||||||
|
@ -712,6 +715,11 @@
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
||||||
|
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
|
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
} else {
|
} else {
|
||||||
|
@ -727,6 +735,9 @@
|
||||||
},
|
},
|
||||||
// 改价
|
// 改价
|
||||||
changeMoney() {
|
changeMoney() {
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
let data = {
|
let data = {
|
||||||
orderNo: this.orderInfo.orderNo,
|
orderNo: this.orderInfo.orderNo,
|
||||||
dispatchFee: this.orderInfo.dispatchFee,
|
dispatchFee: this.orderInfo.dispatchFee,
|
||||||
|
@ -741,6 +752,11 @@
|
||||||
|
|
||||||
this.showgj = false
|
this.showgj = false
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -758,6 +774,9 @@
|
||||||
// this.orderInfo = {}
|
// this.orderInfo = {}
|
||||||
},
|
},
|
||||||
backDevice() {
|
backDevice() {
|
||||||
|
uni.showLoading({
|
||||||
|
title:'加载中'
|
||||||
|
})
|
||||||
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
|
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
|
||||||
res) => {
|
res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
@ -765,6 +784,11 @@
|
||||||
// this.show = false
|
// this.show = false
|
||||||
this.showfzhc = false
|
this.showfzhc = false
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -796,6 +820,11 @@
|
||||||
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
this.showck = false
|
this.showck = false
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -831,7 +860,11 @@
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -854,7 +887,11 @@
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
// 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
|
uni.showToast({
|
||||||
|
title: '操作成功',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
@ -1161,11 +1198,11 @@
|
||||||
backMoney() {
|
backMoney() {
|
||||||
let data = {
|
let data = {
|
||||||
orderNo: this.orderInfo.orderNo,
|
orderNo: this.orderInfo.orderNo,
|
||||||
dispatchFee: this.orderInfo.dispatchFee,
|
dispatchFee: this.dispatchFee,
|
||||||
manageFee: this.orderInfo.manageFee,
|
manageFee: this.manageFee,
|
||||||
ridingFee: this.orderInfo.ridingFee,
|
ridingFee: this.ridingFee,
|
||||||
appointmentFee: this.orderInfo.appointmentFee,
|
appointmentFee: this.appointmentFee,
|
||||||
reason: this.orderInfo.reason
|
// reason: this.reason
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
data.dispatchFee > this.orderInfo.dispatchFee ||
|
data.dispatchFee > this.orderInfo.dispatchFee ||
|
||||||
|
|
190
pages_adminSet/shgl.vue
Normal file
190
pages_adminSet/shgl.vue
Normal file
|
@ -0,0 +1,190 @@
|
||||||
|
<template>
|
||||||
|
<view class="page">
|
||||||
|
<u-navbar title="审核管理" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
|
||||||
|
height='45'></u-navbar>
|
||||||
|
<view class="" style="background: #FFFFFF;width: 750rpx;padding-bottom: 36rpx;">
|
||||||
|
<view class="top_box" style="margin-top: 20rpx;">
|
||||||
|
<view class="sear_ipt">
|
||||||
|
<input type="text" v-model="searchKeyword" placeholder="请输入SN码" class="input"
|
||||||
|
placeholder-style="color:#C7CDD3" @input="search()">
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="card">
|
||||||
|
<view class="top">
|
||||||
|
<view class="name">张某某</view>
|
||||||
|
<view class="phone">13523458945</view>
|
||||||
|
<view class="type">待处理</view>
|
||||||
|
</view>
|
||||||
|
<view class="txt">【其他】 车辆不好控制方向</view>
|
||||||
|
<view class="pic_cont">
|
||||||
|
<view class="img" v-for="item in 3" :key="item">
|
||||||
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/ugvqmfB3QYujZ6SnfTia" mode=""></image>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="info_cont">
|
||||||
|
<view class="sn">
|
||||||
|
SN:134531
|
||||||
|
</view>
|
||||||
|
<view class="time">
|
||||||
|
提交时间:02-11 15:06:45
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="btn_cont">
|
||||||
|
<view class="btn1">
|
||||||
|
生成工单
|
||||||
|
</view>
|
||||||
|
<view class="btn2">
|
||||||
|
忽略
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
bgc: {
|
||||||
|
backgroundColor: '#fff'
|
||||||
|
},
|
||||||
|
searchKeyword: '',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
search() {
|
||||||
|
// 搜索逻辑
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.page {
|
||||||
|
width: 750rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top_box {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
padding: 28rpx 30rpx;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 672rpx;
|
||||||
|
height: 100rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07);
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cont {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
padding: 24rpx;
|
||||||
|
margin: 20rpx auto;
|
||||||
|
width: 672rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07);
|
||||||
|
border-radius: 10rpx;
|
||||||
|
.btn_cont{
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
.btn1{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #FEFFFE;
|
||||||
|
padding: 6rpx 36rpx;
|
||||||
|
background: #64B6A8;
|
||||||
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
|
}
|
||||||
|
.btn2{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #64B6A8;
|
||||||
|
padding: 6rpx 36rpx;
|
||||||
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
|
border: 2rpx solid #64B6A8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.info_cont{
|
||||||
|
margin-top: 22rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
.sn{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #979797;
|
||||||
|
}
|
||||||
|
.time{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #979797;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.txt {
|
||||||
|
margin-top: 24rpx;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #3D3D3D;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pic_cont {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.img {
|
||||||
|
margin-top: 10rpx;
|
||||||
|
background: #D8D8D8;
|
||||||
|
width: 256rpx;
|
||||||
|
height: 134rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.top {
|
||||||
|
border-bottom: 1rpx solid #D8D8D8;
|
||||||
|
padding-bottom: 20rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.name {
|
||||||
|
width: 100rpx;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #3D3D3D;
|
||||||
|
}
|
||||||
|
|
||||||
|
.phone {
|
||||||
|
margin-left: 38rpx;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #979797;
|
||||||
|
}
|
||||||
|
|
||||||
|
.type {
|
||||||
|
margin-left: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 130rpx;
|
||||||
|
height: 48rpx;
|
||||||
|
background: #FFEEEE;
|
||||||
|
border-radius: 8rpx;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #FF4444;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user