From c47dddfcdcc6a02c950a042bef4c206eec207824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Wed, 24 Jan 2024 17:16:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/production.js | 11 +- src/views/OperationalOverview/coldBoard.vue | 34 +- .../components/baseContainer/index.vue | 4 +- .../components/linearBarChart.vue | 40 +- .../OperationalOverview/processingBoard.vue | 7 +- src/views/report/glass/day.vue | 179 ++++++ .../report/productionDayReport/InputArea.vue | 37 ++ .../report/productionDayReport/index.vue | 570 ++++++++++++++++++ .../report/productionMonthReport/index.vue | 35 +- .../productionShipmentsReport/index.vue | 11 +- .../productionWeekReport copy/InputArea.vue | 37 ++ .../productionWeekReport copy/index.vue | 468 ++++++++++++++ .../report/productionWeekReport/index.vue | 31 +- .../report/productionYearReport/index.vue | 32 +- 14 files changed, 1458 insertions(+), 38 deletions(-) create mode 100644 src/views/report/glass/day.vue create mode 100644 src/views/report/productionDayReport/InputArea.vue create mode 100644 src/views/report/productionDayReport/index.vue create mode 100644 src/views/report/productionWeekReport copy/InputArea.vue create mode 100644 src/views/report/productionWeekReport copy/index.vue diff --git a/src/api/report/production.js b/src/api/report/production.js index adaf9d14..5c19799e 100644 --- a/src/api/report/production.js +++ b/src/api/report/production.js @@ -1,7 +1,7 @@ /* * @Author: zhp * @Date: 2023-12-12 13:49:02 - * @LastEditTime: 2023-12-14 14:21:43 + * @LastEditTime: 2024-01-24 15:54:58 * @LastEditors: zhp * @Description: */ @@ -55,3 +55,12 @@ export function updateSumAutoDeliveDataList(query) { data: query, }) } + +export function exportProductExcel(query) { + return request({ + url: '/base/report-auto-production-backup/export-excel', + method: 'get', + params: query, + responseType: 'blob' + }) +} diff --git a/src/views/OperationalOverview/coldBoard.vue b/src/views/OperationalOverview/coldBoard.vue index f329930d..910ab8e6 100644 --- a/src/views/OperationalOverview/coldBoard.vue +++ b/src/views/OperationalOverview/coldBoard.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-07-19 15:18:30 * @LastEditors: zhp - * @LastEditTime: 2024-01-22 16:04:14 + * @LastEditTime: 2024-01-24 17:07:01 * @Description: -->