diff --git a/src/api/technology/process.js b/src/api/technology/process.js index 125227e..b0deda8 100644 --- a/src/api/technology/process.js +++ b/src/api/technology/process.js @@ -86,3 +86,11 @@ export function listFactory(query) { params: query }); } + +// 查询工作中心 +export function getWorkCenterList() { + return request({ + url: '/technology/pro/process/getWorkCenterList', + method: 'get' + }); +} diff --git a/src/api/wms/factory.js b/src/api/wms/factory.js index ab15038..cfef621 100644 --- a/src/api/wms/factory.js +++ b/src/api/wms/factory.js @@ -42,3 +42,11 @@ export function delFactory(factoryId) { method: 'delete' }); } + +// 查询工作中心 +export function getWorkCenterList() { + return request({ + url: '/wms/factory/getWorkCenterList', + method: 'get' + }); +} diff --git a/src/views/technology/process/index.vue b/src/views/technology/process/index.vue index c2f4500..26bde9d 100644 --- a/src/views/technology/process/index.vue +++ b/src/views/technology/process/index.vue @@ -188,6 +188,29 @@ + + + + + + @@ -217,20 +240,6 @@ - - - - - - -