diff --git a/.env.development b/.env.development index 21892b7..1c549fa 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.180:8898' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 无人机接口地址 diff --git a/src/api/materials/purchaseDoc/index.ts b/src/api/materials/purchaseDoc/index.ts index bcaaf4a..699f240 100644 --- a/src/api/materials/purchaseDoc/index.ts +++ b/src/api/materials/purchaseDoc/index.ts @@ -111,3 +111,13 @@ export const purchaseDocPlanList = (id) => { method: 'get' }); }; +/** + * 通过物流单号 物流详情 + * @param id + */ +export const logisticsDetial = (id) => { + return request({ + url: '/cailiaoshebei/ltn/logistics/' + id, + method: 'get' + }); +}; diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index 2aa716c..78ca0c8 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -54,8 +54,6 @@ const onNewsClick = (item: any) => { //并且写入pinia noticeStore.state.value.notices = newsList.value; //如果有formPath,就前往 - console.log(1111111111111111); - console.log(newsList.value[item]); if (newsList.value[item].route) { proxy?.$tab.openPage('/' + newsList.value[item].route, '', { id: newsList.value[item].detailId, type: 'view' }); } diff --git a/src/utils/sse.ts b/src/utils/sse.ts index 452ff85..464727c 100644 --- a/src/utils/sse.ts +++ b/src/utils/sse.ts @@ -25,7 +25,6 @@ export const initSSE = (url: any) => { }); watch(data, () => { - console.log(data.value); let label = ''; let route1 = ''; let detailId = ''; diff --git a/src/views/cory/template/indexEdit.vue b/src/views/cory/template/indexEdit.vue index 6dcdad1..91e3fe6 100644 --- a/src/views/cory/template/indexEdit.vue +++ b/src/views/cory/template/indexEdit.vue @@ -23,7 +23,7 @@ 点击编辑 - @@ -46,15 +45,23 @@ class="flex-1 mr-3" >
+ - + +
@@ -97,15 +104,23 @@ class="flex-1 mr-3" >
+ - + +
@@ -146,7 +161,7 @@ + + diff --git a/src/views/materials/purchaseDoc/index.vue b/src/views/materials/purchaseDoc/index.vue index 01a7cb4..7bbddd5 100644 --- a/src/views/materials/purchaseDoc/index.vue +++ b/src/views/materials/purchaseDoc/index.vue @@ -31,8 +31,8 @@ - - + + - + + + +
暂无文件
+