From faaa04d1e69a14d4bc91c796ac9a6e17b1199298 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 15 Aug 2025 14:54:04 +0800 Subject: [PATCH] md --- common/api/common.js | 5 ++++- common/api/url.js | 1 + pages/post/locus.vue | 24 +++++++++++++++--------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/common/api/common.js b/common/api/common.js index 11d999e..703ddad 100644 --- a/common/api/common.js +++ b/common/api/common.js @@ -101,4 +101,7 @@ export const querySappNotifyTplList = (data = {})=> { export const getOnlineKefuH5Url = (data = {})=> { return coreRequest(url.getOnlineKefuH5Url, data, {}, 'get') } - + +export const getLbsRecordListByBillCode = (data = {})=> { + return coreRequest(url.getLbsRecordListByBillCode, data, {}, "GET") +} diff --git a/common/api/url.js b/common/api/url.js index 591b49b..2e45385 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -70,6 +70,7 @@ export default { querySappNotifyTplList: `/oms2c/common/querySappNotifyTplList`, // 小程序订阅消息模板列表 getOnlineKefuH5Url: `/oms2c/common/getOnlineKefuH5Url`, // 获取客服消息链接 reportBatchWsInError: `/oms2c/emisWarehouseIn/reportBatchWsInError`, // 进仓单异常反馈 + getLbsRecordListByBillCode: `/oms2c/common/getLbsRecordListByBillCode`, // 获取运单lbs信息 } diff --git a/pages/post/locus.vue b/pages/post/locus.vue index 5724a46..1ccaaed 100644 --- a/pages/post/locus.vue +++ b/pages/post/locus.vue @@ -14,18 +14,22 @@ style="width: 750rpx;height: 400rpx;" > --> - - + + + + - - - - - 探路小哥 - {{modelInfo.takePieceEmployeeName}} + + + + + + 探路小哥 - {{modelInfo.takePieceEmployeeName}} + + - - + @@ -55,6 +59,8 @@