From 4b588089157ed0865b08098211371efd6d84a2bd Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Fri, 17 Jan 2025 00:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=98=E6=88=BF=E5=92=8C=E6=88=90=E5=9E=8B?= =?UTF-8?q?=E6=9C=BA=E5=B0=8F=E6=97=B6=E4=BA=A7=E9=87=8F=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/reportWork.js | 16 ++ src/views/mes/hFProduction/index.vue | 2 +- src/views/mes/hourProduction/index.vue | 2 +- src/views/mes/hourProductionCXJ/index.vue | 285 ++++++++++++++++++++++ src/views/mes/hourProductionHF/index.vue | 243 ++++++++++++++++++ 5 files changed, 546 insertions(+), 2 deletions(-) create mode 100644 src/views/mes/hourProductionCXJ/index.vue create mode 100644 src/views/mes/hourProductionHF/index.vue diff --git a/src/api/mes/reportWork.js b/src/api/mes/reportWork.js index 559bca8..6f688b2 100644 --- a/src/api/mes/reportWork.js +++ b/src/api/mes/reportWork.js @@ -136,6 +136,22 @@ export function getHourProductionList(query) { params: query }); } +//查询设备小时表头(烘房/成型机) +export function getHourProductionTitleNew(query) { + return request({ + url: '/mes/reportWork/getHourProductionTitleNew', + method: 'get', + params: query + }); +} +// 查询设备小时产量(烘房/成型机) +export function getHourProductionListNew(query) { + return request({ + url: '/mes/reportWork/getHourProductionListNew', + method: 'get', + params: query + }); +} // 查询成型机表头 export function getMachineProductionTitle(query) { diff --git a/src/views/mes/hFProduction/index.vue b/src/views/mes/hFProduction/index.vue index d5f2947..39ae5bc 100644 --- a/src/views/mes/hFProduction/index.vue +++ b/src/views/mes/hFProduction/index.vue @@ -83,7 +83,7 @@ import {getHFProductionList,getHFProductionTitle} from "@/api/mes/reportWorks"; import moment from "moment"; export default { - name: "HFProduction", + name: "EquProduction", data() { return { // 遮罩层 diff --git a/src/views/mes/hourProduction/index.vue b/src/views/mes/hourProduction/index.vue index 5b9ec19..4babab3 100644 --- a/src/views/mes/hourProduction/index.vue +++ b/src/views/mes/hourProduction/index.vue @@ -111,7 +111,7 @@ import {getHourProductionTitle, getHourProductionList,getProShifts} from "@/api/ import moment from 'moment'; export default { - name: "Prepare", + name: "HourProduction", data() { return { // 遮罩层 diff --git a/src/views/mes/hourProductionCXJ/index.vue b/src/views/mes/hourProductionCXJ/index.vue new file mode 100644 index 0000000..b80cbbb --- /dev/null +++ b/src/views/mes/hourProductionCXJ/index.vue @@ -0,0 +1,285 @@ + + + diff --git a/src/views/mes/hourProductionHF/index.vue b/src/views/mes/hourProductionHF/index.vue new file mode 100644 index 0000000..440a6d7 --- /dev/null +++ b/src/views/mes/hourProductionHF/index.vue @@ -0,0 +1,243 @@ + + +