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
a9d3500b
authored
2021-01-20 17:03:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表的搜索功能
1 parent
dde7b0cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
src/components/fwsxbg/fwsxbgTab.vue
src/views/panel/change/cxlz/index.vue
src/views/panel/change/hfghb/index.vue
src/components/fwsxbg/fwsxbgTab.vue
View file @
a9d3500
...
...
@@ -578,9 +578,10 @@
this
.
$refs
.
lpbContent
.
dataChange
();
},
inputChange
()
{
// console.log(this.bdcdyh,'this.bdcdyh');
if
(
this
.
bdcdyh
!=
""
)
{
//
根据不动产单元号或者室号搜索
//
this.$refs.lpbContent.lpbDataMap(this.bdcdyh);
//
console.log("查询" + this.bdcdyh);
this
.
$refs
.
lpbContent
.
lpbDataMap
(
this
.
bdcdyh
);
}
else
{
this
.
$message
({
message
:
"请输入内容后查询"
,
...
...
src/views/panel/change/cxlz/index.vue
View file @
a9d3500
...
...
@@ -104,7 +104,6 @@
maxlength=
"28"
v-model=
"bdcdyh"
:style=
"{ width: inputWidth + 'px' }"
@
change=
"inputChange"
class=
"searchInput"
placeholder=
"输入不动产单元号或室号"
><i
...
...
@@ -411,9 +410,10 @@ export default {
this
.
$refs
.
lpbContent
.
dataChange
();
},
inputChange
()
{
console
.
log
(
this
.
bdcdyh
,
'this.bdcdyh'
);
if
(
this
.
bdcdyh
!=
""
)
{
//
根据不动产单元号或者室号搜索
//
this.$refs.lpbContent.lpbDataMap(this.bdcdyh);
//
console.log("查询" + this.bdcdyh);
this
.
$refs
.
lpbContent
.
lpbDataMap
(
this
.
bdcdyh
);
}
else
{
this
.
$message
({
message
:
"请输入内容后查询"
,
...
...
src/views/panel/change/hfghb/index.vue
View file @
a9d3500
...
...
@@ -70,7 +70,6 @@
maxlength=
"28"
v-model=
"bdcdyh"
:style=
"{ width: inputWidth + 'px' }"
@
change=
"inputChange"
class=
"searchInput"
placeholder=
"输入不动产单元号或室号"
><i
...
...
@@ -350,6 +349,7 @@ export default {
},
//办理
handleClick
(
row
){
this
.
bdcdyh
=
row
.
bdcdyh
;
if
(
row
.
dylx
===
'zrz'
){
this
.
isSearch
=
false
;
this
.
zrzbsm
=
row
.
glbsm
;
...
...
@@ -401,9 +401,10 @@ export default {
this
.
$refs
.
lpbContent
.
dataChange
();
},
inputChange
()
{
console
.
log
(
this
.
bdcdyh
,
'this.bdcdyh'
);
if
(
this
.
bdcdyh
!=
""
)
{
//
根据不动产单元号或者室号搜索
//
this.$refs.lpbContent.lpbDataMap(this.bdcdyh);
//
console.log("查询" + this.bdcdyh);
this
.
$refs
.
lpbContent
.
lpbDataMap
(
this
.
bdcdyh
);
}
else
{
this
.
$message
({
message
:
"请输入内容后查询"
,
...
...
@@ -533,11 +534,11 @@ export default {
if
(
!
n
)
{
this
.
getDyztBsmList
();
this
.
getLpbFwytAndQlxz
();
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
54
;
// console.log(this.$refs.lpbContentWrap.clientWidth,'lpbContentWrap');
//
this.$nextTick(()=>{
this
.
$nextTick
(()
=>
{
// this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6;
// })
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
54
;
})
}
},
//改变syclx,更新楼盘表数据
...
...
Please
register
or
sign in
to post a comment