|
|
@ -12,6 +12,7 @@ import RequireAuth from '@/components/RequireAuth';
|
|
|
|
import { PERM_PRODUCTS_OFFER_AUDIT, PERM_PRODUCTS_OFFER_PUT } from '@/config';
|
|
|
|
import { PERM_PRODUCTS_OFFER_AUDIT, PERM_PRODUCTS_OFFER_PUT } from '@/config';
|
|
|
|
import dayjs from 'dayjs';
|
|
|
|
import dayjs from 'dayjs';
|
|
|
|
import VendorSelector from '@/components/VendorSelector';
|
|
|
|
import VendorSelector from '@/components/VendorSelector';
|
|
|
|
|
|
|
|
import AuditStateSelector from '@/components/AuditStateSelector';
|
|
|
|
import { usingStorage } from '@/hooks/usingStorage';
|
|
|
|
import { usingStorage } from '@/hooks/usingStorage';
|
|
|
|
|
|
|
|
|
|
|
|
import AgencyContract from '../Print/AgencyContract_v0903';
|
|
|
|
import AgencyContract from '../Print/AgencyContract_v0903';
|
|
|
@ -160,6 +161,8 @@ const Header = ({ refresh, ...props }) => {
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
<Divider type={'vertical'} />
|
|
|
|
<Divider type={'vertical'} />
|
|
|
|
<Select options={yearOptions} variant={'borderless'} className='w-24' size='large' value={pickYear} onChange={handleYearChange} />
|
|
|
|
<Select options={yearOptions} variant={'borderless'} className='w-24' size='large' value={pickYear} onChange={handleYearChange} />
|
|
|
|
|
|
|
|
<Divider type={'vertical'} />
|
|
|
|
|
|
|
|
<AuditStateSelector variant={'borderless'} className='w-32' size='large' value={pickAuditState} onChange={handleAuditStateChange} />
|
|
|
|
{/* <Divider type={'vertical'} />
|
|
|
|
{/* <Divider type={'vertical'} />
|
|
|
|
{(use_year || '').replace('all', '')} */}
|
|
|
|
{(use_year || '').replace('all', '')} */}
|
|
|
|
<Button onClick={() => refresh(param)} type='text' className='text-primary round-none' icon={<ReloadOutlined />} />
|
|
|
|
<Button onClick={() => refresh(param)} type='text' className='text-primary round-none' icon={<ReloadOutlined />} />
|
|
|
|