| | |
| | | |
| | | import { computed, ref } from 'vue'; |
| | | |
| | | import { useVbenForm, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { erpPriceMultiply } from '..\..\..\..\packages\utils\src'; |
| | | import { useVbenForm, useVbenModal } from '@vben/common-ui'; |
| | | import { erpPriceMultiply } from '@vben/utils'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Modal :title="getTitle" class="w-1/2"> |
| | | <Modal :title="getTitle" class="w-[80%]"> |
| | | <Form class="mx-4"> |
| | | <template #product="slotProps"> |
| | | <ProductEditTable |