From c341347a6a1807d341c3cc6843d2ac4a4d22a640 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Wed, 24 Jul 2024 10:09:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/area.js | 8 +++ src/api/system/dept.js | 5 +- src/api/system/device.js | 8 +++ src/components/Map/location/LocationMap.vue | 1 + src/views/system/area/index.vue | 39 ++++++++---- src/views/system/device/index.vue | 26 +++++++- src/views/system/fee/index.vue | 10 +-- src/views/system/flow/index.vue | 2 +- src/views/system/map/index.vue | 40 +++++++++--- src/views/system/withdrawAudit/index.vue | 69 ++++++++++++++++----- 10 files changed, 164 insertions(+), 44 deletions(-) diff --git a/src/api/system/area.js b/src/api/system/area.js index 52a8466..fea802b 100644 --- a/src/api/system/area.js +++ b/src/api/system/area.js @@ -54,6 +54,14 @@ export function updateArea(data) { data: data }) } +// 修改运营区 +export function updateArea2(data) { + return request({ + url: '/system/area/guide', + method: 'put', + data: data + }) +} // 删除运营区 export function delArea(areaId) { diff --git a/src/api/system/dept.js b/src/api/system/dept.js index 99498f7..e8963f4 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -58,9 +58,10 @@ export function getBalance(){ }) } // 查询运营商信息 -export function getDeptByToken(){ +export function getDeptByToken(deptId){ return request({ url: '/system/dept/getDept', - method: 'get' + method: 'get', + params: {deptId: deptId} }) } diff --git a/src/api/system/device.js b/src/api/system/device.js index e3e54ca..2dc7388 100644 --- a/src/api/system/device.js +++ b/src/api/system/device.js @@ -76,6 +76,14 @@ export function oneClickWarehousing(deviceId) { }) } +// 更新设备 +export function refreshDevice(deviceId) { + return request({ + url: '/system/device/refreshDevice/' + deviceId, + method: 'post' + }) +} + // 查询所有车辆信息 export function allDevice() { diff --git a/src/components/Map/location/LocationMap.vue b/src/components/Map/location/LocationMap.vue index ce45695..eec4ba2 100644 --- a/src/components/Map/location/LocationMap.vue +++ b/src/components/Map/location/LocationMap.vue @@ -122,6 +122,7 @@ export default { // 标点 this.removeAllMarker(); console.log("添加标记点") + console.log("====",this.initLng, this.initLat,this.deviceSn, this.status, this.onlineStatus) this.addMarker(this.initLng, this.initLat, this.deviceSn, this.status, this.onlineStatus); // this.$emit('map-geo', res, this.initLng, this.initLat); diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 53c5704..581340a 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -114,7 +114,7 @@ @@ -362,11 +362,6 @@ - - - - - @@ -375,10 +370,6 @@ - - - - @@ -401,7 +392,7 @@