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
0e184dd5
authored
2023-06-19 09:45:23 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:宗地信息添加单位
1 parent
c207fe69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
src/views/djbworkflow/djbBook/zdjbxx.vue
src/views/registerBook/zdjbxx.vue
src/views/djbworkflow/djbBook/zdjbxx.vue
View file @
0e184dd
...
...
@@ -26,7 +26,7 @@
</tr>
<tr>
<td
style=
"width:15%"
>
宗地面积
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
zdmj
}}
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
zdmj
}}
m²
</td>
<td
style=
"width:15%"
>
用途
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
ghytmc
}}
</td>
</tr>
...
...
@@ -193,22 +193,22 @@
},
methods
:
{
loadData
()
{
console
.
log
(
"this.$attrs"
,
this
.
$attrs
);
console
.
log
(
"this.propsParam"
,
this
.
propsParam
);
if
(
this
.
propsParam
.
bsmSldy
)
{
console
.
log
(
"this.$attrs"
,
this
.
$attrs
);
console
.
log
(
"this.propsParam"
,
this
.
propsParam
);
if
(
this
.
propsParam
.
bsmSldy
)
{
console
.
log
(
"宗地基本信息"
);
}
else
{
console
.
log
(
"登记簿里宗地基本信息"
);
}
else
{
console
.
log
(
"登记簿里宗地基本信息"
);
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
this
.
zdbhqks
=
res
.
result
.
zdbhqkList
;
if
(
this
.
zdbhqks
!=
null
&&
this
.
zdbhqks
.
length
>
0
)
{
this
.
showGroup
=
true
;
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
this
.
zdbhqks
=
res
.
result
.
zdbhqkList
;
if
(
this
.
zdbhqks
!=
null
&&
this
.
zdbhqks
.
length
>
0
)
{
this
.
showGroup
=
true
;
}
}
}
})
}
})
}
}
}
...
...
src/views/registerBook/zdjbxx.vue
View file @
0e184dd
...
...
@@ -26,7 +26,7 @@
</tr>
<tr>
<td
style=
"width:15%"
>
宗地面积
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
zdmj
}}
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
zdmj
}}
m²
</td>
<td
style=
"width:15%"
>
用途
</td>
<td
style=
"width:30%"
>
{{
zdjbxx
.
ghytmc
}}
</td>
</tr>
...
...
@@ -193,7 +193,7 @@
},
methods
:
{
loadData
()
{
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
getZdjjxxBybdcdyid
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
this
.
zdbhqks
=
res
.
result
.
zdbhqkList
;
...
...
@@ -201,7 +201,7 @@
this
.
showGroup
=
true
;
}
}
})
})
}
}
}
...
...
Please
register
or
sign in
to post a comment