| | |
| | | import { useVbenModal } from '@vben/common-ui'; |
| | | import { BarcodeBizTypeEnum } from '@vben/constants'; |
| | | |
| | | import { Button, Empty, message, Tabs } from 'ant-design-vue'; |
| | | import { Button, message, Tabs } from 'ant-design-vue'; |
| | | |
| | | import { useVbenForm } from '#/adapter/form'; |
| | | import { createItem, getItem, updateItem } from '#/api/mes/md/item'; |
| | |
| | | :item-or-product="currentItemOrProduct" |
| | | /> |
| | | </Tabs.TabPane> |
| | | <!-- 替代品标签页未实现,暂时隐藏 |
| | | <Tabs.TabPane key="substitute" tab="替代品"> |
| | | <Empty description="替代品(待实现)" /> |
| | | </Tabs.TabPane> |
| | | --> |
| | | <Tabs.TabPane key="sip" tab="检验指导书(SIP)"> |
| | | <ProductSipForm :form-type="formType" :item-id="formData.id" /> |
| | | </Tabs.TabPane> |