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
7a636806
authored
2023-05-16 15:18:36 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改房屋户对应的页面内容展示
1 parent
4f6c4305
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
20 deletions
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectAllHInfo.vue
src/views/ywbl/ywsq/javascript/selectAllHInfo.js
src/views/zhcx/zslqcx/zslqcx.js
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
7a63680
...
...
@@ -72,7 +72,7 @@
<el-form
:model=
"querydzForm"
ref=
"querydzForm"
label-width=
"110px"
>
<el-row>
<el-col
:span=
"7"
>
<el-form-item
label=
"宗地代码
11
"
>
<el-form-item
label=
"宗地代码"
>
<el-input
placeholder=
"请输入宗地代码"
v-model=
"querydzForm.zddm"
clearable
>
</el-input>
</el-form-item>
...
...
@@ -268,6 +268,8 @@
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
zrzbsm
:
item
.
bsm
,
zdbsm
:
item
.
zdbsm
,
bsmSqyw
:
this
.
bsmSqyw
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
...
...
src/views/ywbl/ywsq/components/selectAllHInfo.vue
View file @
7a63680
...
...
@@ -77,7 +77,7 @@
methods
:
{
queryClick
()
{
this
.
$startLoading
();
selectAllHInfo
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
selectAllHInfo
({
"zrzbsm"
:
this
.
sqywInfo
.
zrzbsm
,
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
src/views/ywbl/ywsq/javascript/selectAllHInfo.js
View file @
7a63680
...
...
@@ -62,19 +62,19 @@ class data extends filter {
label
:
"不动产单元号"
,
},
{
prop
:
"fwxz"
,
prop
:
"fwxz
mc
"
,
label
:
"房屋性质"
,
},
{
prop
:
"
fwjgmc
"
,
prop
:
"
showfwjg
"
,
label
:
"房屋结构"
,
},
{
prop
:
"mj"
,
prop
:
"
jz
mj"
,
label
:
"面积"
,
},
{
prop
:
"show
Td
yt"
,
prop
:
"show
Fw
yt"
,
label
:
"用途"
,
},
{
...
...
src/views/zhcx/zslqcx/zslqcx.js
View file @
7a63680
...
...
@@ -8,7 +8,7 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
'序号'
,
...
...
@@ -38,6 +38,21 @@ class data extends filter {
}
},
{
prop
:
"lzrxm"
,
label
:
"领取人"
,
width
:
'100'
},
{
prop
:
"fzsj"
,
label
:
"领取时间"
,
width
:
'140'
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
width
:
'100'
},
{
label
:
"证书内容"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -49,6 +64,11 @@ class data extends filter {
}
},
{
prop
:
"ysxlh"
,
label
:
"印刷序列号"
,
width
:
'100'
},
{
label
:
"权利类型"
,
prop
:
"qllx"
,
},
...
...
@@ -58,22 +78,14 @@ class data extends filter {
minWidth
:
'110'
},
{
prop
:
"ysxlh"
,
label
:
"印刷序列号"
,
},
{
prop
:
"lzrxm"
,
label
:
"领取人"
,
},
{
prop
:
"fzsj"
,
label
:
"领取时间"
,
width
:
'140'
prop
:
"qlr"
,
label
:
"权利人"
,
},
{
prop
:
"yw
h
"
,
label
:
"
业务号"
prop
:
"yw
r
"
,
label
:
"
义务人"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
...
...
Please
register
or
sign in
to post a comment