Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
c910520f
authored
2021-02-22 14:46:01 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更正的地方添加ywbsm
1 parent
b4b8ea69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
c910520
...
...
@@ -372,7 +372,7 @@
</div>
</div>
<div
class=
"sh-btn"
v-if=
"$store.state.isWorkFlow && workitemInstanceFlag"
>
<el-button
type=
"primary"
@
click=
"lczz"
v-show=
"workFlowphase == 'modify'"
>
终止
</el-button>
<el-button
type=
"primary"
@
click=
"lczz"
v-show=
"workFlowphase == 'modify'
||workFlowphase == 'zdfg'
"
>
终止
</el-button>
<el-button
type=
"primary"
@
click=
"thzd"
v-show=
"rollbackDetails.length>0"
>
退回
</el-button>
<el-button
type=
"primary"
@
click=
"submitZDxx"
:disabled=
"disabled"
v-if=
"!workFlowState"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"shzd"
v-if=
"workFlowState"
>
审核
</el-button>
...
...
@@ -521,6 +521,7 @@
getActivityDetail
(
params
).
then
(
res
=>
{
this
.
workFlowData
=
res
;
this
.
workFlowphase
=
res
.
properties
.
phase
;
console
.
log
(
this
.
workFlowphase
,
"this.workFlowphase"
)
this
.
rollbackDetails
=
res
.
rollbackDetails
;
this
.
workFlowState
=
res
.
workitemInstance
.
apps
.
some
(
function
(
item
)
{
return
item
==
'shenpibiao'
;
...
...
Please
register
or
sign in
to post a comment