Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
4d720289
authored
2020-11-06 15:42:22 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加层户弹框中自然幢,逻辑幢,幢单元赋值
1 parent
95163d21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
src/views/systemZRZ/lpb/bjlp/ch/index.vue
src/views/systemZRZ/lpb/bjlp/ch/index.vue
View file @
4d72028
...
...
@@ -8,6 +8,11 @@
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"zrzmc"
label=
"自然幢"
align=
"center"
>
<!-- <template slot-scope="scope">
<el-input size="small" v-model="scope.row.ljzbsm"></el-input>
</template> -->
</el-table-column>
<el-table-column
prop=
"ljzmc"
label=
"逻辑幢"
align=
"center"
>
<!-- <template slot-scope="scope">
<el-input size="small" v-model="scope.row.ljzbsm"></el-input>
...
...
@@ -126,21 +131,25 @@ export default {
qsc
:
""
,
jsc
:
""
,
hs
:
""
,
};
};
//给自然幢,逻辑幢,幢单元的bsm和mc赋值
switch
(
n
.
type
)
{
case
"zrz"
:
this
.
formData
.
zrzbsm
=
n
.
bsm
;
this
.
formData
.
zrzmc
=
n
.
bsm
;
break
;
case
"ljz"
:
this
.
formData
.
zrzbsm
=
n
.
zrzbsm
;
this
.
formData
.
ljzbsm
=
n
.
bsm
;
this
.
formData
.
zrzmc
=
n
.
zrzmc
;
this
.
formData
.
ljzmc
=
n
.
ljzmc
;
break
;
case
"zdy"
:
this
.
formData
.
zrzbsm
=
n
.
zrzbsm
;
this
.
formData
.
ljzbsm
=
n
.
ljzbsm
;
this
.
formData
.
ljzmc
=
n
.
ljzmc
;
this
.
formData
.
zdybsm
=
n
.
bsm
;
this
.
formData
.
zrzmc
=
n
.
zrzmc
;
this
.
formData
.
ljzmc
=
n
.
ljzmc
;
this
.
formData
.
zdymc
=
n
.
mc
;
break
;
default
:
...
...
Please
register
or
sign in
to post a comment