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
6e8368d8
authored
2022-10-12 08:49:39 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
按钮表单名称
1 parent
3eafb84c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
src/views/ywbl/fqsq/workFrame.vue
src/views/ywbl/fqsq/workFrame.vue
View file @
6e8368d
...
...
@@ -149,6 +149,8 @@ export default {
},
//流程环节操作按钮
operation
(
index
,
item
)
{
//按钮 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书
//操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
let
that
=
this
;
switch
(
item
.
value
)
{
case
"B1"
:
...
...
@@ -157,10 +159,10 @@ export default {
this
.
myValue
=
true
})
break
;
case
"
zsyl
"
:
case
"
B5
"
:
this
.
zsylFlag
=
true
;
break
;
case
"
clfp
"
:
//材料分屏按钮
case
"
B2
"
:
//材料分屏按钮
this
.
splitScreen
=
this
.
splitScreen
?
false
:
true
;
this
.
$store
.
dispatch
(
'app/settScreen'
,
this
.
splitScreen
)
if
(
this
.
splitScreen
)
{
...
...
@@ -174,9 +176,9 @@ export default {
this
.
tabList
.
splice
(
this
.
clxxIndex
,
1
,
this
.
clxxTab
);
}
break
;
case
"
th
"
:
//退回按钮
case
"
back
"
:
//退回按钮
break
;
case
"
zc
"
:
//转件按钮
case
"
transfer
"
:
//转件按钮
getNextLinkInfo
({
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
,
...
...
@@ -187,10 +189,10 @@ export default {
});
// this.$alert(res.result);
break
;
case
"
tc
"
:
case
"
signout
"
:
window
.
close
();
break
;
case
"
db
"
:
case
"
record
"
:
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
...
...
Please
register
or
sign in
to post a comment