diff --git a/common/api/common.js b/common/api/common.js index f17ff9b..6fd59b8 100644 --- a/common/api/common.js +++ b/common/api/common.js @@ -74,5 +74,11 @@ export const listSimple = (data = {})=> { return coreRequest(url.listSimple, 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 432e3b5..f63f444 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -82,5 +82,8 @@ export default { getMyBizStatList: `/emis/emisWaybill/getMyBizStatList`, // 业务统计明细(区分国家) getMasterEmisWaybills: `/emis/emisWaybill/getMasterEmisWaybills`, // 获取关联主单号 listSimple: `/emis/emisSite/listSimple`, // 获取网点列表 + getLbsRecordListByBillCode: `/emis/emisTmsMapTrace/getLbsRecordListByBillCode`, // 获取运单lbs信息 + + } diff --git a/manifest.json b/manifest.json index a6f56d0..63b8500 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.2", - "versionCode" : 1063, + "versionCode" : 1065, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/package.json b/package.json index 9fb5c8e..12e07cc 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,13 @@ "author": "", "license": "MIT", "dependencies": { - "dayjs": "^1.11.10", + "coordtransform": "^2.1.2", + "dayjs": "^1.11.13", "file-saver": "2.0.5", + "js-base64": "3.7.7", + "maptalks": "^1.4.1", "pdf-lib": "1.17.1", - "vconsole": "3.15.1", - "js-base64": "3.7.7" + "vconsole": "3.15.1" }, "dcloudext": { "category": [ diff --git a/pages/post/locus.vue b/pages/post/locus.vue index d399195..56a3712 100644 --- a/pages/post/locus.vue +++ b/pages/post/locus.vue @@ -5,22 +5,37 @@ @@ -182,4 +244,7 @@ } } + :deep .maptalks-attribution { + display: none !important; + } \ No newline at end of file