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
47d930b5
authored
2021-02-03 14:38:32 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户表单的验证
1 parent
54d36ce9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/gzw/jbxx/index.vue
src/views/gzw/jbxx/index.vue
View file @
47d930b
...
...
@@ -17,11 +17,11 @@
</td>
</tr>
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
坐落
</td>
<td
colspan=
"2"
align=
"center"
>
<i
class=
"requisite"
>
*
</i>
坐落
</td>
<td
colspan=
"4"
>
<input
class=
"formInput"
v-model=
"form.zl"
:disabled=
"form.qszt!=='0'"
@
blur=
"inputBlur($event)"
ref=
"zl"
>
</td>
<td
colspan=
"2"
align=
"center"
>
不动产单元号
</td>
<td
colspan=
"2"
align=
"center"
>
<i
class=
"requisite"
>
*
</i>
不动产单元号
</td>
<td
colspan=
"4"
class=
"psr"
>
<input
class=
"formInput percent80"
maxlength=
"28"
v-model=
"form.bdcdyh"
:disabled=
"form.qszt!=='0'"
@
blur=
"inputBlur($event)"
ref=
"bdcdyh"
>
<el-button
@
click
.
prevent=
"generatorCode"
size=
"mini"
class=
"createBtn"
type=
"warning"
:disabled=
"form.qszt!=='0'"
>
生成
</el-button>
...
...
Please
register
or
sign in
to post a comment