From 09319be94f46ed8bbf13605dee5a5d6ccb8b178a Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 13 Sep 2022 10:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/api/vas/manifest.js | 2 +- common/js/request/config.js | 2 +- pages.json | 9 + pages/homePage/index/index.vue | 2 +- pages/vas/cabinHistory/cabinHistory.vue | 84 ++-- pages/vas/declarationLog/declarationLog.vue | 29 +- pages/vas/manifest/manifest.less | 13 + pages/vas/manifest/manifest.vue | 118 ++---- .../components/skeleton/index.vue | 186 +++++++++ pages/vas/manifestDetail/manifestDetail.less | 300 ++++++++++++++ pages/vas/manifestDetail/manifestDetail.vue | 370 ++++++++++++++++++ store/actions.js | 10 +- store/mutation-types.js | 2 +- store/mutations.js | 6 +- store/state.js | 4 +- .../pages/homePage/moveTrace/moveTrace.js.map | 2 +- 16 files changed, 1012 insertions(+), 127 deletions(-) create mode 100644 pages/vas/manifestDetail/components/skeleton/index.vue create mode 100644 pages/vas/manifestDetail/manifestDetail.less create mode 100644 pages/vas/manifestDetail/manifestDetail.vue diff --git a/common/js/api/vas/manifest.js b/common/js/api/vas/manifest.js index d6688e8..581ed2b 100644 --- a/common/js/api/vas/manifest.js +++ b/common/js/api/vas/manifest.js @@ -3,6 +3,6 @@ import { baseUrl } from "@/common/js/request/moduleType.js" // 舱单查询 export const GetMsOpSeaeEdiList = (data) => { - return http.get(`${baseUrl}/GetMsOpSeaeEdiList`, data) + return http.get(`${baseUrl}/WechatApplet/GetMsOpSeaeEdiList`, data) } diff --git a/common/js/request/config.js b/common/js/request/config.js index 2c85882..a514ae0 100644 --- a/common/js/request/config.js +++ b/common/js/request/config.js @@ -1,7 +1,7 @@ export default { // baseUrl :process.env.NODE_ENV === 'development' ? "https://wechat.myshipping.net:8860": "http://djy-identity.myshipping.net", baseUrl :process.env.NODE_ENV === 'development' ? "https://wechat.myshipping.net:8860": "https://wechat.myshipping.net:8860", - moduleUrlType: 'formal', // test 测试版 formal 正式版 + moduleUrlType: 'test', // test 测试版 formal 正式版 // dataType: "json", // responseType: "text", } \ No newline at end of file diff --git a/pages.json b/pages.json index 00dedad..425b0a3 100644 --- a/pages.json +++ b/pages.json @@ -136,6 +136,15 @@ "enablePullDownRefresh": false } + } + ,{ + "path" : "manifestDetail/manifestDetail", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ] }, diff --git a/pages/homePage/index/index.vue b/pages/homePage/index/index.vue index d53bac1..030e709 100644 --- a/pages/homePage/index/index.vue +++ b/pages/homePage/index/index.vue @@ -44,7 +44,7 @@ 即将上线 - + diff --git a/pages/vas/cabinHistory/cabinHistory.vue b/pages/vas/cabinHistory/cabinHistory.vue index 56df63d..72ccddf 100644 --- a/pages/vas/cabinHistory/cabinHistory.vue +++ b/pages/vas/cabinHistory/cabinHistory.vue @@ -19,7 +19,7 @@ {{item.code}} - 箱型:{{fromData.boxCode}} + 箱型:{{fromData.boxName}}