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
c118118f
authored
2020-12-23 15:31:28 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
范围属性和重新落宗页面样式修改
1 parent
2b2e9512
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
45 deletions
src/views/panel/change/cxlz/index.vue
src/views/panel/change/fwsxbg/index.vue
src/views/panel/search/index.vue
src/views/panel/change/cxlz/index.vue
View file @
c118118
<
template
>
<div
class=
"main"
>
<div>
<p
class=
"tips"
>
查询条件
</p>
<div
class=
"search"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"24"
style=
"margin-left: -10px;"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"106px"
>
<el-form-item
label=
"宗地编码"
>
<el-input
v-model=
"queryData.zddm"
placeholder=
"输入宗地编码"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
v-model=
"queryData.bdcqzh"
placeholder=
"输入坐落地址"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
maxlength=
"28"
...
...
@@ -27,32 +25,31 @@
placeholder=
"输入不动产单元号"
></el-input>
</el-form-item>
<el-button
type=
"primary"
@
click=
"search"
>
查询
</el-button>
<el-button
type=
"warning"
style=
"margin-left:10px"
@
click=
"result"
>
重置
</el-button>
</el-form>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"24"
style=
"margin-left: -10px;"
>
<el-form
:inline=
"true"
class=
"demo-form-inline"
label-width=
"106px"
>
<el-form-item
label=
"权利人"
>
<el-input
v-model=
"queryData.qlrmc"
placeholder=
"输入权利人姓名"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落"
>
<el-input
v-model=
"queryData.zl"
placeholder=
"输入坐落地址"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-button
type=
"primary"
@
click=
"search"
>
查询
</el-button>
<el-button
type=
"warning"
style=
"margin-left:10px"
@
click=
"result"
>
重置
</el-button>
</el-form>
</el-col>
</el-row>
</
el-form
>
</
div
>
<p
class=
"tips"
>
查询列表
</p>
<el-table
:data=
"Data"
:height=
"tableHeight"
>
<td
class=
"xh"
>
序号
</td>
<td
class=
"cz"
>
操作
</td>
...
...
@@ -139,21 +136,11 @@ export default {
created
()
{},
mounted
()
{
this
.
getData
(
this
.
queryData
);
if
(
(
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
)
<
1890
)
{
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
355
;
document
.
body
.
clientHeight
)
-
396
;
});
}
else
{
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
304
;
});
}
},
methods
:
{
currentChange
:
function
(
val
)
{
...
...
@@ -200,6 +187,22 @@ export default {
padding
:
18px
;
height
:
auto
;
}
.search
{
background-color
:
#FFFFFF
;
box-sizing
:
border-box
;
padding
:
18px
0
8px
0
;
border
:
1px
solid
#E6E6E6
;
margin-bottom
:
18px
;
}
.el-button
{
width
:
100px
;
}
.tips
{
color
:
#9B9B9B
;
margin-left
:
2px
;
margin-bottom
:
10px
;
}
table
{
margin-top
:
10px
;
...
...
@@ -287,21 +290,21 @@ table:hover {
width
:
auto
;
height
:
auto
;
}
/
deep
/
.el-form-item__label
{
width
:
96px
;
}
/
deep
/
.el-form
{
margin-left
:
-28px
;
.el-button{
margin
:
0
22px
;
}
}
.el-form-item
{
width
:
100%
;
box-sizing
:
border-box
;
padding
:
0
20px
;
/deep/.el-form-item__content{
width
:
calc
(
100%
-
96px
);
}
}
/
/
/
deep
/
.el-form-item__label
{
//
width
:
96px
;
//
}
/
/
/
deep
/
.el-form
{
//
margin-left
:
-28px
;
//
.el-button{
//
margin
:
0
22px
;
//
}
//
}
//
.el-form-item
{
//
width
:
100%
;
//
box-sizing
:
border-box
;
//
padding
:
0
20px
;
//
/deep/.el-form-item__content{
//
width
:
calc
(
100%
-
96px
);
//
}
//
}
</
style
>
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
c118118
<
template
>
<div
class=
"main"
>
<p
class=
"tips"
>
查询条件
</p>
<SearchHead
@
getSearchCondition=
"geQuerytData"
:type=
"type"
></SearchHead>
<p
class=
"tips"
>
查询列表
</p>
<div
class=
"dataGrid"
ref=
"dataGrid"
>
<el-table
:data=
"tableData"
...
...
@@ -93,7 +95,7 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
40
;
3
92
;
});
},
methods
:
{
...
...
@@ -202,6 +204,11 @@ export default {
<
style
scoped
lang=
"less"
>
.main
{
background-color
:
#eaedf5
;
.tips{
color
:
#9B9B9B
;
margin-left
:
2px
;
margin-bottom
:
10px
;
}
.demo-form-inline
{
margin-top
:
18px
;
.moreSearchBtn
{
...
...
src/views/panel/search/index.vue
View file @
c118118
...
...
@@ -79,7 +79,8 @@
created
()
{
},
mounted
()
{
this
.
queryData
.
pageSize
=
this
.
pageSize
this
.
queryData
.
pageSize
=
this
.
pageSize
;
this
.
queryData
.
pageNo
=
this
.
pageNo
;
this
.
getData
(
this
.
queryData
);
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
this
.
$refs
.
dataGrid
.
offsetHeight
-
68
;
...
...
Please
register
or
sign in
to post a comment