src/api/productionScheduling/index.js
@@ -106,4 +106,33 @@ method: 'get', params: query }) } // 获取报表统计数据 export function getReportStatistics(query) { return request({ url: '/productHome/reportStatistics', method: 'get', params: query }) } // 获取达标率趋势数据 export function getReportTrend(query) { return request({ url: '/productHome/reportTrend', method: 'get', params: { dto: query } }) } // 获取加工得率分析数据 export function processingRateAnalysis(query) { return request({ url: '/productHome/processingRateAnalysis', method: 'get', params: query }) }