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
7c91f8dd
authored
2022-12-08 14:14:13 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
打印申请书
1 parent
8b3e78e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
src/api/fqsq.js
src/views/workflow/components/printApplication.vue
src/views/workflow/components/szxx.vue
src/views/workflow/mixin/index.js
src/api/fqsq.js
View file @
7c91f8d
...
...
@@ -164,3 +164,12 @@ export function judgeUserTaskPermission (params) {
params
})
}
// 获取申请书数据
export
function
getPrintApplicationInfo
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/business/workFlow/getPrintApplicationInfo'
,
method
:
'post'
,
data
})
}
...
...
src/views/workflow/components/printApplication.vue
View file @
7c91f8d
This diff is collapsed.
Click to expand it.
src/views/workflow/components/szxx.vue
View file @
7c91f8d
...
...
@@ -179,8 +179,6 @@ export default {
//再次打印
openInvalidDiglog
(
item
)
{
this
.
bsmSz
=
item
.
bsmSz
;
console
.
log
(
item
);
this
.
invalidDiglog
=
true
;
},
closeInvalidDiglog
()
{
...
...
src/views/workflow/mixin/index.js
View file @
7c91f8d
...
...
@@ -132,7 +132,8 @@ export default {
},
'1070px'
)
break
;
case
"B6"
:
popupDialog
(
"打印申请书"
,
"workflow/components/printApplication"
,
{},
'1070px'
)
popupDialog
(
"打印申请书"
,
"workflow/components/printApplication"
,
this
.
currentSelectProps
,
'1070px'
)
break
;
case
"B7"
:
this
.
$popup
(
"证书领取"
,
"workflow/components/zslq"
,
{
...
...
Please
register
or
sign in
to post a comment