import http from "./http"; //物料类型统计 export const GetGoodsTypeDistApi = () => http.post('api/HomePage/GetGoodsTypeDist') //发货数据统计 export const GetDeliverDistApi = () => http.post('api/HomePage/GetDeliverDist') //获取维保记录 export const GetMaintenanceDistApi = () => http.post('api/HomePage/GetMaintenanceDist') //获取装配单统计 export const GetAssembleDistApi = () => http.post('api/HomePage/GetAssembleDist') //获取代操作数据统计 export const GetOperationDistApi = () => http.post('api/HomePage/GetOperationDist') //获取物料数据来源 export const GetGoodsSourceDistApi = (data) => http.post('api/HomePage/GetGoodsSourceDist?sourceId='+data) //获取看板数据 //获取代操作数据统计 export const GetSumCountsApi = () => http.post('api/HomePage/GetSumCounts')