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
4a2e9b3c
authored
2023-10-27 16:08:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
2d4f0582
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/djbcx/djbcx.vue
View file @
4a2e9b3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-21 10:39:16
* @LastEditTime: 2023-
10-27 16:06:43
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -38,13 +38,13 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"不动产单元号"
label-width=
"105px"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model
.
trim
=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"不动产权证号"
label-width=
"105px"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model
.
trim
=
"queryForm.bdcqzh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -52,25 +52,25 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"业务号:"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入业务号"
v-model
.
trim
=
"queryForm.ywh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"坐落:"
label-width=
"105px"
>
<el-input
v-model=
"queryForm.zl"
placeholder=
"坐落"
clearable
class=
"width100"
>
<el-input
v-model
.
trim
=
"queryForm.zl"
placeholder=
"坐落"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"权利人:"
label-width=
"105px"
>
<el-input
v-model=
"queryForm.qlrmc"
placeholder=
"权利人"
clearable
class=
"width100"
>
<el-input
v-model
.
trim
=
"queryForm.qlrmc"
placeholder=
"权利人"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"义务人:"
>
<el-input
v-model=
"queryForm.ywrmc"
placeholder=
"义务人"
clearable
class=
"width100"
>
<el-input
v-model
.
trim
=
"queryForm.ywrmc"
placeholder=
"义务人"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
4a2e9b3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
17 09:29:06
* @LastEditTime: 2023-10-
27 16:07:22
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -50,19 +50,19 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model
.
trim
=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrmc"
clearable
class=
"width100"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model
.
trim
=
"queryForm.sqrmc"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"申请人证件号"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrzjhm"
clearable
class=
"width100"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model
.
trim
=
"queryForm.sqrzjhm"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment