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
f7621255
authored
2022-10-31 15:39:46 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
5721288f
27b7b15f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
23 deletions
src/views/registerBook/qlxxFormData.js
src/views/ywbl/ywsq/components/jsydsyq200.vue
src/views/registerBook/qlxxFormData.js
View file @
f762125
...
...
@@ -58,6 +58,10 @@ class data extends filter {
label
:
"坐落"
,
},
{
prop
:
"gyqk"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrlx"
,
label
:
"权利人类型"
,
},
...
...
@@ -74,15 +78,11 @@ class data extends filter {
label
:
"证件号"
,
},
{
prop
:
"gyfs"
,
label
:
"共有情况"
,
},
{
prop
:
"mj"
,
label
:
"使用权面积(m²)"
,
},
{
prop
:
"qlxz"
,
prop
:
"qlxz
mc
"
,
label
:
"权利性质"
,
},
{
...
...
@@ -107,7 +107,7 @@ class data extends filter {
},
{
prop
:
"qdjg"
,
label
:
"取得价格(
万
元)"
,
label
:
"取得价格(元)"
,
},
{
prop
:
"djyy"
,
...
...
src/views/ywbl/ywsq/components/jsydsyq200.vue
View file @
f762125
...
...
@@ -4,31 +4,29 @@
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"权利类型2002"
>
<el-select
v-model=
"queryForm.qllx"
filterable
clearable
placeholder=
"请选择权利类型"
class=
"width300px"
>
<el-option
v-for=
"item in qllxs"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
clearable
class=
"width300px"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width300px"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.zl"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.zl"
clearable
class=
"width300px"
>
</el-input>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment