用户操作权限添加

This commit is contained in:
2023-09-06 19:39:28 +08:00
parent 1b93cb10fd
commit 71112d6e2b
8 changed files with 70 additions and 23 deletions

View File

@ -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({