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
940fe3f2
authored
2021-01-29 10:59:48 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
历史回溯调整
1 parent
7c5daf18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
20 deletions
src/components/lshs/index.vue
src/views/zrz/index.vue
src/views/zrz/zrzxx/index.vue
src/components/lshs/index.vue
View file @
940fe3f
<
template
>
<div
class=
"main"
>
<div
id=
"mountNode"
ref=
"containerWidth"
>
<div
v-show=
"showhide"
style=
"margin: 20px 0 0 20px;
color:red;"
>
<div
class=
"noData"
v-show=
"showhide"
style=
"
color:red;"
>
暂无变更业务,没有历史回溯数据
</div>
</div>
...
...
@@ -402,10 +402,16 @@ export default {
width
:
60%
;
height
:
calc
(
100%
-
10px
);
border
:
1px
solid
#e6e6e6
;
background
:
white
;
position
:
relative
;
background
:
white
;
position
:
relative
;
float
:
left
;
/*border: 1px solid red;*/
.noData{
box-sizing
:
border-box
;
padding
:
20px
;
height
:
100%
;
width
:
100%
;
}
}
#mountNodeRight
{
...
...
@@ -413,8 +419,8 @@ export default {
float
:
right
;
height
:
calc
(
100%
-
8px
)
!important
;
border
:
1px
solid
#e6e6e6
;
background
:
white
;
box-sizing
:
border-box
;
background
:
white
;
box-sizing
:
border-box
;
//
padding
:
20px
20px
0
20px
;
}
...
...
src/views/zrz/index.vue
View file @
940fe3f
<
template
>
<div
ref=
"lpb"
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"自然幢信息"
name=
"zrzxx"
><zrzxx></zrzxx></el-tab-pane>
<el-tab-pane
label=
"业主共有"
name=
"yzgy"
><yzgy
v-if=
"yzgyLoad"
:is-disabled=
"isDisabled"
></yzgy></el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
><djb></djb></el-tab-pane>
<el-tab-pane
label=
"楼盘表"
name=
"lpb"
><lpb
v-if=
"lpbLoad"
></lpb></el-tab-pane>
<el-tab-pane
label=
"历史回溯"
name=
"lshs"
><lshs
v-if=
"lshsVisible"
:type=
"type"
:bsm=
"$route.query.bsm"
></lshs></el-tab-pane>
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
><fjcl
ref=
"fjcl"
:is-disabled=
"isDisabled"
></fjcl></el-tab-pane>
</el-tabs>
</div>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"自然幢信息"
name=
"zrzxx"
><zrzxx></zrzxx></el-tab-pane>
<el-tab-pane
label=
"业主共有"
name=
"yzgy"
><yzgy
v-if=
"yzgyLoad"
:is-disabled=
"isDisabled"
></yzgy></el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
><djb></djb></el-tab-pane>
<el-tab-pane
label=
"楼盘表"
name=
"lpb"
><lpb
v-if=
"lpbLoad"
></lpb></el-tab-pane>
<el-tab-pane
label=
"历史回溯"
name=
"lshs"
><lshs
v-if=
"lshsVisible"
:type=
"type"
:bsm=
"$route.query.bsm"
></lshs></el-tab-pane>
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
><fjcl
ref=
"fjcl"
:is-disabled=
"isDisabled"
></fjcl></el-tab-pane>
</el-tabs>
</
template
>
<
script
>
...
...
@@ -70,7 +68,7 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.
content_box
{
padding
:
0
0
6px
;
.
el-tab-pane
{
overflow-y
:
scroll
;
}
</
style
>
...
...
src/views/zrz/zrzxx/index.vue
View file @
940fe3f
...
...
@@ -674,6 +674,14 @@
}
vm
.
rollback
(
data
);
},
//宗地审核流程退回
thzd
(){
let
data
=
{
"targetNodeId"
:
this
.
workFlowData
.
rollbackDetails
[
0
].
id
,
"workitemInstanceId"
:
this
.
$route
.
query
.
workitemInstanceId
}
vm
.
rollback
(
data
);
},
//宗地流程终止
lczz
(){
vm
.
termProcess
(
this
.
workFlowData
.
processInstance
.
id
);
...
...
@@ -940,9 +948,9 @@
</
script
>
<
style
rel=
"stylesheet/less"
lang=
"less"
scoped
>
.main
{
box-sizing
:
border-box
;
padding
:
18px
;
height
:
auto
;
box-sizing
:
border-box
;
padding
:
18px
;
height
:
auto
!important
;
.iconfont{
cursor
:
pointer
;
}
...
...
Please
register
or
sign in
to post a comment