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
28959046
authored
2022-12-02 08:45:17 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
85e3f7ec
e7879b95
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
14 deletions
src/views/registerBook/qlxxFormData.js
src/views/ywbl/diyaq/slxx.vue
src/views/ywbl/diyaq/slxx200.vue
src/views/registerBook/qlxxFormData.js
View file @
2895904
...
...
@@ -509,6 +509,14 @@ class data extends filter {
label
:
"不动产登记证明号"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
{
prop
:
"qlqtzk"
,
label
:
"权利其他状况"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
...
...
@@ -521,21 +529,22 @@ class data extends filter {
label
:
"登记机构"
,
},
{
prop
:
"
fj
"
,
label
:
"
附记
"
,
prop
:
"
zxywh
"
,
label
:
"
注销抵押业务号
"
,
},
{
prop
:
"
qlqtzk
"
,
label
:
"
权利其他状况
"
,
prop
:
"
zxdyyy
"
,
label
:
"
注销抵押原因
"
,
},
{
prop
:
"zx
dyywh
"
,
label
:
"注销
抵押业务号
"
,
prop
:
"zx
sj
"
,
label
:
"注销
登记时间
"
,
},
{
prop
:
"zxd
yyy
"
,
label
:
"
注销抵押原因
"
,
prop
:
"zxd
br
"
,
label
:
"
登簿人
"
,
},
],
DYIQ
:
[
{
...
...
src/views/ywbl/diyaq/slxx.vue
View file @
2895904
...
...
@@ -66,11 +66,16 @@
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.qlxxold.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"不动产权证号:"
>
<el-input
disabled
v-model=
"ruleForm.
slywxx.ybdcqzs
h"
></el-input>
<el-input
disabled
v-model=
"ruleForm.
qlxxold.bdcqz
h"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
16
"
>
<el-col
:span=
"
8
"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"坐落:"
>
<el-input
disabled
v-model=
"ruleForm.qlxxold.zl"
></el-input>
</el-form-item>
...
...
@@ -95,7 +100,7 @@
</el-row>
<div
class=
"slxx_title title-block"
>
抵押信息
抵押信息
11
<div
class=
"triangle"
></div>
</div>
...
...
@@ -150,7 +155,7 @@
<el-row>
<el-col
:span=
"24"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"担保范围:"
>
<el-input
v-model=
"ruleForm.diyaq.dbfw"
></el-input>
<el-input
v-model=
"ruleForm.diyaq.dbfw"
:disabled=
"$route.query.viewtype == 1||ruleForm.slywxx.djlx=='300'"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -216,7 +221,12 @@
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-form-item
v-if=
"ruleForm.slywxx.djlx=='400'"
:class=
"flag ? 'marginBot0' : ''"
label=
"注销抵押原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.diyaq.zxdyyy"
>
</el-input>
</el-form-item>
<el-form-item
v-else
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.diyaq.djyy"
>
</el-input>
...
...
src/views/ywbl/diyaq/slxx200.vue
View file @
2895904
...
...
@@ -67,7 +67,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"不动产权证号:"
>
<el-input
disabled
v-model=
"ruleForm.
slywxx.ybdcqzs
h"
></el-input>
<el-input
disabled
v-model=
"ruleForm.
qlxxold.bdcqz
h"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
...
...
Please
register
or
sign in
to post a comment