From 21da5edccd24472ffd6161a75763634974e50ee2 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 12 Dec 2023 09:44:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E6=B8=85=E5=8D=95=E7=8E=87?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 19 ++ src/views/base/productStation/index.vue | 7 + .../report/inventoryRateReport/index.vue | 231 ++++++++++++++++++ 3 files changed, 257 insertions(+) create mode 100644 src/api/report/reportAPI.js create mode 100644 src/views/report/inventoryRateReport/index.vue diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js new file mode 100644 index 0000000..fe9cfda --- /dev/null +++ b/src/api/report/reportAPI.js @@ -0,0 +1,19 @@ +import request from '@/utils/request' + +// 查询清单率报表 +export function inventoryRateReportList(query) { + return request({ + url: '/report/productionReport/inventoryRateReportList', + method: 'get', + params: query + }) +} + +// 查询生产执行报表 +export function productionExecutionReportList(query) { + return request({ + url: '/report/productionReport/productionExecutionReportList', + method: 'get', + params: query + }) +} diff --git a/src/views/base/productStation/index.vue b/src/views/base/productStation/index.vue index d0a9048..ddc5cd0 100644 --- a/src/views/base/productStation/index.vue +++ b/src/views/base/productStation/index.vue @@ -109,6 +109,7 @@ + @@ -165,6 +166,9 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +