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