Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
5ec077a3
authored
2023-01-31 10:35:40 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询条件修改
1 parent
5b31e663
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
src/views/business-info/tdsyq/index.vue
src/views/business-info/tdsyq/index.vue
View file @
5ec077a
...
...
@@ -5,7 +5,7 @@
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"行政区"
>
<el-select
v-model=
"form.
qxdm
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-select
v-model=
"form.
XZQDM
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
@@ -13,7 +13,7 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权属状态"
>
<el-select
class=
"width100"
v-model=
"form.
qszt
"
placeholder=
"权属状态"
>
<el-select
class=
"width100"
v-model=
"form.
QSZT
"
placeholder=
"权属状态"
>
<el-option
v-for=
"item in dicData['A22']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
@@ -21,19 +21,19 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"坐落"
>
<el-input
v-model=
"form.
zl
"
placeholder=
"坐落"
></el-input>
<el-input
v-model=
"form.
ZL
"
placeholder=
"坐落"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权利人"
label-width=
"80px"
>
<el-input
v-model=
"form.
qlr
"
placeholder=
"权利人"
></el-input>
<el-input
v-model=
"form.
QLR
"
placeholder=
"权利人"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"登记类型"
>
<el-select
v-model=
"form.
djlx
"
clearable
class=
"width100"
ref=
"selectlandDJ"
<el-select
v-model=
"form.
DJLX
"
clearable
class=
"width100"
ref=
"selectlandDJ"
@
visible-change=
"isShowSelectOptions"
placeholder=
"请选择登记类型"
>
<el-option
v-for=
"item in DJLXOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -42,7 +42,7 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"不动产权证号"
label-width=
"120px"
>
<el-input
v-model=
"form.
bdcqzh
"
placeholder=
"不动产权证号"
></el-input>
<el-input
v-model=
"form.
BDCQZH
"
placeholder=
"不动产权证号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
class=
"btnColRight"
>
...
...
@@ -76,12 +76,12 @@ export default {
data
()
{
return
{
form
:
{
qxdm
:
''
,
qszt
:
''
,
zl
:
''
,
qlr
:
''
,
djlx
:
''
,
bdcqzh
:
''
,
XZQDM
:
''
,
QSZT
:
''
,
ZL
:
''
,
QLR
:
''
,
DJLX
:
''
,
BDCQZH
:
''
,
currentPage
:
1
},
tableData
:
{
...
...
Please
register
or
sign in
to post a comment