From fecde7fce67ac5c4f841973e9fb591e1e1ec7b12 Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Tue, 24 Dec 2024 10:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E9=A2=84=E6=B5=8B=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=A4=B4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/customerDeliveryForecast/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/wms/customerDeliveryForecast/index.ts b/src/api/wms/customerDeliveryForecast/index.ts index 65322ff1d..d249cd0b7 100644 --- a/src/api/wms/customerDeliveryForecast/index.ts +++ b/src/api/wms/customerDeliveryForecast/index.ts @@ -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 }) +} \ No newline at end of file