|
|
@ -74,7 +74,7 @@ import { CACHE_KEY, useCache } from '@/hooks/web/useCache' |
|
|
|
// 采购收货记录主 |
|
|
|
defineOptions({ name: 'PurchasereceiptRecordMain' }) |
|
|
|
|
|
|
|
const apiPage = ref(PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage) |
|
|
|
const apiPage = ref(PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPageSpare) |
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
const { t } = useI18n() // 国际化 |
|
|
|