Mr.Zhang
2023-08-22 8eebd3b823c2e477f949b7f06b6e972ec09327df
screen_standard/src/utils/api.js
@@ -3,4 +3,9 @@
// 员工产品统计TOP10
export function getTop (companyId, departId) {
    return axiosInstance.get(`statistics/userProduceTop/${companyId}/${departId}`)
}
// 成品计划-实时仓库余量统计
export function getStockList (companyId, departId) {
    return axiosInstance.get(`statistics/getStockList/${companyId}/${departId}`)
}