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
f7dfc4a4
authored
2020-11-20 09:16:41 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户的表单部分整理
1 parent
fc9f7f43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
View file @
f7dfc4a
...
...
@@ -21,8 +21,9 @@
<td
colspan=
"2"
align=
"center"
>
不动产单元号
</td>
<!-- todo 此处暂时存放的是不动产单元号标识码,而不是不动产单元号-->
<td
colspan=
"4"
>
<el-input
v-model=
"form.bdcdyh"
style=
"width: 70%"
disabled
></el-input>
<el-button
@
click
.
prevent=
"generatorCode"
size=
"mini"
type=
"primary"
style=
"width:25%;margin-left:3%"
>
生成
</el-button>
<el-input
v-model=
"form.bdcdyh"
v-show=
"form.bdcdyh === ''||form.bdcdyh == null"
style=
"width: 70%"
disabled
></el-input>
<el-input
v-model=
"form.bdcdyh"
v-show=
"form.bdcdyh !== ''&&form.bdcdyh != null"
style=
"width: 100%"
disabled
></el-input>
<el-button
v-show=
"form.bdcdyh === ''||form.bdcdyh == null"
@
click
.
prevent=
"generatorCode"
size=
"mini"
type=
"primary"
style=
"width:25%;margin-left:3%"
>
生成
</el-button>
</td>
<td
colspan=
"2"
align=
"center"
>
原不动产单元
</td>
<td
colspan=
"4"
>
...
...
Please
register
or
sign in
to post a comment