|
|
|
@ -28,7 +28,7 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
|
|
|
|
|
<Flex className='w-full'>
|
|
|
|
|
<Flex flex={'auto'} wrap='wrap' gap={4}>
|
|
|
|
|
<Form.Item label='发送人' name='agent' style={{ width: '200px' }} rules={[{ required: false, message: '请选择发送人' }]}>
|
|
|
|
|
<SearchInput placeholder='搜索发送人' fetchOptions={fetchSalesAgent} mode={'tags'} maxTagCount={0} />
|
|
|
|
|
<SearchInput placeholder='搜索发送人' fetchOptions={fetchSalesAgent} mode={'multiple'} maxTagCount={0} />
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<Form.Item label='客人' name='customer' style={{ width: '200px' }}>
|
|
|
|
|
<SearchInput placeholder='搜索客人' fetchOptions={fetchCustomerList} mode={'tags'} maxTagCount={0} />
|
|
|
|
|