|
|
@ -1,7 +1,7 @@
|
|
|
|
import { useState } from 'react'
|
|
|
|
import { useState } from 'react'
|
|
|
|
import { Table, Form, Modal, Typography, Button, Radio, Input, Flex, Card, InputNumber, Checkbox, DatePicker, Space, App, Tooltip } from 'antd'
|
|
|
|
import { Table, Form, Modal, Typography, Button, Radio, Input, Flex, Card, InputNumber, Checkbox, DatePicker, Space, App, Tooltip } from 'antd'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
import { CloseOutlined, StarTwoTone, PlusOutlined, ExclamationCircleFilled, QuestionCircleOutlined, QuestionOutlined } from '@ant-design/icons'
|
|
|
|
import { CloseOutlined, StarTwoTone, PlusOutlined, ExclamationCircleFilled, QuestionCircleOutlined } from '@ant-design/icons'
|
|
|
|
import { useDatePresets } from '@/hooks/useDatePresets'
|
|
|
|
import { useDatePresets } from '@/hooks/useDatePresets'
|
|
|
|
import dayjs from 'dayjs'
|
|
|
|
import dayjs from 'dayjs'
|
|
|
|
import useProductsStore from '@/stores/Products/Index'
|
|
|
|
import useProductsStore from '@/stores/Products/Index'
|
|
|
@ -359,13 +359,6 @@ const ProductInfoQuotation = ({ editable, ...props }) => {
|
|
|
|
</Flex>
|
|
|
|
</Flex>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</Form.List>
|
|
|
|
</Form.List>
|
|
|
|
<Form.Item noStyle shouldUpdate>
|
|
|
|
|
|
|
|
{() => (
|
|
|
|
|
|
|
|
<Typography>
|
|
|
|
|
|
|
|
<pre>{JSON.stringify(batchSetupForm.getFieldsValue(), null, 2)}</pre>
|
|
|
|
|
|
|
|
</Typography>
|
|
|
|
|
|
|
|
)}
|
|
|
|
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
</Form>
|
|
|
|
</Form>
|
|
|
|
</Modal>
|
|
|
|
</Modal>
|
|
|
|
|
|
|
|
|
|
|
|