From 60c397d0f381a24ab16aca0fe5cd8208cd957ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 28 Feb 2024 17:05:05 +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 | 12 +- hw-ui/src/views/board/firstFloor/index.vue | 148 ++++++++----- .../views/board/fourthFloor/laserLight.vue | 198 ++++++++++++------ hw-ui/src/views/login.vue | 20 ++ 4 files changed, 262 insertions(+), 116 deletions(-) diff --git a/hw-ui/src/api/board/laserLight.js b/hw-ui/src/api/board/laserLight.js index e629c4fa..32938244 100644 --- a/hw-ui/src/api/board/laserLight.js +++ b/hw-ui/src/api/board/laserLight.js @@ -23,7 +23,17 @@ export function startNextProductPlanDetail(query) { // 获取信息 export function getNewestProductPlanDetail(query) { return request({ - url: '/mes/api/getNewestProductPlanDetail/'+query, + url: '/mes/api/getNewestProductPlanDetail/', method: 'get', + params: query + }) +} + +// 完成 +export function completeProductPlanDetail(query) { + return request({ + url: '/mes/api/completeProductPlanDetail', + method: 'post', + data: query }) } diff --git a/hw-ui/src/views/board/firstFloor/index.vue b/hw-ui/src/views/board/firstFloor/index.vue index 1c2b4d05..58f5fd0b 100644 --- a/hw-ui/src/views/board/firstFloor/index.vue +++ b/hw-ui/src/views/board/firstFloor/index.vue @@ -81,6 +81,14 @@ +
+
+ +
+
+ +
+
库存统计
@@ -88,6 +96,14 @@
+
+
+ +
+
+ +
+
计划明细
@@ -201,17 +217,11 @@ title="领料" width="40%"> - + - - - - - - - - + + @@ -247,6 +257,7 @@ >