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
35b2bad8
authored
2022-11-08 16:08:34 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改房屋首次查询问题
1 parent
b58dc9af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
10 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/javascript/fwsyq.js
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
35b2bad
...
...
@@ -7,19 +7,46 @@
</el-tabs>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"110px"
>
<el-row>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"
不动产单元号
"
>
<el-input
placeholder=
"
不动产单元号"
v-model=
"queryForm.bdcdyh
"
clearable
>
<el-col
:span=
"
7
"
>
<el-form-item
label=
"
宗地代码
"
>
<el-input
placeholder=
"
宗地代码"
v-model=
"queryForm.zddm
"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-form-item
label=
"
坐落
"
>
<el-input
placeholder=
"
请输入坐落"
v-model=
"queryForm.zl
"
clearable
>
<el-col
:span=
"7
"
>
<el-form-item
label=
"
土地证号
"
>
<el-input
placeholder=
"
土地证号"
v-model=
"queryForm.bdcqzh
"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
class=
"btnColRight"
>
<el-col
:span=
"7"
>
<el-form-item
label=
"土地坐落"
>
<el-input
placeholder=
"土地坐落"
v-model=
"queryForm.zl"
clearable
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"7"
>
<el-form-item
label=
"自然幢号"
>
<el-input
placeholder=
"自然幢号"
v-model=
"queryForm.zrzh"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
<el-form-item
label=
"项目名称"
>
<el-input
v-model=
"queryForm.xmmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
<el-form-item
label=
"建筑物名称"
>
<el-input
placeholder=
"建筑物名称"
v-model=
"queryForm.jzwmc"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"3"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"fetchData()"
>
查询
</el-button>
</el-form-item>
...
...
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
35b2bad
...
...
@@ -49,7 +49,7 @@ class data extends filter {
}
},
{
prop
:
"
bdcqzs
h"
,
prop
:
"
tdz
h"
,
label
:
"土地证号"
,
},
{
...
...
@@ -73,7 +73,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
scope
.
row
.
tdxzmc
)
+
(
' / '
)
+
(
scope
.
row
.
tdxzmc
)}
{(
scope
.
row
.
showQlxz
)
+
(
' / '
)
+
(
scope
.
row
.
fwxzbsm
)}
<
/div
>
)
}
...
...
@@ -89,8 +89,14 @@ class data extends filter {
}
},
{
prop
:
"jzwjbyt"
,
label
:
"用途"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
scope
.
row
.
showTdyt
)
+
(
' / '
)
+
(
scope
.
row
.
showFwyt
)}
<
/div
>
)
}
},
{
prop
:
"zcs"
,
...
...
Please
register
or
sign in
to post a comment