| | |
| | | import type { VbenFormSchema } from '#/adapter/form'; |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | |
| | | import { DICT_TYPE } from '../../../../packages/constants/src'; |
| | | import { getDictOptions } from '../../../../packages/effects/hooks/src'; |
| | | import { erpNumberFormatter, erpPriceInputFormatter } from '../../../../packages/utils/src'; |
| | | import { DICT_TYPE } from '@vben/constants'; |
| | | import { getDictOptions } from '@vben/hooks'; |
| | | import { erpNumberFormatter, erpPriceInputFormatter } from '@vben/utils'; |
| | | |
| | | import { z } from '#/adapter/form'; |
| | | import { getAccountSimpleList } from '#/api/erp/finance/account'; |
| | |
| | | minWidth: 120, |
| | | }, |
| | | { |
| | | field: 'inspectionStatus', |
| | | title: '验收状态', |
| | | minWidth: 120, |
| | | slots: { default: 'inspectionStatus' }, |
| | | }, |
| | | { |
| | | field: 'status', |
| | | title: '审批状态', |
| | | minWidth: 120, |