From 9a28d79c989cb8ea7dc79fae69200104ef8bf7d4 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Thu, 14 Sep 2023 09:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/technology/process.js | 8 ++ src/api/wms/factory.js | 8 ++ src/views/technology/process/index.vue | 102 ++++++++++++++++--------- src/views/wms/equipment/index.vue | 51 ++++++++++--- 4 files changed, 122 insertions(+), 47 deletions(-) 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 @@ - - - - - - -