| | |
| | | CommonStatusEnum, |
| | | DICT_TYPE, |
| | | MesAutoCodeRuleCode, |
| | | } from '..\..\..\..\packages\constants\src'; |
| | | import { getDictOptions } from '..\..\..\..\packages\effects\hooks\src'; |
| | | } from '@vben/constants'; |
| | | import { getDictOptions } from '@vben/hooks'; |
| | | |
| | | import { Button } from 'ant-design-vue'; |
| | | |
| | |
| | | label: '物料分类', |
| | | component: markRaw(MdItemTypeSelect), |
| | | componentProps: { |
| | | onChange: async (itemType: any) => { |
| | | onChange: async (itemType: { itemOrProduct?: string }) => { |
| | | await formApi?.setFieldValue( |
| | | 'itemOrProduct', |
| | | itemType?.itemOrProduct, |