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
9ce13e64
authored
2023-02-08 10:11:34 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;不动产业务修改
1 parent
f1a06e69
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
15 deletions
src/mixins/tableMixin.js
src/views/business-info/Cfdj/index.vue
src/views/business-info/dyaq/index.vue
src/views/business-info/dyiq/index.vue
src/views/business-info/tdsyq/index.vue
src/views/business-info/ygdj/index.vue
src/views/business-info/yydj/index.vue
src/views/business-info/zxdj/index.vue
src/mixins/tableMixin.js
View file @
9ce13e6
...
...
@@ -38,7 +38,21 @@ let mixin = {
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
let
Title
=
''
this
.
dicData
[
'A21'
].
map
(
item
=>
{
if
(
item
.
DCODE
==
row
.
DJLX
||
item
.
DCODE
==
row
.
djlx
)
{
Title
=
item
.
DNAME
return
}
})
this
.
dicData
[
'A8'
].
map
(
item
=>
{
if
(
item
.
DCODE
==
row
.
QLLX
||
item
.
DCODE
==
row
.
qllx
)
{
Title
+=
'-'
+
item
.
DNAME
return
}
})
this
.
title
=
Title
this
.
$refs
.
editLog
.
isShow
(
row
);
},
// // 重置表单
...
...
src/views/business-info/Cfdj/index.vue
View file @
9ce13e6
...
...
@@ -77,7 +77,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlCfdj'"
/>
<dataDetails
ref=
"editLog"
title=
"查封登记
"
:tabsActiveName=
"'qlfQlCfdj'"
/>
</div>
</
template
>
<
script
>
...
...
src/views/business-info/dyaq/index.vue
View file @
9ce13e6
...
...
@@ -72,7 +72,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlDyaq'"
/>
<dataDetails
ref=
"editLog"
title=
"抵押权登记
"
:tabsActiveName=
"'qlfQlDyaq'"
/>
</div>
</
template
>
...
...
src/views/business-info/dyiq/index.vue
View file @
9ce13e6
...
...
@@ -73,7 +73,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlDyiq'"
/>
<dataDetails
ref=
"editLog"
title=
"地役权登记
"
:tabsActiveName=
"'qlfQlDyiq'"
/>
</div>
</
template
>
...
...
src/views/business-info/tdsyq/index.vue
View file @
9ce13e6
...
...
@@ -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>
...
...
@@ -33,8 +33,7 @@
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"登记类型"
>
<el-select
v-model=
"form.DJLX"
clearable
class=
"width100"
ref=
"selectlandDJ"
@
visible-change=
"isShowSelectOptions"
placeholder=
"请选择登记类型"
>
<el-select
v-model=
"form.DJLX"
clearable
class=
"width100"
ref=
"selectlandDJ"
placeholder=
"请选择登记类型"
>
<el-option
v-for=
"item in dicData['A21']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
@@ -123,11 +122,6 @@ export default {
}
},
methods
:
{
// 是否显示下拉框
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectlandQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectlandDJ
.
blur
()
},
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/business-info/ygdj/index.vue
View file @
9ce13e6
...
...
@@ -67,7 +67,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlYgdj'"
/>
<dataDetails
ref=
"editLog"
title=
"预告登记
"
:tabsActiveName=
"'qlfQlYgdj'"
/>
</div>
</
template
>
...
...
src/views/business-info/yydj/index.vue
View file @
9ce13e6
...
...
@@ -57,7 +57,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlYydj'"
/>
<dataDetails
ref=
"editLog"
title=
"异议登记
"
:tabsActiveName=
"'qlfQlYydj'"
/>
</div>
</
template
>
...
...
src/views/business-info/zxdj/index.vue
View file @
9ce13e6
...
...
@@ -61,7 +61,7 @@
</lb-table>
</div>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title
"
:tabsActiveName=
"'qlfQlZxdj'"
/>
<dataDetails
ref=
"editLog"
title=
"注销登记
"
:tabsActiveName=
"'qlfQlZxdj'"
/>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment