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
97dd3f39
authored
2021-01-05 15:10:05 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
逻辑幢样式与自然幢号继承相关自然幢号
1 parent
776157fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
97dd3f3
...
...
@@ -21,7 +21,7 @@
</td>
<td
colspan=
"2"
align=
"center"
>
自然幢号
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.zrzh"
maxlength=
"24"
></el-input>
<el-input
v-model=
"form.zrzh"
maxlength=
"24"
disabled
></el-input>
</td>
</tr>
<tr
height=
"30"
>
...
...
@@ -96,17 +96,11 @@
:rowspan=
"ytTitleRowspan"
align=
"center"
>
<el-button
type=
"primary"
size=
"mini"
style=
"margin-right: 10px"
@
click=
"addYtInfo"
>
添加
</el-button
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addYtInfo"
></i>
<span>
用途
</span>
</td>
<td
colspan=
"1"
align=
"center"
>
<
span
@
click=
"deleteYtInfo(index)"
>
删除
</span
>
<
i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteYtInfo(index)"
></i
>
</td>
<td
colspan=
"9"
>
<el-select-tree
style=
"width:100%"
...
...
@@ -135,17 +129,11 @@
:rowspan=
"fwjgTitleRowspan"
align=
"center"
>
<el-button
type=
"primary"
size=
"mini"
style=
"margin-right: 10px"
@
click=
"addFwjgInfo"
>
添加
</el-button
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addFwjgInfo"
></i>
<span>
房屋结构
</span>
</td>
<td
colspan=
"1"
align=
"center"
>
<
span
@
click=
"deleteFwjgInfo(index)"
>
删除
</span
>
<
i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteFwjgInfo(index)"
></i
>
</td>
<td
colspan=
"9"
>
<el-select-tree
style=
"width:100%"
...
...
@@ -297,7 +285,7 @@ export default {
this
.
form
=
{
// zrzbsm: "",
ljzh
:
""
,
//逻辑幢号
// zrzh: ""
, //自然幢号
zrzh
:
this
.
$store
.
state
.
zrzh
,
//自然幢号
ljzmc
:
""
,
//逻辑幢顺序号
bdcdyh
:
""
,
//不动产单元号
mph
:
""
,
//门牌号
...
...
Please
register
or
sign in
to post a comment