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
7a303e7f
authored
2023-04-13 13:58:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:流程图弹窗修改
1 parent
08ed7634
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
src/views/workflow/mixin/index.js
src/views/workflow/mixin/index.js
View file @
7a303e7
import
{
getWorkFlowImage
}
from
"@/api/workflow/jsydsyqFlow.js"
;
// import { popupDialog } from "@/utils/popup.js";
import
{
getPrintTemplateByCode
}
from
"@/api/system"
;
import
{
getPrintApplicationInfo
}
from
"@/api/fqsq"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -130,13 +129,13 @@ export default {
document
.
getElementById
(
"cldr"
).
click
();
break
;
case
"B4"
:
popupDialog
(
"登记簿详情"
,
"registerBook/djbFrame"
,
this
.
currentSelectProps
,
'80%'
)
this
.
$popupDialog
(
"登记簿详情"
,
"registerBook/djbFrame"
,
this
.
currentSelectProps
,
'80%'
,
true
)
break
;
case
"B5"
:
popupDialog
(
"证书预览"
,
"workflow/components/zsyl"
,
{
this
.
$
popupDialog
(
"证书预览"
,
"workflow/components/zsyl"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
entryType
:
'1'
},
'1070px'
)
},
'1070px'
,
true
)
break
;
case
"B6"
:
//根据编号获取对应信息
...
...
@@ -167,10 +166,10 @@ export default {
})
break
;
case
"back"
:
//退回按钮
popupDialog
(
"退回"
,
"workflow/components/th"
,
{
this
.
$
popupDialog
(
"退回"
,
"workflow/components/th"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
},
'800px'
)
},
'800px'
,
true
)
break
;
case
"transfer"
:
//转件按钮
getNextLinkInfo
({
...
...
@@ -187,10 +186,10 @@ export default {
});
break
;
case
"stop"
:
//终止按钮
popupDialog
(
"终止"
,
"workflow/components/stop"
,
{
this
.
$
popupDialog
(
"终止"
,
"workflow/components/stop"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
,
},
'600px'
)
},
'600px'
,
true
)
break
;
case
"signout"
:
window
.
close
();
...
...
Please
register
or
sign in
to post a comment