Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
63a1416b
authored
2023-07-14 13:35:38 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取print.js,修改所有引用文件
1 parent
73fb107a
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
src/api/system.js → src/api/print.js
src/views/djbworkflow/mixin/index.js
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/system/dymbgl/components/editDialog.vue
src/views/system/dymbgl/dymbgl.vue
src/views/workflow/mixin/index.js
src/api/
system
.js
→
src/api/
print
.js
View file @
63a1416
/*
* @Description:
系统
管理
* @Description:
模板
管理
* @Autor: renchao
* @LastEditTime: 2023-05-16 16:02:32
*/
...
...
src/views/djbworkflow/mixin/index.js
View file @
63a1416
...
...
@@ -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"
;
...
...
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
63a1416
...
...
@@ -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"
;
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
63a1416
...
...
@@ -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
:
{
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
63a1416
...
...
@@ -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'
]),
...
...
src/views/system/dymbgl/dymbgl.vue
View file @
63a1416
...
...
@@ -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
],
...
...
src/views/workflow/mixin/index.js
View file @
63a1416
...
...
@@ -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
{
...
...
Please
register
or
sign in
to post a comment