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 @@ >