| | |
| | | // 员工产品统计TOP10 |
| | | export function getTop (companyId, departId, params) { |
| | | return axiosInstance.get(`statistics/userProduceTop/${companyId}/${departId}`, {params}) |
| | | } |
| | | |
| | | // 数据统计-成品计划,执行中、延期计划数、今日生产人数、今日生产设备数、今日不良品 |
| | | export function getProcedurePlansList (companyId, departId, params) { |
| | | return axiosInstance.get(`statistics/getProcedurePlansList/${companyId}/${departId}`, {params} ) |
| | | } |
| | | |
| | | // 报工日志分页查询 |
| | | export function getRecordLogPage (companyId, departId, data) { |
| | | return axiosInstance.post(`statistics/getRecordLogPage/${companyId}/${departId}`, data) |
| | | } |