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
12c7157f
authored
2022-08-24 10:01:17 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
914d2b2e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
16 deletions
src/views/ywbl/ywsq/ywsq.scss
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/ywsq.scss
View file @
12c7157
...
...
@@ -85,7 +85,7 @@
transition
:
all
0
.3s
;
&
:hover
{
border
:
1px
solid
$light-blue
;
border
:
1px
solid
$light-blue
!
important
;
color
:
$light-blue
;
}
}
...
...
@@ -116,6 +116,7 @@
justify-content
:
space-between
;
padding
:
0
20px
;
margin
:
20px
0
;
min-height
:
50px
;
li
{
width
:
23
.5%
;
...
...
@@ -137,7 +138,7 @@
}
&
:hover
{
border
:
1px
solid
$light-blue
;
border
:
1px
solid
$light-blue
!
important
;
color
:
$light-blue
;
}
...
...
@@ -173,26 +174,27 @@
&
:after
{
content
:
""
;
width
:
31
%
;
//与块级的宽度相同
width
:
48
%
;
//与块级的宽度相同
display
:
block
;
height
:
0
;
}
li
{
width
:
31
%
;
width
:
48
%
;
height
:
50px
;
border
:
1px
solid
$borderColor
;
@include
flex
;
justify-content
:
space-between
;
margin-left
:
20px
;
cursor
:
pointer
;
margin-bottom
:
15px
;
p
{
@include
flex-center
;
}
&
:hover
{
border
:
1px
solid
$light-blue
;
border
:
1px
solid
$light-blue
!
important
;
color
:
$light-blue
;
}
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
12c7157
...
...
@@ -33,7 +33,7 @@
<div
v-if=
"n >= 0"
>
<div
class=
"right-title"
>
业务列表
</div>
<ul>
<li
v-for=
"(item, index) in ywList"
:key=
"index"
@
click=
"handle
YwSelect(item
)"
<li
v-for=
"(item, index) in ywList"
:key=
"index"
@
click=
"handle
SelectYw(item, ywList
)"
:class=
"item.cselect ? 'cactive' : ''"
>
<p>
{{
item
.
nodename
}}
...
...
@@ -47,10 +47,10 @@
<div
v-if=
"n == -1"
>
<div
class=
"right-title"
>
登记情形
</div>
<ul
class=
"registration"
>
<li
v-for=
"(item, index) in djqxList"
@
click=
"handleSelect
(item)"
:class=
"item.cselect ? 'cactive' : ''
"
:key=
"index"
>
<li
v-for=
"(item, index) in djqxList"
@
click=
"handleSelect
Yw(item, djqxList)
"
:
class=
"item.cselect ? 'cactive' : ''"
:
key=
"index"
>
<p>
{{
item
.
name
}}
{{
item
.
n
oden
ame
}}
</p>
<p
:class=
"item.select ? 'active' : ''"
@
click
.
stop=
"handleCollection(item)"
>
<i
class=
"el-icon-star-off"
:class=
"item.select ? 'active' : ''"
></i>
...
...
@@ -78,7 +78,7 @@ export default {
'常办业务'
,
'一并申请'
,
'补申请'
,
],
list
:
[],
djlxList
:
[
{}
],
djlxList
:
[],
ywList
:
[
{
name
:
'国有建设用地使用权 || 首次登记+ 以出让方式取得'
,
...
...
@@ -117,9 +117,9 @@ export default {
if
(
item
.
check
)
item
.
check
=
false
})
},
// 业务
列表
选择
handle
YwSelect
(
item
)
{
this
.
ywL
ist
.
forEach
(
item
=>
{
// 业务
-登记情形
选择
handle
SelectYw
(
item
,
list
)
{
l
ist
.
forEach
(
item
=>
{
item
.
cselect
=
false
})
item
.
cselect
=
!
item
.
cselect
...
...
@@ -127,7 +127,6 @@ export default {
this
.
btnDisabled
=
false
}
},
handleList
(
list
,
obj
)
{
list
.
forEach
(
item
=>
{
if
(
item
.
check
)
item
.
check
=
false
...
...
@@ -135,13 +134,18 @@ export default {
this
.
n
=
-
1
this
.
$set
(
obj
,
'check'
,
true
)
this
.
getNextNode
(
obj
.
bsmSqyw
)
this
.
djqxList
=
[]
this
.
djlxList
=
[]
},
// 获取下个节点类型
getNextNode
(
bsmSqyw
)
{
getNextNode
(
bsmSqyw
).
then
(
res
=>
{
let
{
djqx
,
djlx
}
=
res
.
result
this
.
djqxList
=
djqx
this
.
djlxList
=
djlx
if
(
djqx
)
this
.
djqxList
=
djqx
if
(
djlx
)
this
.
djlxList
=
djlx
this
.
djqxList
.
forEach
(
item
=>
{
this
.
$set
(
item
,
'cselect'
,
false
)
})
})
},
handleCollection
(
item
)
{
...
...
@@ -161,7 +165,10 @@ export default {
this
.
$set
(
item
,
'select'
,
true
)
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
}
else
{
this
.
getNextNode
(
item
.
bsmSqyw
)
}
this
.
djqxList
=
[]
},
// 选择不动产信息
btnClick
()
{
...
...
Please
register
or
sign in
to post a comment