|
@ -95,7 +95,7 @@ const updataTableColumns = (val) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const { tableObject:tableObjectHead, tableMethods:tableMethodsHead } = useTable({ |
|
|
const { tableObject:tableObjectHead, tableMethods:tableMethodsHead } = useTable({ |
|
|
getListApi: CustomerDeliveryForecastApi.getPageTableHeadToMonth // 分页接口 |
|
|
getListApi: CustomerDeliveryForecastApi.getPageTableHead // 分页接口 |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
// 获得表格的各种操作 |
|
|
// 获得表格的各种操作 |
|
@ -144,7 +144,7 @@ const searchClick = async (data)=>{ |
|
|
setSearchParams(data) |
|
|
setSearchParams(data) |
|
|
} |
|
|
} |
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
getListApi: CustomerDeliveryForecastApi.getCustomerDeliveryForecastPageToMonth // 分页接口 |
|
|
getListApi: CustomerDeliveryForecastApi.getCustomerDeliveryForecastPage // 分页接口 |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
// 获得表格的各种操作 |
|
|
// 获得表格的各种操作 |
|
|