diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 1c58c29..a10c221 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -28,8 +28,8 @@ import SP003 from "./comps/sp/SP003.vue"; import SP00456 from "./comps/sp/SP00456.vue"; import SP007 from "./comps/sp/SP007.vue"; //色谱生物样品分析方法学样品制备表-10个类似 -import SP008 from "./comps/sp/SWYPFXFFXYPZBB/SP008.vue"; -import SP009 from "./comps/sp/SWYPFXFFXYPZBB/SP009.vue"; +import SP008 from "./comps/sp/SP008.vue"; +import SP009 from "./comps/sp/SP009.vue"; import Demo from "./comps/sp/Demo.vue"; //供试品 import GSP002 from "./comps/gsp/GSP002.vue"; diff --git a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue b/src/views/business/comps/template/comps/sp/SP008.vue similarity index 98% rename from src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue rename to src/views/business/comps/template/comps/sp/SP008.vue index 29922c7..4c1c256 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue +++ b/src/views/business/comps/template/comps/sp/SP008.vue @@ -57,10 +57,10 @@ import BaseInfoFormPackage from "@/components/Template/BaseInfoFormPackage"; import LineLabel from "@/components/Template/LineLabel"; import TableList from "@/components/Template/Table"; import Step from "@/components/Template/Step"; -import templateMixin from "../../../mixins/templateMixin"; +import templateMixin from "../../mixins/templateMixin"; import CustomTable from '@/components/Template/CustomTable.vue'; import { getLatestSnArr } from '@/api/template'; -import {getSWYPFXFFXYPZBBTableConfig} from "../../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; +import {getSWYPFXFFXYPZBBTableConfig} from "../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue" import { EventBus } from "@/utils/eventBus"; import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools"; diff --git a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue b/src/views/business/comps/template/comps/sp/SP009.vue similarity index 99% rename from src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue rename to src/views/business/comps/template/comps/sp/SP009.vue index b551181..9c3b8bb 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue +++ b/src/views/business/comps/template/comps/sp/SP009.vue @@ -66,10 +66,10 @@ import BaseInfoFormPackage from "@/components/Template/BaseInfoFormPackage"; import LineLabel from "@/components/Template/LineLabel"; import TableList from "@/components/Template/Table"; import Step from "@/components/Template/Step"; -import templateMixin from "../../../mixins/templateMixin"; +import templateMixin from "../../mixins/templateMixin"; import CustomTable from '@/components/Template/CustomTable.vue'; import { getLatestSnArr } from '@/api/template'; -import { getSWYPFXFFXYPZBBTableConfig, getSWYPFXFFXYPZBBTQHSLTableConfig } from "../../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; +import { getSWYPFXFFXYPZBBTableConfig, getSWYPFXFFXYPZBBTQHSLTableConfig } from "../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue" import { EventBus } from "@/utils/eventBus"; import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools";