loulijun2021
2023-06-03 f1ee5a9bc88eff3a75245569e091fe352a452922
src/api/reportManager.js
@@ -159,3 +159,21 @@
  })
}
// 生产进度报表查询
export function ProductionScheduleReportSearch(data) {
  return request({
    url: 'ReportManager/ProductionScheduleReportSearch',
    method: 'get',
    params: data
  })
}
// 生产进度报表导出
export function ProductionScheduleReportExcelSearch(data) {
  return request({
    url: 'ReportManager/ProductionScheduleReportExcelSearch',
    method: 'get',
    params: data
  })
}