diff --git a/.env.development b/.env.development index d905b86..b59befd 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.209:8899' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 无人机接口地址 diff --git a/src/api/materials/batchPlan/index.ts b/src/api/materials/batchPlan/index.ts index 6c1c9f3..8633eee 100644 --- a/src/api/materials/batchPlan/index.ts +++ b/src/api/materials/batchPlan/index.ts @@ -130,3 +130,16 @@ export const listSelectCailiaoshebei = (query?: any): AxiosPromise => { + return request({ + url: '/cailiaoshebei/purchaseDoc/engineeringList', + method: 'get', + params: query + }); +}; diff --git a/src/views/materials/batchPlan/index.vue b/src/views/materials/batchPlan/index.vue index 75cd25d..82d2ac3 100644 --- a/src/views/materials/batchPlan/index.vue +++ b/src/views/materials/batchPlan/index.vue @@ -124,6 +124,9 @@ @@ -175,7 +178,15 @@