63a1416b by yuanbo

抽取print.js,修改所有引用文件

1 parent 73fb107a
/*
* @Description: 系统管理
* @Description: 模板管理
* @Autor: renchao
* @LastEditTime: 2023-05-16 16:02:32
*/
......
......@@ -3,7 +3,7 @@
* @Autor: miaofang
* @LastEditTime: 2023-06-14 15:01:31
*/
import { getPrintTemplateByCode } from "@/api/system";
import { getPrintTemplateByCode } from "@/api/print";
import { getQllxByBdcdyid } from "@/api/djbbl.js";
import { uploadUndo } from "@/api/clxx";
import { deleteFlow } from "@/api/djbbl";
......
......@@ -54,7 +54,7 @@
<script>
import { addFwmxCxjgXx, getFwmxInfo,printJtcfInfo } from "@/api/sqcx";
import { getPrintTemplateByCode } from "@/api/system";
import { getPrintTemplateByCode } from "@/api/print";
import { datas, sendThis } from "./dydjbdata";
import { getLodop } from "@/utils/LodopFuncs"
import dydjbInfo from "./dydjbInfo.vue";
......
......@@ -119,7 +119,7 @@
import { getLodop } from "@/utils/LodopFuncs"
import printView from "./printView.vue";
import { getIdCardInfo } from '@/utils/operation.js'
import { getPrintTemplateByCode } from "@/api/system";
import { getPrintTemplateByCode } from "@/api/print";
import { addJtfcCxjgXx, getJtfcInfo, printJtcfInfo } from "@/api/sqcx";
export default {
components: {
......
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-13 16:42:26
-->
......@@ -45,7 +45,7 @@
import { getLodop } from "@/utils/LodopFuncs"
import { mapGetters } from 'vuex'
import store from '@/store/index.js'
import { addPrintTemplate, editPrintTemplate } from "@/api/system.js"
import { addPrintTemplate, editPrintTemplate } from "@/api/print.js"
export default {
computed: {
...mapGetters(['dictData']),
......
......@@ -28,7 +28,7 @@
import { getLodop } from "@/utils/LodopFuncs"
import table from "@/utils/mixin/table"
import { datas, sendThis } from "./dymbgl"
import { selectPrintTemplateList, delPrintTemplate } from "@/api/system.js"
import { selectPrintTemplateList, delPrintTemplate } from "@/api/print.js"
export default {
name: "dymbgl",
mixins: [table],
......
......@@ -3,7 +3,7 @@
* @Autor: renchao
* @LastEditTime: 2023-07-13 11:06:42
*/
import { getPrintTemplateByCode } from "@/api/system";
import { getPrintTemplateByCode } from "@/api/print";
import { uploadUndo } from "@/api/clxx";
import { getLodop } from "@/utils/LodopFuncs"
import {
......