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
50ff4b6e
authored
2023-05-25 14:45:04 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改土地页面内容展示问题
1 parent
61e8b88f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
50ff4b6
...
...
@@ -16,34 +16,34 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.ywh"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理人员:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.slry"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.slry"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理时间:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.slsj"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.slsj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.qllxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.djlxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.djqxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -132,7 +132,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype == 0"
v-model=
"ruleForm.sl
ywxx
.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype == 0"
v-model=
"ruleForm.sl
dy
.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -140,15 +140,15 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"6"
v-show=
"ruleForm.sl
ywxx
.gyfs == '1'"
>
<el-col
:span=
"6"
v-show=
"ruleForm.sl
dy
.gyfs == '1'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
v-model=
"ruleForm.sl
ywxx
.sqfbcz"
>
<el-radio-group
v-model=
"ruleForm.sl
dy
.sqfbcz"
>
<el-radio
:label=
1
>
是
</el-radio>
<el-radio
:label=
0
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"6"
v-show=
"ruleForm.sl
ywxx.sqfbcz == '0'&&ruleForm.slywxx
.gyfs == '1'"
>
<el-col
:span=
"6"
v-show=
"ruleForm.sl
dy.sqfbcz == '0'&&ruleForm.sldy
.gyfs == '1'"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.czr"
placeholder=
"持证人"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.zjh"
:label=
"item.sqrmc"
:value=
"item.zjh"
>
...
...
@@ -158,7 +158,7 @@
</el-col>
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
"upDateQlrxxList"
:key=
"key"
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.sl
ywxx
.gyfs"
/>
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.sl
dy
.gyfs"
/>
<div
v-if=
"ruleForm.ywrList && ruleForm.ywrList.length > 0"
>
<div
class=
"slxx_title title-block"
>
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
50ff4b6
...
...
@@ -16,34 +16,34 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.ywh"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理人员:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.slry"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.slry"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理时间:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.slsj"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.slsj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.qllxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.djlxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.djqxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
sq
.djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -56,7 +56,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"原不动产权证号:"
>
<el-input
disabled
v-model=
"ruleForm.sl
ywxx
.ybdcqzsh"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sl
dy
.ybdcqzsh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -137,7 +137,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
>
<el-form-item
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype=='1'"
v-model=
"ruleForm.sl
ywxx
.gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype=='1'"
v-model=
"ruleForm.sl
dy
.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -147,7 +147,7 @@
</el-col>
<el-col
:span=
"5"
v-show=
"ruleForm.gyfs == '2'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
v-model=
"ruleForm.sl
ywxx
.sqfbcz"
>
<el-radio-group
v-model=
"ruleForm.sl
dy
.sqfbcz"
>
<el-radio
label=
"1"
>
是
</el-radio>
<el-radio
label=
"0"
>
否
</el-radio>
</el-radio-group>
...
...
@@ -163,7 +163,7 @@
</el-col>
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
'upDateQlrxxList'
:viewtype=
"$route.query.viewtype=='1'"
:gyfs=
"ruleForm.sl
ywxx
.gyfs"
/>
:viewtype=
"$route.query.viewtype=='1'"
:gyfs=
"ruleForm.sl
dy
.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
Please
register
or
sign in
to post a comment