抽取jtfc.js,修改所有引用文件
Showing
8 changed files
with
10 additions
and
11 deletions
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
53 | </template> | 53 | </template> |
54 | 54 | ||
55 | <script> | 55 | <script> |
56 | import { addFwmxCxjgXx, getFwmxInfo,printJtcfInfo } from "@/api/sqcx"; | 56 | import { addFwmxCxjgXx, getFwmxInfo,printJtcfInfo } from "@/api/jtfc.js"; |
57 | import { getPrintTemplateByCode } from "@/api/print"; | 57 | import { getPrintTemplateByCode } from "@/api/print"; |
58 | import { datas, sendThis } from "./dydjbdata"; | 58 | import { datas, sendThis } from "./dydjbdata"; |
59 | import { getLodop } from "@/utils/LodopFuncs" | 59 | import { getLodop } from "@/utils/LodopFuncs" | ... | ... |
... | @@ -33,10 +33,10 @@ | ... | @@ -33,10 +33,10 @@ |
33 | </div> | 33 | </div> |
34 | </div> | 34 | </div> |
35 | </template> | 35 | </template> |
36 | 36 | ||
37 | <script> | 37 | <script> |
38 | import { datas, sendThis } from "./infodata"; | 38 | import { datas, sendThis } from "./infodata"; |
39 | import { getFwmxInfo } from "@/api/sqcx"; | 39 | import { getFwmxInfo } from "@/api/jtfc.js"; |
40 | export default { | 40 | export default { |
41 | props: { | 41 | props: { |
42 | formData: { | 42 | formData: { |
... | @@ -103,4 +103,3 @@ export default { | ... | @@ -103,4 +103,3 @@ export default { |
103 | height: 30px; | 103 | height: 30px; |
104 | } | 104 | } |
105 | </style> | 105 | </style> |
106 | |||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -48,7 +48,7 @@ import { mapGetters } from "vuex"; | ... | @@ -48,7 +48,7 @@ import { mapGetters } from "vuex"; |
48 | import table from "@/utils/mixin/table"; | 48 | import table from "@/utils/mixin/table"; |
49 | import { datas, sendThis } from "./dydjbdata"; | 49 | import { datas, sendThis } from "./dydjbdata"; |
50 | import addDydjb from "./components/addDydjb.vue"; | 50 | import addDydjb from "./components/addDydjb.vue"; |
51 | import { getSqcxPage } from "@/api/sqcx"; | 51 | import { getSqcxPage } from "@/api/jtfc.js"; |
52 | export default { | 52 | export default { |
53 | name: "dydjb", | 53 | name: "dydjb", |
54 | components: { addDydjb }, | 54 | components: { addDydjb }, | ... | ... |
... | @@ -120,7 +120,7 @@ | ... | @@ -120,7 +120,7 @@ |
120 | import printView from "./printView.vue"; | 120 | import printView from "./printView.vue"; |
121 | import { getIdCardInfo } from '@/utils/operation.js' | 121 | import { getIdCardInfo } from '@/utils/operation.js' |
122 | import { getPrintTemplateByCode } from "@/api/print"; | 122 | import { getPrintTemplateByCode } from "@/api/print"; |
123 | import { addJtfcCxjgXx, getJtfcInfo, printJtcfInfo } from "@/api/sqcx"; | 123 | import { addJtfcCxjgXx, getJtfcInfo, printJtcfInfo } from "@/api/jtfc.js"; |
124 | export default { | 124 | export default { |
125 | components: { | 125 | components: { |
126 | printView | 126 | printView | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-06-28 14:45:20 | 4 | * @LastEditTime: 2023-06-28 14:45:20 |
5 | --> | 5 | --> |
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
48 | <script> | 48 | <script> |
49 | import table from "@/utils/mixin/table"; | 49 | import table from "@/utils/mixin/table"; |
50 | import { datas, sendThis } from "./jtfcdata"; | 50 | import { datas, sendThis } from "./jtfcdata"; |
51 | import { getSqcxPage } from "@/api/sqcx"; | 51 | import { getSqcxPage } from "@/api/jtfc.js"; |
52 | export default { | 52 | export default { |
53 | name: "jtfc", | 53 | name: "jtfc", |
54 | mixins: [table], | 54 | mixins: [table], | ... | ... |
... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
110 | </template> | 110 | </template> |
111 | 111 | ||
112 | <script> | 112 | <script> |
113 | import { getJtfcInfo } from "@/api/sqcx"; | 113 | import { getJtfcInfo } from "@/api/jtfc.js"; |
114 | import { datas, sendThis } from "./sqcxjlInfodata"; | 114 | import { datas, sendThis } from "./sqcxjlInfodata"; |
115 | 115 | ||
116 | export default { | 116 | export default { | ... | ... |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | <script> | 69 | <script> |
70 | import table from "@/utils/mixin/table"; | 70 | import table from "@/utils/mixin/table"; |
71 | import { datas, sendThis } from "./sqcxjldata"; | 71 | import { datas, sendThis } from "./sqcxjldata"; |
72 | import { getSqcxPage } from "@/api/sqcx"; | 72 | import { getSqcxPage } from "@/api/jtfc.js"; |
73 | export default { | 73 | export default { |
74 | name: "sqcxjl", | 74 | name: "sqcxjl", |
75 | mixins: [table], | 75 | mixins: [table], | ... | ... |
-
Please register or sign in to post a comment