diff --git a/src/views/AgentGroupCount.jsx b/src/views/AgentGroupCount.jsx index 3aea2a4..b447fd9 100644 --- a/src/views/AgentGroupCount.jsx +++ b/src/views/AgentGroupCount.jsx @@ -33,6 +33,7 @@ const AgentGroupCount = () => { DepartmentList: { show_all: true }, WebCode: { show_all: false, mode: 'multiple' }, dates: { hide_vs: true }, + DateType: { disabledKeys: ['applyDate'] }, }, }} onSubmit={(_err, obj, form) => { diff --git a/src/views/AgentGroupList.jsx b/src/views/AgentGroupList.jsx index 561dbc9..1a23268 100644 --- a/src/views/AgentGroupList.jsx +++ b/src/views/AgentGroupList.jsx @@ -37,6 +37,7 @@ const AgentGroupList = () => { DepartmentList: { show_all: true }, WebCode: { show_all: false, mode: 'multiple' }, dates: { hide_vs: true }, + DateType: { disabledKeys: ['applyDate'] }, }, }} onSubmit={(_err, obj, form, str) => { diff --git a/src/views/DestinationGroupCount.jsx b/src/views/DestinationGroupCount.jsx index bfda615..f9ad7b7 100644 --- a/src/views/DestinationGroupCount.jsx +++ b/src/views/DestinationGroupCount.jsx @@ -31,6 +31,7 @@ const DestinationGroupCount = () => { orderStatus: { show_all: true }, countryArea: { show_all: false }, dates: { hide_vs: true }, + DateType: { disabledKeys: ['applyDate'] }, }, }} onSubmit={(_err, obj, form) => { @@ -55,14 +56,6 @@ const DestinationGroupCount = () => { scroll={{ x: 1000 }} /> - { - const wb = utils.table_to_book(document.getElementById('destinationGroupCount').getElementsByTagName('table')[0]); - writeFileXLSX(wb, '目的地团信息.xlsx'); - }} - > - 导出excel - diff --git a/src/views/DestinationGroupList.jsx b/src/views/DestinationGroupList.jsx index 9174956..7dbf37b 100644 --- a/src/views/DestinationGroupList.jsx +++ b/src/views/DestinationGroupList.jsx @@ -39,6 +39,7 @@ const DestinationGroupList = () => { orderStatus: { show_all: true }, countryArea: { show_all: false }, dates: { hide_vs: true }, + DateType: { disabledKeys: ['applyDate'] }, }, }} onSubmit={(_err, obj, form) => {