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 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +