| | |
| | | |
| | | import { computed, ref, watch } from 'vue'; |
| | | |
| | | import { useVbenModal } from '#/packages/effects/common-ui/src'; |
| | | import { useVbenModal } from "#/packages/effects/common-ui/src"; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | import { message } from "ant-design-vue"; |
| | | |
| | | import { useVbenForm } from '#/adapter/form'; |
| | | import { createItem, getItem, updateItem } from '#/api/mdm/item'; |
| | |
| | | import { useFormSchema } from '../data'; |
| | | import ItemBatchConfig from '../components/batch-config.vue'; |
| | | |
| | | defineOptions({ name: 'ItemForm' }); |
| | | defineOptions({ name: "ItemForm" }); |
| | | |
| | | const emit = defineEmits(['success']); |
| | | const formData = ref<MdmItemApi.Item>(); |