@ -70,6 +70,7 @@ import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
// 基础信息——库位
// 库位管理
defineOptions({ name: 'Location' })
const message = useMessage() // 消息弹窗
@ -68,6 +68,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
import { formatDate } from '@/utils/formatTime'
// 仓库管理
defineOptions({ name: 'Warehouse' })
@ -84,6 +84,7 @@ import { Packageunit } from '../packageunit/packageunit.data'
// 物料包装信息
defineOptions({ name: 'Itempackaging' })
@ -70,6 +70,7 @@ import Detail from '@/components/Detail/src/Detail.vue'
// 采购价格单
defineOptions({ name: 'Purchaseprice' })
// 供应商
defineOptions({ name: 'Supplier' })
@ -97,6 +97,7 @@ import {getJmreportBaseUrl} from "@/utils/systemParam";
import {getAccessToken} from "@/utils/auth";
// 供应商对账管理
defineOptions({ name: 'SupplierApbalanceMain' })