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
0b5187b9
authored
2021-01-06 15:23:13 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
aa1413c2
51217231
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
14 deletions
src/components/fwsxbg/fwsxbgTab.vue
src/views/panel/change/fwsxbg/index.vue
src/components/fwsxbg/fwsxbgTab.vue
View file @
0b5187b
<
template
>
<div
class=
"main"
>
<div
class=
"main
box1
"
>
<template
v-if=
"isFwsxbg"
>
<!--
<p
class=
"tips"
>
查询条件
</p>
-->
<el-row
class=
"box"
>
...
...
@@ -127,6 +127,7 @@
layout=
"prev, pager, next,total"
:total=
"total"
:current-page=
"pageNo"
:page-size=
"pageSize"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
...
...
@@ -143,7 +144,6 @@
maxlength=
"28"
v-model=
"bdcdyh"
:style=
"{ width: inputWidth + 'px' }"
@
change=
"inputChange"
class=
"searchInput"
placeholder=
"输入不动产单元号或室号"
><i
...
...
@@ -389,17 +389,21 @@
lpbContentHeight
:
0
,
lpbContentwidth
:
0
,
lpbloading
:
true
,
hbsm
:
''
};
},
created
()
{},
mounted
()
{
this
.
queryData
.
pageNo
=
this
.
pageNo
;
this
.
queryData
.
pageSize
=
this
.
pageSize
;
this
.
queryData
.
type
=
this
.
queryType
;
this
.
getData
(
this
.
queryData
);
// console.log(document.documentElement.clientHeight || document.body.clientHeight,'document.documentElement.clientHeight || document.body.clientHeight');
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
5
2
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
2
2
;
3
4
2
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
2
6
2
;
});
},
methods
:
{
...
...
@@ -417,16 +421,20 @@
},
// 查询
query
(){
this
.
queryData
.
pageNo
=
this
.
pageNo
;
this
.
queryData
.
pageSize
=
this
.
pageSize
;
this
.
queryData
.
type
=
this
.
queryType
;
this
.
getData
(
this
.
queryData
)
},
// 更多查询
moreSearch
(){
console
.
log
(
this
.
tableHeight
);
if
(
this
.
ismore
===
true
){
this
.
ismore
=
false
;
this
.
$parent
.
tableHeight
+=
55
;
this
.
tableHeight
+=
69
;
}
else
{
this
.
ismore
=
true
;
this
.
$parent
.
tableHeight
-=
55
;
this
.
tableHeight
-=
69
;
}
},
onSubmit
()
{},
...
...
@@ -469,11 +477,16 @@
//点击办理
handleClick
(
row
)
{
let
params
=
{
bsm
:
row
.
bsm
,
type
:
this
.
queryType
};
if
(
this
.
queryType
==
'h'
){
this
.
bdcdyh
=
row
.
bdcdyh
;
if
(
row
.
dylx
==
'h0'
||
row
.
dylx
==
'h1'
){
this
.
hbsm
=
row
.
bsm
;
getQjHDetailByBsm
(
row
.
bsm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
zrzbsm
=
res
.
result
.
zrzbsm
;
this
.
isFwsxbg
=
false
;
this
.
$nextTick
(()
=>
{
this
.
scyclx
=
row
.
dylx
==
'h0'
?
'0'
:
'1'
})
}
})
}
else
{
...
...
@@ -704,6 +717,8 @@
this
.
getLpbFwytAndQlxz
();
this
.
$nextTick
(()
=>
{
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
34
-
6
;
this
.
$refs
.
lpbContent
.
lpbDataMap
(
this
.
bdcdyh
);
this
.
$refs
.
lpbContent
.
hbsmList
.
push
(
this
.
hbsm
)
})
}
},
...
...
@@ -723,16 +738,17 @@
</
script
>
<
style
scoped
lang=
"less"
>
.main
{
padding
:
0
;
.mainbox1
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
padding
:
20px
;
background-color
:
#eaedf5
;
.box{
background-color
:
white
;
padding
:
10px
0
;
margin-bottom
:
10px
;
}
}
/*.main {
background-color: #eaedf5;
.tips
{
color
:
#9B9B9B
;
margin-left
:
2px
;
...
...
@@ -852,5 +868,9 @@
}
}
}
/*.main {
background-color: #eaedf5;
}*/
</
style
>
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
0b5187b
<
template
>
<div
class=
"main"
>
<div
class=
"main
box
"
>
<el-tabs
v-model=
"tabName"
@
tab-click=
"handleClick"
class=
"menu"
>
<el-tab-pane
label=
"宗地"
name=
"zd"
>
<fwsxbg-tab
queryType=
"zd"
></fwsxbg-tab>
...
...
@@ -61,14 +61,21 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.main
{
.mainbox
{
width
:
100%
;
height
:
100%
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
;
.menu
{
height
:
100%
;
/deep/
.el-tabs__content
{
position
:
unset
;
margin-top
:
40px
;
overflow
:
visible
;
/deep/.el-tab-pane{
height
:
calc
(
100%
-
0px
);
}
}
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
...
...
Please
register
or
sign in
to post a comment