|
@ -119,6 +119,19 @@ export const getPageTableHead = async (params) => { |
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryPageTableHead`, params }) |
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryPageTableHead`, params }) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 查询发货预测主列表
|
|
|
|
|
|
export const getPageTableHeadToMonth = async (params) => { |
|
|
|
|
|
params = getPageParams(params) |
|
|
|
|
|
console.log('params',params) |
|
|
|
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryPageTableHeadToMonth`, params }) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 查询客户发货预测列表
|
|
|
|
|
|
export const getCustomerDeliveryForecastPageToMonth = async (params) => { |
|
|
|
|
|
params = getPageParams(params) |
|
|
|
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/pageToMonth`, params }) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// 查询版本号
|
|
|
// 查询版本号
|
|
|
export const queryVersion = async (params) => { |
|
|
export const queryVersion = async (params) => { |
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryVersion`, params }) |
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryVersion`, params }) |
|
|