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
56ed7aa8
authored
2023-07-21 14:29:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:房地产权登记信息
1 parent
0484b558
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
56ed7aa
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-21 14:
16:07
* @LastEditTime: 2023-07-21 14:
27:15
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -161,7 +161,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-
show=
"
ruleForm.sldy.gyfs == '2'"
>
<el-col
:span=
"5"
v-
if=
"ruleForm.sldy.gyfs &&
ruleForm.sldy.gyfs == '2'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
v-model=
"ruleForm.sffbcz"
:disabled=
"!ableOperation"
>
<el-radio
label=
"1"
>
是
</el-radio>
...
...
@@ -169,7 +169,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-
show=
"
ruleForm.sldy.gyfs == '2'"
>
<el-col
:span=
"5"
v-
if=
"ruleForm.sldy.gyfs &&
ruleForm.sldy.gyfs == '2'"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.czr"
placeholder=
"持证人"
:disabled=
"!ableOperation"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -240,12 +240,17 @@
tdytOption
:
[],
czrOptions
:
[],
ruleForm
:
{
ywh
:
""
,
flow
:
{
ywh
:
''
},
slry
:
""
,
slsj
:
""
,
qllx
:
""
,
djlx
:
""
,
djqx
:
""
,
sldy
:
{
gyfs
:
''
},
// 宗地代码
zddm
:
""
,
bdcdyh
:
""
,
...
...
@@ -264,7 +269,6 @@
fwxz
:
''
,
fwjg
:
''
,
// 权利人信息
gyfs
:
"1"
,
// 是否分别持证
sffbcz
:
""
,
// 持证人
...
...
@@ -276,6 +280,9 @@
},
fdcq2
:
{
fwxzmc
:
''
},
slsq
:
{
gyfs
:
''
}
},
//传递参数
...
...
Please
register
or
sign in
to post a comment