diff --git a/src/api/wms/customerDeliveryForecast/index.ts b/src/api/wms/customerDeliveryForecast/index.ts index 72028b054..03f00d238 100644 --- a/src/api/wms/customerDeliveryForecast/index.ts +++ b/src/api/wms/customerDeliveryForecast/index.ts @@ -112,4 +112,9 @@ export const getPageTableHead = async (params) => { params = getPageParams(params) console.log('params',params) return await request.get({ url: `/wms/customer-delivery-forecast/queryPageTableHead`, params }) +} + +// 查询版本号 +export const queryVersion = async (params) => { + return await request.get({ url: `/wms/customer-delivery-forecast/queryVersion`, params }) } \ No newline at end of file diff --git a/src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts b/src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts index f93b18ca6..7611ead8a 100644 --- a/src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts +++ b/src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/customerDeliveryForecast.data.ts @@ -1,7 +1,6 @@ import type { CrudSchema } from '@/hooks/web/useCrudSchemas' import { dateFormatter } from '@/utils/formatTime' import dayjs from 'dayjs' -import * as DemandforecastingDetailApi from '@/api/wms/demandforecastingDetail' import * as CustomerDeliveryForecastApi from '@/api/wms/customerDeliveryForecast' import * as SupplieritemApi from '@/api/wms/supplieritem' import { Supplieritem } from '@/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data' @@ -42,19 +41,16 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive([ sort: 'custom', isTable:false, isForm: false, - isSearch: true }, { label: '销售日程单号', field: 'schdOrder', sort: 'custom', - isSearch: true }, { label: '日程单行号', field: 'schdLine', sort: 'custom', - isSearch: true }, { label: '客户代码', @@ -62,7 +58,6 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive([ sort: 'custom', isTable:false, isForm: false, - isSearch: true }, { label: '发货至', @@ -255,7 +250,6 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive([ valueFormat: 'x', } }, - isSearch: true, search: { component: 'DatePicker', componentProps: {