From b4393137d91dc5eb94c3a765d6d1787439e5e5eb Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Mon, 11 Nov 2024 21:17:11 +0800 Subject: [PATCH] =?UTF-8?q?AGV=E7=95=8C=E9=9D=A2=E3=80=81=E7=99=BD?= =?UTF-8?q?=E5=9D=AF=E5=B7=A5=E5=8D=95=E5=A2=9E=E5=8A=A0=E4=BA=A7=E9=87=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E3=80=81=E7=99=BD=E5=9D=AF=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/plan/whiteOrder.js | 9 +++++++ src/views/plan/workorderBP/index.vue | 39 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/src/api/plan/whiteOrder.js b/src/api/plan/whiteOrder.js index 8e496ee..1a16189 100644 --- a/src/api/plan/whiteOrder.js +++ b/src/api/plan/whiteOrder.js @@ -51,3 +51,12 @@ export function delWhiteOrder(id) { method: 'delete' }); } + +// 查询设备小时产量 +export function getHourProductionList(query) { + return request({ + url: '/mes/reportWork/getHourProductionList', + method: 'get', + params: query + }); +} diff --git a/src/views/plan/workorderBP/index.vue b/src/views/plan/workorderBP/index.vue index 23c1ea5..5976f63 100644 --- a/src/views/plan/workorderBP/index.vue +++ b/src/views/plan/workorderBP/index.vue @@ -499,6 +499,13 @@ + + + + + + +