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
18776a57
authored
2020-12-17 15:13:05 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
1df66444
41461879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
18776a5
...
...
@@ -326,25 +326,26 @@
</td>
</tr>
<tr>
<td
colspan=
"2"
rowspan=
"2"
class=
"tdright"
>
批准面积(㎡)
</td>
<td
colspan=
"
2"
rowspan=
"2"
>
<td
colspan=
"2"
class=
"tdright"
>
批准面积(㎡)
</td>
<td
colspan=
"
4"
>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
onkeyup=
"value=value.replace(/[^\d\.]/g,'')"
class=
"formInput"
v-model=
"formData.pzmj"
/>
</td>
<td
colspan=
"2"
rowspan=
"2"
class=
"tdright"
>
宗地面积(㎡)
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"
2"
rowspan=
"2"
>
<td
colspan=
"2"
class=
"tdright"
>
宗地面积(㎡)
<i
class=
"requisite"
>
*
</i></td>
<td
colspan=
"
4"
>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
@
blur=
"inputBlur($event)"
ref=
"zdmj"
onkeyup=
"value=value.replace(/[^\d\.]/g,'')"
class=
"formInput"
v-model=
"formData.zdmj"
/>
</td>
<td
colspan=
"2"
class=
"tdright"
>
建筑占地总面积
</td>
<td
colspan=
"2"
>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
>
建筑占地总面积(㎡)
</td>
<td
colspan=
"4"
>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
onkeyup=
"value=value.replace(/[^\d\.]/g,'')"
class=
"formInput"
v-model=
"formData.jzzdzmj"
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
>
建筑面积(㎡)
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
class=
"tdright"
>
建筑总面积(㎡)
</td>
<td
colspan=
"4"
>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
onkeyup=
"value=value.replace(/[^\d\.]/g,'')"
class=
"formInput"
v-model=
"formData.jzzmj"
/>
</td>
...
...
Please
register
or
sign in
to post a comment