diff --git a/src/api/report/glass.js b/src/api/report/glass.js index 00b52fd3..2d98f242 100644 --- a/src/api/report/glass.js +++ b/src/api/report/glass.js @@ -1,7 +1,7 @@ /* * @Author: Do not edit * @Date: 2023-12-08 10:26:48 - * @LastEditTime: 2023-12-13 17:16:00 + * @LastEditTime: 2024-04-24 16:31:37 * @LastEditors: DY * @Description: */ @@ -59,3 +59,39 @@ export function exportGlasscExcel(query) { responseType: 'blob' }) } + +// 生产月报查询--冷端生产线 +export function productionMonthY(data) { + return request({ + url: '/extend/customized-reports/productionMonthY', + method: 'post', + data: data + }) +} + +// 生产月报查询--深加工生产线 +export function productionMonthD(data) { + return request({ + url: '/extend/customized-reports/productionMonthD', + method: 'post', + data: data + }) +} + +// 生产年报查询--冷端生产线 +export function productionYearY(data) { + return request({ + url: '/extend/customized-reports/productionYearY', + method: 'post', + data: data + }) +} + +// 生产年报查询--冷端生产线 +export function productionYearD(data) { + return request({ + url: '/extend/customized-reports/productionYearD', + method: 'post', + data: data + }) +} diff --git a/src/views/report/Product/monthly.vue b/src/views/report/Product/monthly.vue index cdc5028b..a6342cc7 100644 --- a/src/views/report/Product/monthly.vue +++ b/src/views/report/Product/monthly.vue @@ -1,7 +1,7 @@ @@ -9,115 +9,176 @@
- + - + 查询 导出 - - + +