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
dbc993f4
authored
2022-11-29 15:34:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:流程图
1 parent
14d76203
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
16 deletions
src/views/workflow/javascript/fzxxdata.js
src/views/workflow/mixin/index.js
src/views/workflow/workFrameView1.vue
src/views/zhcx/jdcx/jdcx.vue
src/views/workflow/javascript/fzxxdata.js
View file @
dbc993f
...
...
@@ -109,8 +109,6 @@ class data extends filter {
]
}
}
}
let
datas
=
new
data
()
export
{
...
...
src/views/workflow/mixin/index.js
View file @
dbc993f
import
{
getWorkFlowImage
}
from
"@/api/jsydsyqFlow.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
{
leftMenu
,
stepExpandInfo
,
...
...
@@ -139,7 +138,7 @@ export default {
popupDialog
(
"退回"
,
"workflow/components/th"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
},
'30%'
,
"200px"
,
true
,
)
},
'30%'
,
"200px"
,
true
)
break
;
case
"transfer"
:
//转件按钮
getNextLinkInfo
({
...
...
@@ -277,9 +276,9 @@ export default {
}).
then
((
action
)
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"action: "
+
action
,
})
;
})
;
message
:
"action: "
+
action
})
})
}
}
}
...
...
src/views/workflow/workFrameView1.vue
View file @
dbc993f
...
...
@@ -72,6 +72,7 @@ import {
getStepFormInfo
}
from
"@/api/fqsq.js"
import
publicFlow
from
"./mixin/public.js"
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
NoticeBar
from
'@/components/NoticeBar/index'
import
{
getWorkFlowImage
}
from
"@/api/jsydsyqFlow.js"
export
default
{
...
...
@@ -139,15 +140,19 @@ export default {
operation
(
item
)
{
//按钮 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书
//操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
let
that
=
this
;
switch
(
item
.
value
)
{
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
).
then
(
res
=>
{
this
.
imgSrc
=
URL
.
createObjectURL
(
res
)
this
.
$popup
({
title
:
'流程图'
,
editItem
:
'workflow/components/flowChart'
,
formData
:
this
.
imgSrc
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
$route
.
query
.
bestepid
).
then
(
res
=>
{
let
{
result
}
=
res
popupDialog
(
"流程图"
,
"workflow/components/processViewer"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedTaskSet
,
unfinishedTaskSet
:
result
.
unfinishedTaskSet
,
rejectedTaskSet
:
result
.
rejectedTaskSet
,
finishedSequenceFlowSet
:
result
.
finishedSequenceFlowSet
},
allCommentList
:
result
.
historyTaskList
})
})
break
;
...
...
@@ -198,7 +203,7 @@ export default {
//默认加载第一个表单信息
this
.
tabName
=
res
.
result
[
0
].
value
;
}
})
;
})
}
}
}
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
dbc993f
...
...
@@ -121,7 +121,7 @@ export default {
console
.
log
(
name
,
sort
);
},
openDialog
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
item
.
bsmBusiness
+
'&viewtype=3'
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView
cs
?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
item
.
bsmBusiness
+
'&viewtype=3'
)
window
.
open
(
href
,
'_blank'
);
}
}
...
...
Please
register
or
sign in
to post a comment