From 71112d6e2b132ccf4da8b8c1eb3a365fe71061f0 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 6 Sep 2023 19:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=93=8D=E4=BD=9C=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + public/index.html | 10 +++++----- src/api/mine.js | 9 ++++++++- src/api/order.js | 9 +++++++++ src/views/index/driverManage.vue | 18 +++++++++++++----- src/views/index/toDoList.vue | 13 ++++++++++--- src/views/index/vehicleManage.vue | 17 ++++++++++++----- .../workOrder/workOrderReconciliation.vue | 16 ++++++++++++---- 8 files changed, 70 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 969a600a..c750dc66 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "parser": "@babel/eslint-parser" }, "rules": {} + }, "browserslist": [ "> 1%", diff --git a/public/index.html b/public/index.html index fcd86fa2..e892cab0 100644 --- a/public/index.html +++ b/public/index.html @@ -24,11 +24,11 @@ - + diff --git a/src/api/mine.js b/src/api/mine.js index 9e49200b..e4132711 100644 --- a/src/api/mine.js +++ b/src/api/mine.js @@ -170,4 +170,11 @@ export function pageList(data){ contentType:'application/json', data }) -} \ No newline at end of file +} +//用户操作权限 +export function userOperationPermissions(){ + return request({ + url:'/supplierAppV2/dispatchApp/user/userOperationPermissions', + method:'POST', + }) +} diff --git a/src/api/order.js b/src/api/order.js index 0b9af1cb..685a7946 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -25,6 +25,15 @@ export function getOrderDetail(data){ data }) } +// 工单司机位置 +export function showVehiclePositionInfo(data){ + return request({ + url:'/supplierAppV2/dispatchApp/order/showVehiclePositionInfo', + method:'POST', + contentType:'application/json', + data + }) +} // 工单报备 export function orderReporting(data){ return request({ diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index a4c106d2..5952cd0a 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -10,7 +10,7 @@ :safe-area-inset-top="true" @click-left="goBack" > -