|
@ -100,6 +100,7 @@ import { CACHE_KEY, useCache } from '@/hooks/web/useCache' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
|
|
|
|
|
|
// 发货申请 |
|
|
// 发货申请 |
|
|
|
|
|
// 物料库区配置管理 |
|
|
defineOptions({ name: 'Itemarea' }) |
|
|
defineOptions({ name: 'Itemarea' }) |
|
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
const message = useMessage() // 消息弹窗 |
|
|