| | |
| | | @register="registerDrawer" |
| | | showFooter |
| | | :title="getTitle" |
| | | width="800px" |
| | | width="600px" |
| | | @ok="handleSubmit" |
| | | > |
| | | <BasicForm @register="registerForm" /> |
| | |
| | | <script lang="ts"> |
| | | import { defineComponent, ref, computed, unref } from 'vue'; |
| | | import { BasicForm, useForm } from '/@/components/Form/index'; |
| | | import { formSchema } from './smt_tool.data'; |
| | | import { formSchema } from './smt_feeder.data'; |
| | | import { BasicDrawer, useDrawerInner } from '/@/components/Drawer'; |
| | | |
| | | import { Save } from '/@/api/tigerapi/mes/smt/feeder'; |