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
62d5f5f5
authored
2024-03-07 14:52:03 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
602ca3bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
36 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
62d5f5f
...
...
@@ -26,9 +26,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"土地坐落"
>
<el-input
placeholder=
"请输入土地坐落"
v-model=
"queryzrzForm.zl"
clearable
>
</el-input>
<el-form-item
label=
"项目名称"
label-width=
"90px"
>
<el-input
placeholder=
"请输入项目名称"
v-model=
"queryzrzForm.xmmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
@@ -38,32 +37,20 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"项目名称"
label-width=
"90px"
>
<el-input
placeholder=
"请输入项目名称"
v-model=
"queryzrzForm.xmmc"
></el-input>
</el-form-item>
</el-col>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"建筑物名称"
>
<el-input
placeholder=
"请输入建筑物名称"
v-model=
"queryzrzForm.jzwmc"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入权利人"
v-model=
"queryzrzForm.qlr"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"
证件号
"
>
<el-input
placeholder=
"请输入
证件号"
v-model=
"queryzrzForm.zjh
"
clearable
>
<el-form-item
label=
"
房屋坐落
"
>
<el-input
placeholder=
"请输入
房屋坐落"
v-model=
"queryzrzForm.zl
"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
24
"
class=
"btnColRight"
>
</el-col>
<el-col
:span=
"
12
"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetFormZrz(true)"
>
重置
</el-button>
...
...
@@ -96,24 +83,12 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"坐落"
>
<el-input
placeholder=
"请输入土地坐落"
v-model=
"querydzForm.zl"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入权利人"
v-model=
"querydzForm.qlr"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"证件号"
>
<el-input
placeholder=
"请输入证件号"
v-model=
"querydzForm.zjh"
clearable
>
<el-form-item
label=
"多幢坐落"
>
<el-input
placeholder=
"请输入多幢坐落"
v-model=
"querydzForm.zl"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
24
"
class=
"btnColRight"
>
</el-col>
<el-col
:span=
"
12
"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetFormDz(true)"
>
重置
</el-button>
...
...
Please
register
or
sign in
to post a comment