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
eabb9c85
authored
2022-09-20 11:12:18 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改功能
1 parent
504b577b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/djbcx/djbcx.vue
View file @
eabb9c8
...
...
@@ -122,9 +122,10 @@ export default {
},
// 高级查询
moreQueryClick
()
{
},
openDialog
(
scope
)
{
openDialog
(
scroll
)
{
//debugger;
let
_this
=
this
;
let
bsm
=
sc
ope
.
row
.
bsmQlxx
;
let
bsm
=
sc
roll
.
bsmQlxx
;
axios
.
all
([
getDjbfm
(
bsm
),
...
...
@@ -145,17 +146,17 @@ export default {
_this
.
isDialog
=
true
;
// 弹窗打开,自动切换到对应的登记类型
if
(
sc
ope
.
row
.
qllxmc
==
"国有建设用地使用权"
)
{
if
(
sc
roll
.
qllxmc
==
"国有建设用地使用权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"JSYDSYQ"
;
}
else
if
(
sc
ope
.
row
.
qllxmc
==
"抵押权"
)
{
}
else
if
(
sc
roll
.
qllxmc
==
"抵押权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"DYAQ"
;
}
else
if
(
sc
ope
.
row
.
qllxmc
==
"地役权"
)
{
}
else
if
(
sc
roll
.
qllxmc
==
"地役权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"DYIQ"
;
}
else
if
(
sc
ope
.
row
.
qllxmc
==
"预告登记"
)
{
}
else
if
(
sc
roll
.
qllxmc
==
"预告登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"YGDJ"
;
}
else
if
(
sc
ope
.
row
.
qllxmc
==
"异议登记"
)
{
}
else
if
(
sc
roll
.
qllxmc
==
"异议登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"YYDJ"
;
}
else
if
(
sc
ope
.
row
.
qllxmc
==
"查封登记"
)
{
}
else
if
(
sc
roll
.
qllxmc
==
"查封登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"CFDJ"
;
}
});
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
eabb9c8
...
...
@@ -101,8 +101,8 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
)
}}
>
登记薄
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-film"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
)
}}
>
楼盘表
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-film"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
.
row
)
}}
>
楼盘表
<
/el-button
>
<
/div
>
)
}
...
...
Please
register
or
sign in
to post a comment