| | |
| | | <!-- |
| | | * @Description: file content |
| | | * @Author: Ben Lin |
| | | * @version: |
| | | * @Date: 2024-06-18 15:09:48 |
| | | * @LastEditors: Ben Lin |
| | | * @LastEditTime: 2024-07-17 04:50:55 |
| | | --> |
| | | <template> |
| | | <div> |
| | | <BasicTable @register="registerTable"> |
| | |
| | | import { useUserStore } from '/@/store/modules/user'; |
| | | import { useModal } from '/@/components/Modal'; |
| | | const [registerModal, { openModal: openTransferModal }] = useModal(); |
| | | const { t: bt } = useI18n('WMS.Transfer'); |
| | | const { t: bt } = useI18n(); |
| | | const go = useGo(); |
| | | const id = '8c3da85182d044e7a4839dd2e11ac809'; |
| | | const roles = useUserStore().getUserInfo.roles |