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
20745797
authored
2020-12-01 16:47:05 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地代码/自然幢号/不动产单元号表单输入框最大位数限制
1 parent
5dca44b4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
9 deletions
src/components/searchHead/searchHead.vue
src/views/dz/dzxx/index.vue
src/views/zd/zddcb/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/zrzxx/index.vue
src/components/searchHead/searchHead.vue
View file @
2074579
...
...
@@ -20,6 +20,7 @@
</el-form-item>
<el-form-item
label=
"不动产单元号"
>
<el-input
maxlength=
"28"
v-model=
"queryData.bdcdyh"
placeholder=
"输入不动产单元号"
@
change=
"query"
...
...
src/views/dz/dzxx/index.vue
View file @
2074579
...
...
@@ -10,11 +10,11 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
宗地代码
</td>
<td
colspan=
"4"
>
<input
class=
"formInput"
v-model=
"form.zddm"
>
<input
class=
"formInput"
maxlength=
"19"
v-model=
"form.zddm"
>
</td>
<td
colspan=
"2"
align=
"center"
>
不动产单元号
</td>
<td
colspan=
"4"
class=
"psr"
>
<input
class=
"formInput percent80"
v-model=
"form.bdcdyh"
>
<input
class=
"formInput percent80"
maxlength=
"28"
v-model=
"form.bdcdyh"
>
<el-button
@
click
.
prevent=
"generatorCode"
size=
"mini"
class=
"createBtn"
type=
"warning"
>
生成
</el-button>
</td>
</tr>
...
...
src/views/zd/zddcb/index.vue
View file @
2074579
...
...
@@ -107,7 +107,7 @@
</td>
<td
colspan=
"2"
>
宗地代码
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"4"
class=
"psr"
>
<input
:disabled=
"formData.qszt!='0'"
<input
:disabled=
"formData.qszt!='0'"
maxlength=
"19"
type=
"text"
placeholder=
"请输入"
class=
"formInput percent80"
v-model=
"formData.zddm"
...
...
@@ -126,7 +126,7 @@
<td
colspan=
"2"
>
不动产单元号
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"4"
class=
"psr"
>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
type=
"text"
:disabled=
"formData.qszt!='0'"
maxlength=
"28"
class=
"formInput percent80"
v-model=
"formData.bdcdyh"
/>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
2074579
...
...
@@ -8,6 +8,7 @@
<el-radio-button
label=
"0"
>
预测
</el-radio-button>
</el-radio-group>
<el-input
maxlength=
"28"
v-model=
"bdcdyh"
:style=
"
{ width: inputWidth + 'px' }"
@focus="inputFocus"
...
...
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
2074579
...
...
@@ -21,7 +21,7 @@
</td>
<td
colspan=
"2"
align=
"center"
>
自然幢号
</td>
<td
colspan=
"4"
>
<el-input
v-model=
"form.zrzh"
></el-input>
<el-input
v-model=
"form.zrzh"
maxlength=
"24"
></el-input>
</td>
</tr>
<tr
height=
"30"
>
...
...
@@ -31,7 +31,7 @@
</td>
<td
colspan=
"2"
align=
"center"
>
不动产单元号
</td>
<td
colspan=
"4"
class=
"psr"
>
<el-input
v-model=
"form.bdcdyh"
class=
"percent80"
></el-input>
<el-input
v-model=
"form.bdcdyh"
maxlength=
"28"
class=
"percent80"
></el-input>
<el-button
@
click
.
prevent=
""
size=
"mini"
...
...
src/views/zrz/zrzxx/index.vue
View file @
2074579
...
...
@@ -10,11 +10,11 @@
<td
colspan=
"2"
>
宗地代码
</td>
<td
colspan=
"4"
style=
"min-width:450px"
>
<input
v-model=
"form.zddm"
class=
"formInput"
disabled
>
<input
v-show=
"false"
:disabled=
"form.qszt!='0'"
class=
"formInput"
v-model=
"form.zdbsm"
>
<input
v-show=
"false"
:disabled=
"form.qszt!='0'"
maxlength=
"19"
class=
"formInput"
v-model=
"form.zdbsm"
>
</td>
<td
colspan=
"2"
>
自然幢号
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"4"
class=
"psr"
>
<input
class=
"formInput percent80"
:disabled=
"form.qszt!='0'"
v-model=
"form.zrzh"
>
<input
class=
"formInput percent80"
:disabled=
"form.qszt!='0'"
maxlength=
"24"
v-model=
"form.zrzh"
>
<el-button
@
click
.
prevent=
"generatorCode"
type=
"warning"
class=
"createBtn"
size=
"mini"
>
生成
</el-button>
</td>
</tr>
...
...
@@ -25,7 +25,7 @@
</td>
<td
colspan=
"2"
>
不动产单元号
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"4"
>
<input
class=
"formInput "
:disabled=
"form.qszt!='0'"
v-model=
"form.bdcdyh"
>
<input
class=
"formInput "
:disabled=
"form.qszt!='0'"
maxlength=
"28"
v-model=
"form.bdcdyh"
>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment