Browse Source

feat: [模板管理] SP文件移动

lkf
memorylkf 2 months ago
parent
commit
58d8c74be4
5 changed files with 1168 additions and 1168 deletions
  1. +2
    -2
      src/views/business/comps/template/TemplateTable.vue
  2. +2
    -2
      src/views/business/comps/template/comps/sp/SP008.vue
  3. +2
    -2
      src/views/business/comps/template/comps/sp/SP009.vue

+ 2
- 2
src/views/business/comps/template/TemplateTable.vue View File

@ -28,8 +28,8 @@ import SP003 from "./comps/sp/SP003.vue";
import SP00456 from "./comps/sp/SP00456.vue"; import SP00456 from "./comps/sp/SP00456.vue";
import SP007 from "./comps/sp/SP007.vue"; import SP007 from "./comps/sp/SP007.vue";
//-10 //-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 Demo from "./comps/sp/Demo.vue";
// //
import GSP002 from "./comps/gsp/GSP002.vue"; import GSP002 from "./comps/gsp/GSP002.vue";

src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue → src/views/business/comps/template/comps/sp/SP008.vue View File

@ -57,10 +57,10 @@ import BaseInfoFormPackage from "@/components/Template/BaseInfoFormPackage";
import LineLabel from "@/components/Template/LineLabel"; import LineLabel from "@/components/Template/LineLabel";
import TableList from "@/components/Template/Table"; import TableList from "@/components/Template/Table";
import Step from "@/components/Template/Step"; import Step from "@/components/Template/Step";
import templateMixin from "../../../mixins/templateMixin";
import templateMixin from "../../mixins/templateMixin";
import CustomTable from '@/components/Template/CustomTable.vue'; import CustomTable from '@/components/Template/CustomTable.vue';
import { getLatestSnArr } from '@/api/template'; 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 TableOpertaion from "@/components/Template/operation/TableOpertaion.vue"
import { EventBus } from "@/utils/eventBus"; import { EventBus } from "@/utils/eventBus";
import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools"; import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools";

src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue → src/views/business/comps/template/comps/sp/SP009.vue View File

@ -66,10 +66,10 @@ import BaseInfoFormPackage from "@/components/Template/BaseInfoFormPackage";
import LineLabel from "@/components/Template/LineLabel"; import LineLabel from "@/components/Template/LineLabel";
import TableList from "@/components/Template/Table"; import TableList from "@/components/Template/Table";
import Step from "@/components/Template/Step"; import Step from "@/components/Template/Step";
import templateMixin from "../../../mixins/templateMixin";
import templateMixin from "../../mixins/templateMixin";
import CustomTable from '@/components/Template/CustomTable.vue'; import CustomTable from '@/components/Template/CustomTable.vue';
import { getLatestSnArr } from '@/api/template'; 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 TableOpertaion from "@/components/Template/operation/TableOpertaion.vue"
import { EventBus } from "@/utils/eventBus"; import { EventBus } from "@/utils/eventBus";
import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools"; import { addTj,uniqeResource,uniqeResourceOne,addDecimals } from "@/utils/calUnitTools";

Loading…
Cancel
Save