diff --git a/src/api/mes/reportWork.js b/src/api/mes/reportWork.js index 423b8b1..2f75e45 100644 --- a/src/api/mes/reportWork.js +++ b/src/api/mes/reportWork.js @@ -81,4 +81,20 @@ export function getLineChartData() { method: 'get' }); } +//查询设备小时表头 +export function getHourProductionTitle(query) { + return request({ + url: '/mes/reportWork/getHourProductionTitle', + method: 'get', + params: query + }); +} +// 查询设备小时产量 +export function getHourProductionList(query) { + return request({ + url: '/mes/reportWork/getHourProductionList', + method: 'get', + params: query + }); +} diff --git a/src/views/mes/hourProduction/index.vue b/src/views/mes/hourProduction/index.vue new file mode 100644 index 0000000..4b795aa --- /dev/null +++ b/src/views/mes/hourProduction/index.vue @@ -0,0 +1,260 @@ + + + diff --git a/src/views/mes/processFinish/index.vue b/src/views/mes/processFinish/index.vue index b3fdd92..7b0326c 100644 --- a/src/views/mes/processFinish/index.vue +++ b/src/views/mes/processFinish/index.vue @@ -43,7 +43,7 @@ @@ -63,7 +63,6 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['mes:prepare:export']" >导出