|
|
@ -61,3 +61,10 @@ export const exportCustomerDeliveryForecast = async (params) => { |
|
|
|
export const importTemplate = () => { |
|
|
|
return request.download({ url: '/wms/customer-delivery-forecast/get-import-template' }) |
|
|
|
} |
|
|
|
|
|
|
|
// 查询发货预测主列表
|
|
|
|
export const getPageTableHead = async (params) => { |
|
|
|
params = getPageParams(params) |
|
|
|
console.log('params',params) |
|
|
|
return await request.get({ url: `/wms/customer-delivery-forecast/queryPageTableHead`, params }) |
|
|
|
} |