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
1ed17785
authored
2024-01-24 09:30:35 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:批量房屋
1 parent
d80b4dac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
13 deletions
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
1ed1778
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2024-01-2
2 17:08:30
* @LastEditTime: 2024-01-2
4 09:30:19
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -56,16 +56,23 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
房屋信息列表
<el-form-item
label=
"发证方式:"
:disabled=
"!viewEdit"
>
<el-radio-group
v-model=
"ruleForm.slsq.fzfs"
>
<el-radio
label=
"2"
>
大证
</el-radio>
<el-radio
label=
"1"
>
小证
</el-radio>
</el-radio-group>
</el-form-item>
<div
class=
"triangle"
></div>
<div
class=
"slxx_title title-block"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
>
<el-row>
<el-col
:span=
"19"
>
<p>
房屋信息列表
</p>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"发证方式:"
:disabled=
"!viewEdit"
>
<el-radio-group
v-model=
"ruleForm.slsq.fzfs"
>
<el-radio
label=
"2"
>
大证
</el-radio>
<el-radio
label=
"1"
>
小证
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
<!--
<div
class=
"triangle"
></div>
-->
</el-row>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
/>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
/>
<div
class=
"slxx_title title-block"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
>
权利人信息
<div
class=
"triangle"
></div>
...
...
@@ -119,7 +126,7 @@
:disabled=
"viewEdit"
@
upDateQlrxxList=
"upDateQlrxxList"
:tableData=
"ruleForm.qlrList"
:gyfs=
"ruleForm.sldyList[0].gyfs"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
/>
:gyfs=
"ruleForm.sldyList[0].gyfs"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
@@ -163,7 +170,7 @@
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
components
:
{
qlrCommonTable
,
cfBdcdyTable
},
components
:
{
qlrCommonTable
,
cfBdcdyTable
},
data
()
{
return
{
isSave
:
true
,
...
...
@@ -221,7 +228,7 @@
}
})
that
.
isSave
=
this
.
viewEdit
}
else
{
that
.
isSave
=
false
that
.
$confirm
(
res
.
message
,
'提示'
,
{
...
...
Please
register
or
sign in
to post a comment