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
1665cd18
authored
2020-10-21 15:07:04 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
c0df0af6
8a41d1bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
61 deletions
src/views/systemZD/jzd/index.vue
src/views/systemZD/jzx/index.vue
src/views/systemZD/jzd/index.vue
View file @
1665cd1
...
...
@@ -17,7 +17,7 @@
<td>
界址点类型
</td>
</tr>
<tr
v-if=
"jzdlist.length==0"
>
<td
colspan=
"7"
><span
style=
"color: #b2b2b2;
"
>
暂无数据
</span></td>
<td
colspan=
"7"
><span
class=
"nodata
"
>
暂无数据
</span></td>
</tr>
<tr
v-for=
"(item,index) in jzdlist"
:key=
"index"
v-else
>
<td><input
type=
"checkbox"
v-model=
"item.isCheck"
@
change=
"changeAll"
/></td>
...
...
@@ -165,6 +165,8 @@
},
mounted
()
{
let
bsm
=
this
.
$store
.
state
.
zdbsm
this
.
getData
(
bsm
)
},
methods
:
{
getData
(
bsm
)
{
...
...
@@ -276,36 +278,40 @@
padding
:
18px
;
height
:
auto
;
width
:
80%
;
}
table
{
margin-top
:
10px
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
.formInput
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
}
table
{
margin-top
:
10px
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
}
td
{
text-align
:
center
;
height
:
36px
;
}
td
{
text-align
:
center
;
height
:
36px
;
}
table
:hover
{
cursor
:
pointer
;
}
table
.formInput
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
.batchlx
{
text-align
:
center
;
}
table
:hover
{
cursor
:
pointer
;
.nodata
{
color
:
#b2b2b2
;
}
}
.batchlx
{
text-align
:
center
;
}
</
style
>
...
...
src/views/systemZD/jzx/index.vue
View file @
1665cd1
...
...
@@ -18,7 +18,7 @@
<td>
说明
</td>
</tr>
<tr
v-if=
"jzxlist.length==0"
>
<td
colspan=
"8"
><span
style=
"color: #b2b2b2;
"
>
暂无数据
</span></td>
<td
colspan=
"8"
><span
class=
"nodata
"
>
暂无数据
</span></td>
</tr>
<tr
v-for=
"(item,index) in jzxlist"
:key=
"index"
v-else
>
<td><input
type=
"checkbox"
v-model=
"item.isCheck"
@
change=
"changeAll"
/></td>
...
...
@@ -122,7 +122,7 @@
props
:
{},
data
()
{
return
{
bsm
:
''
,
bsm
:
''
,
isCheckAll
:
false
,
centerDialogVisible
:
false
,
jzxwz
:
[
...
...
@@ -231,7 +231,8 @@
},
mounted
()
{
let
bsm
=
this
.
$store
.
state
.
zdbsm
this
.
getData
(
bsm
)
},
methods
:
{
getData
(
bsm
)
{
...
...
@@ -241,7 +242,7 @@
res
.
result
[
i
][
'jjisdisabled'
]
=
'readonly'
;
res
.
result
[
i
][
'jzxisdisabled'
]
=
true
;
}
this
.
isCheckAll
=
false
;
this
.
isCheckAll
=
false
;
this
.
jzxlist
=
res
.
result
;
})
},
...
...
@@ -343,37 +344,38 @@
padding
:
18px
;
height
:
auto
;
width
:
80%
;
}
table
{
margin-top
:
10px
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
}
td
{
text-align
:
center
;
height
:
36px
;
}
table
.formInput
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
table
{
margin-top
:
10px
;
background-color
:
#fff
;
font-size
:
14px
;
width
:
100%
;
.formInput
{
margin
:
0
;
height
:
36px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
overflow
:
visible
;
text-align
:
center
;
cursor
:
text
;
}
}
table
:hover
{
cursor
:
pointer
;
}
td
{
text-align
:
center
;
height
:
36px
;
}
.batchlx
{
//
text-align
:
justify
;
justify-content
:
space-between
;
}
table
:hover
{
cursor
:
pointer
;
.nodata
{
color
:
#b2b2b2
;
height
:
100px
;
}
}
.batchlx
{
//
text-align
:
justify
;
justify-content
:
space-between
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment