|
|
|
@ -192,9 +192,9 @@
|
|
|
|
|
const noteInfo = defineAsyncComponent(() => import("./modules/noteInfo.vue"))
|
|
|
|
|
const rightContent = defineAsyncComponent(() => import("./modules/rightContent.vue"))
|
|
|
|
|
// 费用录入组件
|
|
|
|
|
const costEntry = defineAsyncComponent(() => import("/@/components/CostEntry/index.vue"))
|
|
|
|
|
import costEntry from '/@/components/CostEntry/index.vue'
|
|
|
|
|
// 审批组件
|
|
|
|
|
const ApproveBtns = defineAsyncComponent(() => import("/@/components/ApproveBtns/index.vue"))
|
|
|
|
|
const ApproveBtns = defineAsyncComponent(() => import("./../../../../components/ApproveBtns/index.vue"))
|
|
|
|
|
// 剩余仓位组件
|
|
|
|
|
const StorageSpace = defineAsyncComponent(() => import("./components/storageSpace.vue"))
|
|
|
|
|
import { useGo } from '/@/hooks/web/usePage'
|
|
|
|
|