|
|
@ -17,8 +17,14 @@ export interface DemandforecastingDetailVO { |
|
|
|
|
|
|
|
// 查询要货预测子列表
|
|
|
|
export const getDemandforecastingDetailPage = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|
delete params.isSearch |
|
|
|
const data = {...params} |
|
|
|
return await request.post({ url: '/wms/demandforecasting-detail/senior', data }) |
|
|
|
} else { |
|
|
|
return await request.get({ url: `/wms/demandforecasting-detail/page`, params }) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 查询要货预测子详情
|
|
|
|
export const getDemandforecastingDetail = async (id: number) => { |
|
|
|