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
c3381d48
authored
2021-02-24 11:57:05 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢和宗地的终止条件
1 parent
c910520f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/zd/zddcb/index.vue
src/views/zrz/zrzxx/index.vue
src/views/zd/zddcb/index.vue
View file @
c3381d4
...
...
@@ -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'||workFlowphase == 'zdfg'"
>
终止
</el-button>
<el-button
type=
"primary"
@
click=
"lczz"
v-show=
"workFlowphase == 'modify'||workFlowphase == 'zdfg'
||workFlowphase == 'fwsxbg'
"
>
终止
</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>
...
...
src/views/zrz/zrzxx/index.vue
View file @
c3381d4
...
...
@@ -282,7 +282,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 == 'fwsxbg'
"
>
终止
</el-button>
<el-button
type=
"primary"
@
click=
"thzrz"
v-show=
"rollbackDetails.length>0"
>
退回
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
:disabled=
"disabled"
v-if=
"!workFlowState"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"shzrz"
v-if=
"workFlowState"
>
审核
</el-button>
...
...
Please
register
or
sign in
to post a comment