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
91135e95
authored
2021-01-26 10:29:43 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地name提交
1 parent
8c625de4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
91135e9
...
...
@@ -176,7 +176,7 @@
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
坐落
</td>
<td
colspan=
"10"
>
<input
id=
"zlid
"
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zl"
<input
name=
"zl
"
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zl"
class=
"formInput"
v-model=
"formData.zl"
/>
</td>
</tr>
...
...
@@ -294,28 +294,28 @@
<td
colspan=
"2"
rowspan=
"4"
class=
"tdright"
>
宗地四至
</td>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
北至
</td>
<td
colspan=
"8"
class=
"psr"
>
<input
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszb"
:disabled=
"disabled"
<input
name=
"zdszb"
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszb"
:disabled=
"disabled"
class=
"formInput"
v-model=
"formData.zdszb"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
东至
</td>
<td
colspan=
"8"
class=
"psr"
>
<input
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszd"
:disabled=
"disabled"
<input
name=
"zdszd"
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszd"
:disabled=
"disabled"
class=
"formInput"
v-model=
"formData.zdszd"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
南至
</td>
<td
colspan=
"8"
class=
"psr"
>
<input
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszn"
:disabled=
"disabled"
<input
name=
"zdszn"
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszn"
:disabled=
"disabled"
class=
"formInput"
v-model=
"formData.zdszn"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
西至
</td>
<td
colspan=
"8"
class=
"psr"
>
<input
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszx"
:disabled=
"disabled"
<input
name=
"zdszx"
type=
"text"
@
blur=
"inputBlur($event)"
ref=
"zdszx"
:disabled=
"disabled"
class=
"formInput"
v-model=
"formData.zdszx"
/>
</td>
</tr>
...
...
@@ -332,7 +332,7 @@
</td>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
宗地面积(㎡)
</td>
<td
colspan=
"4"
>
<input
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zdmj"
<input
name=
"zdmj"
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zdmj"
onkeyup=
"value=value.replace(/[^\d\.]/g,'')"
class=
"formInput"
v-model=
"formData.zdmj"
/>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment