From 81617cd17c53e2023a97cad0b0bd94a8973ac102 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Thu, 14 Sep 2023 11:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=88=86=E7=B1=BB=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/technology/process.js | 8 +++ src/views/technology/process/single.vue | 92 ++++++++----------------- src/views/technology/recipe/single.vue | 92 ++++++++----------------- 3 files changed, 66 insertions(+), 126 deletions(-) diff --git a/src/api/technology/process.js b/src/api/technology/process.js index b0deda8..3ab6362 100644 --- a/src/api/technology/process.js +++ b/src/api/technology/process.js @@ -94,3 +94,11 @@ export function getWorkCenterList() { method: 'get' }); } + +// 查询设备类型 +export function getEquipmentTypeList() { + return request({ + url: '/technology/pro/process/getEquipmentTypeList', + method: 'get' + }); +} diff --git a/src/views/technology/process/single.vue b/src/views/technology/process/single.vue index 0db916d..6e35845 100644 --- a/src/views/technology/process/single.vue +++ b/src/views/technology/process/single.vue @@ -9,17 +9,21 @@ -
- -
+ + 请选择设备类型: +
+ +
+
@@ -80,7 +84,7 @@