From aeb62e758abf8e1861eb03d2469e7df12ff9d8f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com>
Date: Fri, 8 Mar 2024 16:47:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hw-ui/src/api/board/laserLight.js | 6 +-
.../views/board/fourthFloor/laserLight.vue | 126 ++++++++----------
hw-ui/src/views/login.vue | 5 +
3 files changed, 66 insertions(+), 71 deletions(-)
diff --git a/hw-ui/src/api/board/laserLight.js b/hw-ui/src/api/board/laserLight.js
index 00b1d9b..61435c2 100644
--- a/hw-ui/src/api/board/laserLight.js
+++ b/hw-ui/src/api/board/laserLight.js
@@ -14,7 +14,7 @@ export function getProductPlans(query) {
// 开始/继续
export function startNextProductPlanDetail(query) {
return request({
- url: '/mes/api/startNextProductPlanDetail',
+ url: '/mes/api/startNextProductPlanDetailAttach',
method: 'post',
data: query
})
@@ -23,7 +23,7 @@ export function startNextProductPlanDetail(query) {
// 获取信息
export function getNewestProductPlanDetail(query) {
return request({
- url: '/mes/api/getNewestProductPlanDetail/',
+ url: '/mes/api/getNewestProductPlanDetailJoinAttach',
method: 'get',
params: query
})
@@ -32,7 +32,7 @@ export function getNewestProductPlanDetail(query) {
// 完成
export function completeProductPlanDetail(query) {
return request({
- url: '/mes/api/completeProductPlanDetail',
+ url: '/mes/api/completeProductPlanDetailAttach',
method: 'post',
data: query
})
diff --git a/hw-ui/src/views/board/fourthFloor/laserLight.vue b/hw-ui/src/views/board/fourthFloor/laserLight.vue
index 4d1254f..8e38369 100644
--- a/hw-ui/src/views/board/fourthFloor/laserLight.vue
+++ b/hw-ui/src/views/board/fourthFloor/laserLight.vue
@@ -19,6 +19,9 @@